flake: remove unneeded indirection in legacyPackages
Example: The nix-bitcoin electrs pkg can now be reached via flake attr .#modulesPkgs.electrs instead of .#nbPkgs.modulesPkgs.electrs
This commit is contained in:
parent
a313ffe58a
commit
16e2d4c8b7
@ -111,7 +111,7 @@
|
|||||||
# Allow accessing the whole nested `nbPkgs` attrset (including `modulesPkgs`)
|
# Allow accessing the whole nested `nbPkgs` attrset (including `modulesPkgs`)
|
||||||
# via this flake.
|
# via this flake.
|
||||||
# `packages` is not allowed to contain nested pkgs attrsets.
|
# `packages` is not allowed to contain nested pkgs attrsets.
|
||||||
legacyPackages = { inherit nbPkgs; };
|
legacyPackages = nbPkgs;
|
||||||
|
|
||||||
defaultApp = apps.vm;
|
defaultApp = apps.vm;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user