We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5859644 commit 8d1be68Copy full SHA for 8d1be68
1 file changed
flake.nix
@@ -29,7 +29,7 @@
29
TYPOS_LSP_PATH = pkgs.lib.getExe pkgs.typos-lsp;
30
31
# For local development, only defined in package.nix is not useful for daily development
32
- CGO_ENABLED = 0;
+ CGO_ENABLED = "0";
33
};
34
buildInputs = [
35
# https://github.com/NixOS/nix/issues/730#issuecomment-162323824
0 commit comments