mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 15:47:28 +00:00
5 lines
134 B
Bash
Executable file
5 lines
134 B
Bash
Executable file
#!/bin/sh -e
|
|
cd "$(dirname "$0")"
|
|
sp="$(nix-build --builders "" -Q --no-out-link update.nix -A update)"
|
|
cat "$sp" > upstream-info.nix
|