enable unfree
check / build (push) Has been cancelled
check / build (pull_request) Has been cancelled

This commit is contained in:
2026-05-17 22:59:03 +04:00
parent d83254b344
commit 6c81e4b873
+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);