i just quickly wanted to build a new windows VM and ran into this problem here with the latest checkout:
building '/nix/store/n1k2rih9d1lj7dkzchrgdjd6q8p6fd55-win-bundle-installer.exe.drv'...
go: go.mod file not found in current directory or any parent directory; see 'go help modules
I tried different nixpkgs (21.05 and master of today) and it doesn't work for both.
Is that anything that MS changed or something else?
Hi there,
i just quickly wanted to build a new windows VM and ran into this problem here with the latest checkout:
```
building '/nix/store/n1k2rih9d1lj7dkzchrgdjd6q8p6fd55-win-bundle-installer.exe.drv'...
go: go.mod file not found in current directory or any parent directory; see 'go help modules
```
I tried different nixpkgs (21.05 and master of today) and it doesn't work for both.
Is that anything that MS changed or something else?
Looks like a nixpkgs incompatibility and not something from MS (the latter would show failed hashes in fixed-output derivations anyway). I built new VMs a few weeks ago and it still worked fine.
We only run it with this nixpkgs:
https://git.m-labs.hk/M-Labs/nix-scripts/src/branch/master/artiq-fast/wfvm.nix#L5
Looks like a nixpkgs incompatibility and not something from MS (the latter would show failed hashes in fixed-output derivations anyway). I built new VMs a few weeks ago and it still worked fine.
Hi there,
i just quickly wanted to build a new windows VM and ran into this problem here with the latest checkout:
I tried different nixpkgs (21.05 and master of today) and it doesn't work for both.
Is that anything that MS changed or something else?
We only run it with this nixpkgs:
https://git.m-labs.hk/M-Labs/nix-scripts/src/branch/master/artiq-fast/wfvm.nix#L5
Looks like a nixpkgs incompatibility and not something from MS (the latter would show failed hashes in fixed-output derivations anyway). I built new VMs a few weeks ago and it still worked fine.
Thank you, with that commit it works well.
Still need to disable visual studio and stuff because that does not work for me, but i also don't need it.