From 6abfba1ecdbdb459bc08c02d54786650a8528122 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sat, 24 Aug 2024 17:56:41 +0200 Subject: [PATCH] flake: Allow unsupported system configurations --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 05f7fcd..fba3756 100644 --- a/flake.nix +++ b/flake.nix @@ -86,6 +86,7 @@ localSystem = builtins.currentSystem or platform; crossSystem = platform; overlays = [ self.overlays.default ]; + config.allowUnsupportedSystem = true; }); packages = eachSystem (system: platform: