1
0
forked from nikkuss/pkgs

Merge pull request 'enable unfree' (#10) from fix-build into main

Reviewed-on: nikkuss/pkgs#10
This commit is contained in:
2026-05-17 22:59:33 +04:00
+3
View File
@@ -23,6 +23,9 @@
let
pkgs = import nixpkgs {
inherit system;
config = {
allowUnfree = true;
};
};
inherit (pkgs) lib;
scope = lib.makeScope pkgs.newScope (final: self.overlays.default (pkgs // final) pkgs);