1
0

Remove CI devShell
All checks were successful
Build and test / test (push) Successful in 2m59s

This commit is contained in:
xeals 2023-11-30 12:48:01 +11:00
parent 2d65118f53
commit de3e031dcf
Signed by: xeals
SSH Key Fingerprint: SHA256:pRv+8swQDA+/LuZ7NHj9m006BbKexlNK62OUA01ZZBc

View File

@ -17,13 +17,8 @@
};
in
{
devShells = {
default = pkgs.mkShellNoCC {
buildInputs = [ zig pkgs.zls ];
};
ci = pkgs.mkShellNoCC {
buildInputs = [ zig ];
};
devShells.default = pkgs.mkShellNoCC {
buildInputs = [ zig pkgs.zls ];
};
packages.default = buildZigPackage {