devshell -> devshells
This commit is contained in:
parent
d2bd03a17e
commit
ab1d2306d9
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user