summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manifest.rst2
-rw-r--r--nix/tamal/manifest.kdl2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/manifest.rst b/doc/manifest.rst
index d6b7d72..6b72aa2 100644
--- a/doc/manifest.rst
+++ b/doc/manifest.rst
@@ -47,7 +47,7 @@ Default ``manifest.kdl``
}
hash algorithm=SHA256
latest-cmd {
- $ git ls-remote --heads "https://github.com/NixOS/nixpkgs.git" --refs "refs/heads/nixos-unstable"
+ $ git ls-remote "https://github.com/NixOS/nixpkgs.git" --refs "refs/heads/nixos-unstable"
| cut -f1
}
}
diff --git a/nix/tamal/manifest.kdl b/nix/tamal/manifest.kdl
index d85e2f0..6eeab6c 100644
--- a/nix/tamal/manifest.kdl
+++ b/nix/tamal/manifest.kdl
@@ -9,7 +9,7 @@ inputs {
}
hash algorithm=SHA256
latest-cmd {
- $ git ls-remote --heads "https://github.com/NixOS/nixpkgs.git" --refs "refs/heads/nixpkgs-unstable"
+ $ git ls-remote "https://github.com/NixOS/nixpkgs.git" --branches nixpkgs-unstable
| cut -f1
}
}