diff --git a/overlays/default.nix b/overlays/default.nix index 44feab0..eea702f 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -13,8 +13,8 @@ # }); }; - # When applied, the stable nixpkgs set (declared in the flake inputs) will - # be accessible through 'pkgs.stable' + # When applied, the unstable nixpkgs set (declared in the flake inputs) will + # be accessible through 'pkgs.unstable' unstable-packages = final: _prev: { unstable = import inputs.nixpkgs-unstable { system = final.system;