From 6f58fe392ebdad41ad95be1685a876096d7456c0 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sun, 18 Jul 2021 00:01:27 -0400 Subject: [PATCH] cli: remove "ns" script --- modules/cli.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/cli.nix b/modules/cli.nix index 708436a..135554b 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -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 '')