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:
parent
5d69bbf3fe
commit
3d492199bb
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue