chromium/update.sh: don't use remote builders, lots of copying for work
This commit is contained in:
parent
a08feadbe1
commit
4b7de150a8
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
cd "$(dirname "$0")"
|
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
|
cat "$sp" > upstream-info.nix
|
||||||
|
|
Loading…
Reference in New Issue