mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: add packages as well as legacyPackages for outputs
This commit is contained in:
parent
7a17219c66
commit
9db06efcd8
2 changed files with 3 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ in
|
|||
{
|
||||
inherit inputs tree std pkgs formatter lib checks;
|
||||
legacyPackages = pkgs;
|
||||
packages = pkgs;
|
||||
}
|
||||
// systems
|
||||
// shells
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue