Allow unfree for build, because of the firmwares

This commit is contained in:
Samuel Dionne-Riel 2020-01-07 15:15:08 -05:00
parent 8ba02c2e0d
commit 876bf1c2bb
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ PS4=" $ "
# way to go.
set -x
exec env -i NIX_PATH="nixpkgs=channel:nixos-19.09" nix-build \
exec env -i NIXPKGS_ALLOW_UNFREE=1 NIX_PATH="nixpkgs=channel:nixos-19.09" nix-build \
system.nix -A config.system.build.sdImage "$@"