diff options
Diffstat (limited to 'overlays/default.nix')
-rw-r--r-- | overlays/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index a5e2cde..0e39244 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -31,12 +31,12 @@ # }; #}; - "wine9_22-packages" = final: _prev: { - "wine9_22" = import inputs.nixpkgs-wine9_22 { - inherit (final) system; - config.allowUnfree = true; - }; - }; + #"wine9_22-packages" = final: _prev: { + # "wine9_22" = import inputs.nixpkgs-wine9_22 { + # inherit (final) system; + # config.allowUnfree = true; + # }; + #}; # When applied, the master nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.master' |