From f4d9e17b601cf78370679c8891a48e4e181237bc Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Wed, 4 Sep 2024 00:22:04 -0600 Subject: [PATCH 1/2] remove unnecesary packages --- pkgs/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index f243229..5d56bdc 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -1,4 +1,2 @@ pkgs: { - #andesight = pkgs.callPackage ./andesight {}; - #netextender = pkgs.callPackage ./netextender {}; } From 4ab78111a06cf3f695dc89b49c645813e8e0fe1a Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Wed, 4 Sep 2024 00:22:20 -0600 Subject: [PATCH 2/2] update aliases --- home/zshrc.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/zshrc.nix b/home/zshrc.nix index 923dcc4..2bcee01 100644 --- a/home/zshrc.nix +++ b/home/zshrc.nix @@ -96,6 +96,7 @@ local pkg pkg="$1" shift + echo "nix shell nixpkgs#$pkg" nix shell "nixpkgs#$pkg" "$@" } @@ -103,7 +104,8 @@ local pkg pkg="$1" shift - nix shell "unstable#$pkg" "$@" + echo "nix shell unstable#$pkg --impure" + nix shell "unstable#$pkg" "$@" --impure } function spawn () {