mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
a62f100ec3
Changing the working directory to pkgs/applications/networking/browsers/chromium is a bit annoying, so let's make sure the script can be called from anywhere. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
5 lines
128 B
Bash
Executable file
5 lines
128 B
Bash
Executable file
#!/bin/sh -e
|
|
cd "$(dirname "$0")"
|
|
sp="$(nix-build -Q --no-out-link source/update.nix -A update)"
|
|
cat "$sp" > source/sources.nix
|