back interdiff of round #4 and #3

ci: add go mod tidy & gomod2nix check CI #901

merged
opened by boltless.me targeting master from sl/ywrpzwxwrtms
ERROR
.tangled/workflows/test.yml

Failed to calculate interdiff for this file.

ERROR
flake.lock

Failed to calculate interdiff for this file.

ERROR
go.mod

Failed to calculate interdiff for this file.

ERROR
nix/gomod2nix.toml

Failed to calculate interdiff for this file.

NEW
flake.nix
··· 246 246 gomod2nix = { 247 247 type = "app"; 248 248 program = toString (pkgs.writeShellScript "gomod2nix" '' 249 + HOME=$(mktemp -d) 250 + echo $HOME 249 251 ${gomod2nix.legacyPackages.${system}.gomod2nix}/bin/gomod2nix generate --outdir ./nix 250 252 ''); 251 253 };