flake.nix: Use devShells.default

This commit is contained in:
Simon Bruder 2022-08-26 16:14:24 +02:00
parent e31c264c92
commit 87531083b4
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

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