6041cfe2af
We now should have only the default.nix left in the source directory and we can start to factor out the pieces into the Chromium main derivation attributes. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/sh -e
|
|
cd "$(dirname "$0")"
|
|
sp="$(nix-build -Q --no-out-link update.nix -A update)"
|
|
cat "$sp" > upstream-info.nix
|