This commit is contained in:
Sridhar Ratnakumar 2024-10-22 20:44:00 -04:00
parent 58db830d3a
commit 09223c51d8
No known key found for this signature in database

View file

@ -51,6 +51,7 @@
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
overlays = lib.attrValues self.overlays;
config.allowUnfree = true;
};
};
};