fix: use devShells.default instead of deprecated devShell

This commit is contained in:
buffet 2024-06-26 12:40:00 +02:00
parent 34de1d3bb7
commit 5d17ee23cc

View file

@ -110,7 +110,7 @@
};
};
devShell = nixpkgs.legacyPackages.${system}.mkShell {
devShells.default = nixpkgs.legacyPackages.${system}.mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
buildInputs = self.checks.${system}.pre-commit-check.enabledPackages;
};