mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
4 lines
134 B
Bash
Executable file
4 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
|