1
Fork 0
mirror of https://github.com/RGBCube/crash synced 2025-07-28 00:47:43 +00:00

fix: build

This commit is contained in:
RGBCube 2025-04-13 02:51:24 +03:00
parent aa1d4f6693
commit 7849872b30
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 3 additions and 4 deletions

View file

@ -18,7 +18,7 @@
in {
devShell = forEachSystem (system: with nixpkgs.legacyPackages.${system}; mkShell {
packages = [
zig_0_12
zig_0_14
zls
zon2nix
];