From f46f31d705c6a8e677c9cdb3cf102de7f242b3c7 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 8 Jan 2025 09:12:25 -0600 Subject: [PATCH] fix comments for unstable overlay --- overlays/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;