Skip to content

Commit 8d1be68

Browse files
committed
All env will be string
1 parent 5859644 commit 8d1be68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
TYPOS_LSP_PATH = pkgs.lib.getExe pkgs.typos-lsp;
3030

3131
# For local development, only defined in package.nix is not useful for daily development
32-
CGO_ENABLED = 0;
32+
CGO_ENABLED = "0";
3333
};
3434
buildInputs = [
3535
# https://github.com/NixOS/nix/issues/730#issuecomment-162323824

0 commit comments

Comments
 (0)