fix: allow unsupported systems.

This commit is contained in:
CronyAkatsuki 2025-11-09 17:57:41 +01:00
parent 8b0bf37fc5
commit 832c4bbd2e

View file

@ -17,6 +17,8 @@
efiInstallAsRemovable = true;
};
nixpkgs.config.allowUnsupportedSystem = true;
environment.systemPackages = map lib.lowPrio [
pkgs.curl
pkgs.neovim