Correct the devshell

This commit is contained in:
Andreas Zweili 2023-04-06 11:29:47 +02:00
parent 4ff7200bd8
commit bd14e4c94b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
};
in
rec {
devShell."${system}" = pkgs.mkShell {
devShells.default = pkgs.mkShell {
buildInputs = [ pyEnv ];
};
packages =