diff options
| author | 2025-05-28 14:24:58 -0400 | |
|---|---|---|
| committer | 2025-05-28 14:24:58 -0400 | |
| commit | a28487fe6fbac72c7b1a752acab42dcc6ab46476 (patch) | |
| tree | c3b1b9b751dd5e96b4afc835decf14ce38fd35f8 /scripts/desktop/install-as-needed | |
| parent | 75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461 (diff) | |
| download | dotfiles-a28487fe6fbac72c7b1a752acab42dcc6ab46476.tar.gz dotfiles-a28487fe6fbac72c7b1a752acab42dcc6ab46476.tar.bz2 dotfiles-a28487fe6fbac72c7b1a752acab42dcc6ab46476.zip | |
Post server fs corruption
Diffstat (limited to 'scripts/desktop/install-as-needed')
| -rwxr-xr-x | scripts/desktop/install-as-needed | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/desktop/install-as-needed b/scripts/desktop/install-as-needed new file mode 100755 index 0000000..9db4ff1 --- /dev/null +++ b/scripts/desktop/install-as-needed @@ -0,0 +1,5 @@ +#! /usr/bin/env sh +export NIXPKGS_ALLOW_UNFREE=1 +PKG=$1 +shift +nix shell --impure --expr "with (import (builtins.getFlake ''nixpkgs'') {});$PKG" --command "$@" |