feat: add packages as well as legacyPackages for outputs

This commit is contained in:
Kat Inskip 2024-07-14 08:54:39 -07:00
parent 7a17219c66
commit 9db06efcd8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 3 additions and 2 deletions

View file

@ -13,6 +13,7 @@ in
{
inherit inputs tree std pkgs formatter lib checks;
legacyPackages = pkgs;
packages = pkgs;
}
// systems
// shells