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
# 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;