mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
feat: use main pkgs in devShells
This commit is contained in:
parent
114d2be756
commit
629c39051a
2 changed files with 2 additions and 2 deletions
|
|
@ -493,7 +493,7 @@ In this section I am creating some attributes that define general concepts of my
|
||||||
|
|
||||||
devShells = lib.swarselsystems.forAllSystems (system:
|
devShells = lib.swarselsystems.forAllSystems (system:
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = lib.swarselsystems.pkgsFor.${system};
|
||||||
checks = self.checks.${system};
|
checks = self.checks.${system};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,7 @@
|
||||||
|
|
||||||
devShells = lib.swarselsystems.forAllSystems (system:
|
devShells = lib.swarselsystems.forAllSystems (system:
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = lib.swarselsystems.pkgsFor.${system};
|
||||||
checks = self.checks.${system};
|
checks = self.checks.${system};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue