From 876bf1c2bb58c525f327dc4feaa1752d8d7487c9 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 7 Jan 2020 15:15:08 -0500 Subject: [PATCH] Allow unfree for build, because of the firmwares --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4b19c01..1abdc2c 100755 --- a/build.sh +++ b/build.sh @@ -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 "$@"