update
This commit is contained in:
parent
7bdccfa0f0
commit
68834e7ea3
@ -28,8 +28,9 @@
|
||||
fi
|
||||
|
||||
run() {
|
||||
set -- "$${@/#/nixpkgs\#}"
|
||||
nix run "$${@/%/y}"
|
||||
cmd="nix run";
|
||||
for arg in "$@"; do cmd="$cmd nixpkgs#$arg"; done;
|
||||
eval $cmd;
|
||||
}
|
||||
''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user