From 875792e52d8b01d42aa06d6a5f38a50ee4d8a535 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 1 Jul 2025 13:48:01 +0200 Subject: [PATCH] Config: Remove the "build" abbr from project flake --- config/flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/flake.nix b/config/flake.nix index b4d9b831..4bc2327c 100644 --- a/config/flake.nix +++ b/config/flake.nix @@ -250,9 +250,6 @@ rec { # Determine the project root, used e.g. in cmake scripts set -g -x FLAKE_PROJECT_ROOT (git rev-parse --show-toplevel) - # Build the provided NixOS package - abbr -a build "nix build -L" - # Rust Bevy: # abbr -a build-release-windows "CARGO_FEATURE_PURE=1 cargo xwin build --release --target x86_64-pc-windows-msvc" @@ -273,6 +270,7 @@ rec { '' # Qt: Launch into wrapped fish shell + # https://nixos.org/manual/nixpkgs/stable/#sec-language-qt # '' # fishdir=$(mktemp -d) # makeWrapper "$(type -p fish)" "$fishdir/fish" "''${qtWrapperArgs[@]}"