Skip to content

Commit

Permalink
chore: remove legacypackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Jan 1, 2025
1 parent 2257a42 commit 52c6bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
);
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@

checks = lib.swarselsystems.forAllSystems (system:
let
pkgs = nixpkgs.legacyPackages.${system};
pkgs = lib.swarselsystems.pkgsFor.${system};
in
import ./checks { inherit self inputs system pkgs; }
);
Expand Down

0 comments on commit 52c6bce

Please sign in to comment.