tangled
alpha
login
or
join now
oppi.li
/
gust
6
fork
atom
background code checker for golang
6
fork
atom
overview
issues
2
pulls
pipelines
nix: avoid setting env.CGO_ENABLED in derivation
oppi.li
10 months ago
22576280
26a9a374
-1
1 changed file
expand all
collapse all
unified
split
flake.nix
-1
flake.nix
···
31
31
src = gitignoreSource ./.;
32
32
subPackages = ["cmd/gust"];
33
33
vendorHash = "sha256-XKydHm/KX6sGU5ndQTNsIqaF0BpHew9NB+Q7gcAKBh4=";
34
34
-
env.CGO_ENABLED = 0;
35
34
};
36
35
};
37
36
packages = forAllSystems (system: {inherit (nixpkgsFor."${system}") gust;});