fix: use devShells.default instead of deprecated devShell
This commit is contained in:
parent
34de1d3bb7
commit
5d17ee23cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue