Add more scripts, more cleanup
This commit is contained in:
@ -77,6 +77,13 @@ in
|
||||
run = ''
|
||||
nix run nixpkgs#"$argv[1]" -- $argv[2..-1]
|
||||
'';
|
||||
shell = ''
|
||||
set args
|
||||
for arg in $argv
|
||||
set args $args nixpkgs#$arg
|
||||
end
|
||||
nix shell $args
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user