mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03: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
|