flake: Allow unsupported system configurations

This commit is contained in:
Mikael 2024-08-24 17:56:41 +02:00
parent a20616c011
commit 6abfba1ecd
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -86,6 +86,7 @@
localSystem = builtins.currentSystem or platform;
crossSystem = platform;
overlays = [ self.overlays.default ];
config.allowUnsupportedSystem = true;
});
packages = eachSystem (system: platform: