delegate pin management to tack

This commit is contained in:
atagen 2026-05-29 00:25:36 +10:00
parent 070c3f0a7f
commit c42b5abba8
5 changed files with 35 additions and 163 deletions

16
flake.lock generated
View file

@ -82,9 +82,25 @@
"inputs": {
"nix-systems": "nix-systems",
"nixpkgs": "nixpkgs",
"tack": "tack",
"unf": "unf"
}
},
"tack": {
"locked": {
"lastModified": 1779981755,
"narHash": "sha256-sdHSW55s2NCd3t2ezu5oV98ZQPjXHE2nxn0IixFaxwU=",
"owner": "manic-systems",
"repo": "tack",
"rev": "6e62423ffe85ebe0db1a8e538aa3ff281f690b3f",
"type": "github"
},
"original": {
"owner": "manic-systems",
"repo": "tack",
"type": "github"
}
},
"unf": {
"inputs": {
"ndg": "ndg",