diff --git a/overlays/20-unfree.nix b/overlays/20-unfree.nix index 9e9afddd..78aa78a2 100644 --- a/overlays/20-unfree.nix +++ b/overlays/20-unfree.nix @@ -1,10 +1,8 @@ self: super: let unfree = import self.sources."${self.nixpkgs-channel}" { config.allowUnfree = true; }; - unstableUnfree = - import self.sources.nixos-unstable { config.allowUnfree = true; }; + # unstableUnfree = import self.sources.nixos-unstable { config.allowUnfree = true; }; in { - inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft teamviewer; - inherit (unstableUnfree) steam; + inherit (unfree) discord factorio zoom-us skypeforlinux google-chrome minecraft teamviewer steam; }