Merge pull request 'enable unfree' (#10) from fix-build into main
cache / build (push) Successful in 18s

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