Compare commits

..

No commits in common. "4ab78111a06cf3f695dc89b49c645813e8e0fe1a" and "1f69ba422929ef3222d441831a4d38c7cf03d03e" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,6 @@
local pkg local pkg
pkg="$1" pkg="$1"
shift shift
echo "nix shell nixpkgs#$pkg"
nix shell "nixpkgs#$pkg" "$@" nix shell "nixpkgs#$pkg" "$@"
} }
@ -104,8 +103,7 @@
local pkg local pkg
pkg="$1" pkg="$1"
shift shift
echo "nix shell unstable#$pkg --impure" nix shell "unstable#$pkg" "$@"
nix shell "unstable#$pkg" "$@" --impure
} }
function spawn () { function spawn () {

View file

@ -1,2 +1,4 @@
pkgs: { pkgs: {
#andesight = pkgs.callPackage ./andesight {};
#netextender = pkgs.callPackage ./netextender {};
} }