chromium/update.sh: don't use remote builders, lots of copying for work

This commit is contained in:
Will Dietz 2018-09-28 13:10:10 -05:00 committed by Herwig Hochleitner
parent a08feadbe1
commit 4b7de150a8

View file

@ -1,4 +1,4 @@
#!/bin/sh -e
cd "$(dirname "$0")"
sp="$(nix-build -Q --no-out-link update.nix -A update)"
sp="$(nix-build --builders "" -Q --no-out-link update.nix -A update)"
cat "$sp" > upstream-info.nix