chore: remove legacypackages

This commit is contained in:
Leon Schwarzäugl 2025-01-01 21:50:34 +01:00
parent 2257a42d38
commit 52c6bce5a1
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 2 deletions

View file

@ -419,7 +419,7 @@ In this section I am creating some attributes that define general concepts of my
checks = lib.swarselsystems.forAllSystems (system:
let
pkgs = nixpkgs.legacyPackages.${system};
pkgs = lib.swarselsystems.pkgsFor.${system};
in
import ./checks { inherit self inputs system pkgs; }
);