fix: allow unsupported systems.
This commit is contained in:
parent
8b0bf37fc5
commit
832c4bbd2e
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
||||||
efiInstallAsRemovable = true;
|
efiInstallAsRemovable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnsupportedSystem = true;
|
||||||
|
|
||||||
environment.systemPackages = map lib.lowPrio [
|
environment.systemPackages = map lib.lowPrio [
|
||||||
pkgs.curl
|
pkgs.curl
|
||||||
pkgs.neovim
|
pkgs.neovim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue