Compare commits
No commits in common. "4ab78111a06cf3f695dc89b49c645813e8e0fe1a" and "1f69ba422929ef3222d441831a4d38c7cf03d03e" have entirely different histories.
4ab78111a0
...
1f69ba4229
|
@ -96,7 +96,6 @@
|
|||
local pkg
|
||||
pkg="$1"
|
||||
shift
|
||||
echo "nix shell nixpkgs#$pkg"
|
||||
nix shell "nixpkgs#$pkg" "$@"
|
||||
}
|
||||
|
||||
|
@ -104,8 +103,7 @@
|
|||
local pkg
|
||||
pkg="$1"
|
||||
shift
|
||||
echo "nix shell unstable#$pkg --impure"
|
||||
nix shell "unstable#$pkg" "$@" --impure
|
||||
nix shell "unstable#$pkg" "$@"
|
||||
}
|
||||
|
||||
function spawn () {
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
pkgs: {
|
||||
#andesight = pkgs.callPackage ./andesight {};
|
||||
#netextender = pkgs.callPackage ./netextender {};
|
||||
}
|
||||
|
|
Reference in a new issue