mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
cli: remove "ns" script
This commit is contained in:
parent
90d7cbd2d9
commit
6f58fe392e
1 changed files with 0 additions and 4 deletions
|
@ -45,10 +45,6 @@ in
|
|||
|
||||
(writeShellScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/")
|
||||
|
||||
(writeShellScriptBin "ns" ''
|
||||
exec nix shell "nixpkgs/${system-rev}#$@"
|
||||
'')
|
||||
|
||||
(writeShellScriptBin "pip_install" ''
|
||||
exec nix shell 'nixpkgs/${system-rev}#python3.pkgs.pip' --command pip install --user -UI pip setuptools
|
||||
'')
|
||||
|
|
Loading…
Reference in a new issue