remove allowUnfree since it's defined in flake.nix

This commit is contained in:
Mohamed Chrayed 2024-08-04 19:52:55 +02:00
parent 5933998731
commit 0500ef1321

View File

@ -1,5 +1,4 @@
{ ... }: { ... }:
{ {
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
} }