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

@ -4,10 +4,10 @@
channels,
...
}: let
inherit (channels.nixfiles) packages legacyPackages;
inherit (channels.nixfiles) legacyPackages;
in {
tasks = {
devShell.inputs = with packages.x86_64-linux; [
devShell.inputs = with legacyPackages.x86_64-linux; [
deploy-rs
terraform tflint
alejandra deadnix statix

View file

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