mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: remove legacypackages
This commit is contained in:
parent
2257a42d38
commit
52c6bce5a1
2 changed files with 2 additions and 2 deletions
|
|
@ -419,7 +419,7 @@ In this section I am creating some attributes that define general concepts of my
|
||||||
|
|
||||||
checks = lib.swarselsystems.forAllSystems (system:
|
checks = lib.swarselsystems.forAllSystems (system:
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = lib.swarselsystems.pkgsFor.${system};
|
||||||
in
|
in
|
||||||
import ./checks { inherit self inputs system pkgs; }
|
import ./checks { inherit self inputs system pkgs; }
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
|
|
||||||
checks = lib.swarselsystems.forAllSystems (system:
|
checks = lib.swarselsystems.forAllSystems (system:
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = lib.swarselsystems.pkgsFor.${system};
|
||||||
in
|
in
|
||||||
import ./checks { inherit self inputs system pkgs; }
|
import ./checks { inherit self inputs system pkgs; }
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue