Changes
2 changed files (+8/-1)
-
-
@@ -140,7 +140,13 @@nixpkgs.lib.nixosSystem { inherit system; pkgs = import nixpkgs { inherit system overlays; }; pkgs = import nixpkgs { inherit system overlays; config.allowUnfreePredicate = pkg: builtins.elem (nixpkgs.lib.getName pkg) [ "cnijfilter2" ]; }; modules = [ module ]; specialArgs = { inherit
-
-
-
@@ -66,6 +66,7 @@drivers = with pkgs; [ cups-filters cups-browsed cnijfilter2 ]; };
-