Compare commits

..

No commits in common. "a84d2d8d907e1b45dea75072558e0293cf5d2ffb" and "11a40de18a8078d397201efd8a22fb9328199637" have entirely different histories.

3 changed files with 2 additions and 8 deletions

View File

@ -1,10 +1,7 @@
{ pkgs }:
pkgs.runCommandNoCC "win-bundle-installer.exe" {} ''
mkdir bundle
cd bundle
cp ${./go.mod} go.mod
cp ${./main.go} main.go
env HOME=$(mktemp -d) GOOS=windows GOARCH=amd64 ${pkgs.go}/bin/go build
mv bundle.exe $out
mv build.exe $out
''

View File

@ -1,3 +0,0 @@
module bundle
go 1.11

View File

@ -2,7 +2,7 @@
rec {
# qemu_test is a smaller closure only building for a single system arch
qemu = pkgs.qemu;
qemu = pkgs.qemu_test;
mkQemuFlags = extraFlags: [
"-enable-kvm"