From 9d943cf1b4d61b47c64c3fb77b0a189630de9517 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 5 Dec 2020 21:29:43 +0100 Subject: [PATCH] Remove global allowUnfree --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5be0ad57..fd150a52 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,6 @@ version-suffix = nixpkgs.rev or (builtins.toString nixpkgs.lastModified); pkgsFor = system: import nixpkgs { inherit system; - config = { allowUnfree = true; }; }; mkSystem = system: hostname: nixpkgs.lib.nixosSystem { inherit system;