Fix warnings after switching to 23.05

This commit is contained in:
Jakob Lechner 2023-05-23 15:25:48 +00:00
parent 09b7be8f47
commit ddfb236c6c
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
5 changed files with 19 additions and 18 deletions

View file

@ -57,7 +57,7 @@
};
};
};
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
buildInputs = (with pkgs; [
black
just