This commit is contained in:
nora 2024-07-01 21:00:28 +02:00
parent b8f48517cd
commit db2229188e

View file

@ -5,5 +5,6 @@
exit 1
fi
shift
nix run nixpkgs#"$first" -- "$@"
export NIXPKGS_ALLOW_UNFREE=1
nix run --impure nixpkgs#"$first" -- "$@"
''