flake.nix: Use devShells.default

nazuna
Simon Bruder 2022-08-26 16:14:24 +02:00
parent e31c264c92
commit 87531083b4
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
});
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
buildInputs = (with pkgs; [
black
nixpkgs-fmt