Compare commits
2 commits
1f69ba4229
...
4ab78111a0
Author | SHA1 | Date | |
---|---|---|---|
Fabian Montero | 4ab78111a0 | ||
Fabian Montero | f4d9e17b60 |
|
@ -96,6 +96,7 @@
|
||||||
local pkg
|
local pkg
|
||||||
pkg="$1"
|
pkg="$1"
|
||||||
shift
|
shift
|
||||||
|
echo "nix shell nixpkgs#$pkg"
|
||||||
nix shell "nixpkgs#$pkg" "$@"
|
nix shell "nixpkgs#$pkg" "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -103,7 +104,8 @@
|
||||||
local pkg
|
local pkg
|
||||||
pkg="$1"
|
pkg="$1"
|
||||||
shift
|
shift
|
||||||
nix shell "unstable#$pkg" "$@"
|
echo "nix shell unstable#$pkg --impure"
|
||||||
|
nix shell "unstable#$pkg" "$@" --impure
|
||||||
}
|
}
|
||||||
|
|
||||||
function spawn () {
|
function spawn () {
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
pkgs: {
|
pkgs: {
|
||||||
#andesight = pkgs.callPackage ./andesight {};
|
|
||||||
#netextender = pkgs.callPackage ./netextender {};
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue