flake: Allow unsupported system configurations
This commit is contained in:
parent
a20616c011
commit
6abfba1ecd
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
localSystem = builtins.currentSystem or platform;
|
||||
crossSystem = platform;
|
||||
overlays = [ self.overlays.default ];
|
||||
config.allowUnsupportedSystem = true;
|
||||
});
|
||||
|
||||
packages = eachSystem (system: platform:
|
||||
|
|
Loading…
Reference in a new issue