summaryrefslogtreecommitdiff
path: root/scripts/install-as-needed
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install-as-needed')
-rwxr-xr-xscripts/install-as-needed5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/install-as-needed b/scripts/install-as-needed
deleted file mode 100755
index 9db4ff1..0000000
--- a/scripts/install-as-needed
+++ /dev/null
@@ -1,5 +0,0 @@
-#! /usr/bin/env sh
-export NIXPKGS_ALLOW_UNFREE=1
-PKG=$1
-shift
-nix shell --impure --expr "with (import (builtins.getFlake ''nixpkgs'') {});$PKG" --command "$@"