mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-14 21:19:13 +00:00
fix comments for unstable overlay
This commit is contained in:
parent
d57742ef34
commit
f46f31d705
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue