From a28487fe6fbac72c7b1a752acab42dcc6ab46476 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Wed, 28 May 2025 14:24:58 -0400 Subject: Post server fs corruption --- scripts/desktop/install-as-needed | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/desktop/install-as-needed (limited to 'scripts/desktop/install-as-needed') 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 "$@" -- cgit v1.2.3-101-g0448