mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: merge wrapped packages into root
This commit is contained in:
parent
18845f9f3f
commit
9c34345ee3
5 changed files with 29 additions and 4 deletions
|
|
@ -12,9 +12,9 @@
|
|||
checks = set.map (_: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib;
|
||||
in
|
||||
{
|
||||
inherit inputs tree std pkgs formatter lib checks wrappers;
|
||||
inherit inputs tree std pkgs formatter lib checks;
|
||||
legacyPackages = pkgs;
|
||||
packages = pkgs // wrappers;
|
||||
packages = set.merge [pkgs wrappers.packages];
|
||||
}
|
||||
// systems
|
||||
// shells
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue