1
0

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

This commit is contained in:
2023-11-30 12:48:01 +11:00
parent 2d65118f53
commit de3e031dcf

View File

@@ -17,14 +17,9 @@
};
in
{
devShells = {
default = pkgs.mkShellNoCC {
devShells.default = pkgs.mkShellNoCC {
buildInputs = [ zig pkgs.zls ];
};
ci = pkgs.mkShellNoCC {
buildInputs = [ zig ];
};
};
packages.default = buildZigPackage {
name = "aoc23";