devshell -> devshells

main
xenia 2023-09-03 13:50:48 +02:00
parent d2bd03a17e
commit ab1d2306d9
1 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,9 @@
henttp = henttp;
default = henttp;
};
devShell = pkgs.mkShell { packages = buildInputs; shellHook = common; };
devShells = {
default = pkgs.mkShell { packages = buildInputs; shellHook = common; };
};
checks = {
default = check-all;
};