summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-13 10:51:07 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-13 10:51:07 +0000
commit69366dd17329cddf58892e2fb7f33ebc16410d89 (patch)
tree9144b8871cc7f3ca1f184a6007ca6a6cf1c60c6e /nix
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
Diffstat (limited to 'nix')
-rw-r--r--nix/tamal/manifest.kdl2
1 files changed, 1 insertions, 1 deletions
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
}
}