enable unfree #10

Merged
nikkuss merged 1 commits from fix-build into main 2026-05-17 22:59:34 +04:00
Showing only changes of commit 6c81e4b873 - Show all commits
+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);