aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-06-18 13:25:08 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-06-18 13:25:08 +0200
commit3d492199bb9a4c78fa6e474bb5a67df72db189c7 (patch)
tree93cd34c709ee44813f2b2478196622c454d43d52 /tests
parent5d69bbf3fe6edfc1765ea5de6ef474eae889449e (diff)
github: Respect default branch
Diffstat (limited to 'tests')
-rw-r--r--tests/github-flakes.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/github-flakes.nix b/tests/github-flakes.nix
index 0b1f1322f..a47610d9a 100644
--- a/tests/github-flakes.nix
+++ b/tests/github-flakes.nix
@@ -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