Gen 423: Converted shell scripts into nix files
This commit is contained in:
9
glasshouse-laptop/home/scripts/nsp.nix
Normal file
9
glasshouse-laptop/home/scripts/nsp.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs }:
|
||||
|
||||
{
|
||||
nsp = pkgs.writeShellScriptBin "nsp" (''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
nix-shell -p "$@" --run zsh
|
||||
'');
|
||||
}
|
||||
Reference in New Issue
Block a user