devshell -> devshells

This commit is contained in:
xenia 2023-09-03 13:50:48 +02:00
parent d2bd03a17e
commit ab1d2306d9

View File

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