chromium/update.sh: don't use remote builders, lots of copying for work
This commit is contained in:
parent
a08feadbe1
commit
4b7de150a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue