1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 23:12:44 +01:00

github: Respect default branch

This commit is contained in:
Eelco Dolstra 2020-06-18 13:25:08 +02:00
parent 5d69bbf3fe
commit 3d492199bb
2 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@ let
tar cfz $out/tarball/${nixpkgs.rev} $dir --hard-dereference
mkdir -p $out/commits
echo '{"sha": "${nixpkgs.rev}"}' > $out/commits/master
echo '{"sha": "${nixpkgs.rev}"}' > $out/commits/HEAD
'';
in