This commit is contained in:
2025-08-04 15:44:25 +00:00
parent 0ac146b8a7
commit 4aeaa95985
2 changed files with 2 additions and 1 deletions

View File

@@ -70,6 +70,7 @@
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
config.allowUnsupportedSystem = true;
overlays = builtins.attrValues self.overlays;
};