mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 05:32:51 +02:00
nonfree!
This commit is contained in:
parent
973f0c51c2
commit
49c03a25cd
1 changed files with 2 additions and 1 deletions
|
|
@ -5,5 +5,6 @@
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
shift
|
shift
|
||||||
nix run nixpkgs#"$first" -- "$@"
|
export NIXPKGS_ALLOW_UNFREE=1
|
||||||
|
nix run --impure nixpkgs#"$first" -- "$@"
|
||||||
''
|
''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue