mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
Fix GitHub test
This commit is contained in:
parent
b33b94748c
commit
ad6e55d777
@ -27,7 +27,7 @@ let
|
||||
text = ''
|
||||
{
|
||||
"flakes": {
|
||||
"nixpkgs": {
|
||||
"flake:nixpkgs": {
|
||||
"uri": "github:NixOS/nixpkgs"
|
||||
}
|
||||
},
|
||||
@ -45,7 +45,7 @@ let
|
||||
cp -prd ${nixpkgs} $dir
|
||||
# Set the correct timestamp in the tarball.
|
||||
find $dir -print0 | xargs -0 touch -t ${builtins.substring 0 12 nixpkgs.lastModified}.${builtins.substring 12 2 nixpkgs.lastModified} --
|
||||
tar cfz $out/tarball/${nixpkgs.rev} $dir
|
||||
tar cfz $out/tarball/${nixpkgs.rev} $dir --hard-dereference
|
||||
|
||||
mkdir -p $out/commits
|
||||
echo '{"sha": "${nixpkgs.rev}"}' > $out/commits/master
|
||||
|
Loading…
Reference in New Issue
Block a user