fix comments for unstable overlay

This commit is contained in:
John Bowdre 2025-01-08 09:12:25 -06:00
parent d57742ef34
commit f46f31d705

View file

@ -13,8 +13,8 @@
# }); # });
}; };
# When applied, the stable nixpkgs set (declared in the flake inputs) will # When applied, the unstable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.stable' # be accessible through 'pkgs.unstable'
unstable-packages = final: _prev: { unstable-packages = final: _prev: {
unstable = import inputs.nixpkgs-unstable { unstable = import inputs.nixpkgs-unstable {
system = final.system; system = final.system;