Allow unsupported system
This commit is contained in:
parent
507354331b
commit
51f8929ed5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
allowUnfree = true;
|
||||
# allowUnsupportedSystem = true;
|
||||
allowUnsupportedSystem = true;
|
||||
}
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -8,7 +8,7 @@ in
|
|||
nixpkgs.overlays = [
|
||||
(import ./rice.nix)
|
||||
];
|
||||
imports = [host_config ];
|
||||
imports = [ host_config ];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue