Add more scripts, more cleanup

This commit is contained in:
2024-06-09 09:33:23 +02:00
parent 4e8291bb14
commit 35e84fade2
7 changed files with 74 additions and 33 deletions

View File

@ -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
'';
};
};
};