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
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
|||
# Allow accessing the whole nested `nbPkgs` attrset (including `modulesPkgs`)
|
||||
# via this flake.
|
||||
# `packages` is not allowed to contain nested pkgs attrsets.
|
||||
legacyPackages = { inherit nbPkgs; };
|
||||
legacyPackages = nbPkgs;
|
||||
|
||||
defaultApp = apps.vm;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue