Allow unsupported system

This commit is contained in:
Filippo Berto 2021-10-26 00:12:16 +02:00
parent 507354331b
commit 51f8929ed5
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ {
allowUnfree = true; allowUnfree = true;
# allowUnsupportedSystem = true; allowUnsupportedSystem = true;
} }

View file

@ -8,7 +8,7 @@ in
nixpkgs.overlays = [ nixpkgs.overlays = [
(import ./rice.nix) (import ./rice.nix)
]; ];
imports = [host_config ]; imports = [ host_config ];
programs.home-manager.enable = true; programs.home-manager.enable = true;
} }