feat: use main pkgs in devShells

This commit is contained in:
Leon Schwarzäugl 2024-12-29 13:45:28 +01:00
parent 114d2be756
commit 629c39051a
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -184,7 +184,7 @@
devShells = lib.swarselsystems.forAllSystems (system:
let
pkgs = nixpkgs.legacyPackages.${system};
pkgs = lib.swarselsystems.pkgsFor.${system};
checks = self.checks.${system};
in
{