summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-13 10:51:07 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-13 10:51:07 +0000
commit69366dd17329cddf58892e2fb7f33ebc16410d89 (patch)
tree9144b8871cc7f3ca1f184a6007ca6a6cf1c60c6e
parent9c72ce982212eaf23caba6a697e88153fd88c274 (diff)
downloadnixtaml-69366dd17329cddf58892e2fb7f33ebc16410d89.tar
nixtaml-69366dd17329cddf58892e2fb7f33ebc16410d89.tar.gz
nixtaml-69366dd17329cddf58892e2fb7f33ebc16410d89.tar.bz2
nixtaml-69366dd17329cddf58892e2fb7f33ebc16410d89.tar.lz
nixtaml-69366dd17329cddf58892e2fb7f33ebc16410d89.tar.xz
nixtaml-69366dd17329cddf58892e2fb7f33ebc16410d89.tar.zst
nixtaml-69366dd17329cddf58892e2fb7f33ebc16410d89.zip
use latest git ls-remote
-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
}
}