diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-04 19:40:14 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-04 19:47:27 +0100 |
| commit | d6bed42c7af88770e08edf939971ab483d1f9321 (patch) | |
| tree | 565c847c873dc31a466b6f1e61ddb0bf1dcdaa1c | |
| parent | e176fff873dc7f069daa21f8225de36973be3b94 (diff) | |
deps: use main branch of agenix
The last release of agenix (0.15.0) doesn't build anymore with NixOS 25.11 because of:
error: `substituteAll` has been removed. Use `replaceVars` instead.
Apparently the 0.15.0 release is 2 years old and you're supposed
to pin a commit from the main branch instead where it's fixed.
See https://github.com/ryantm/agenix/issues/363.
| -rw-r--r-- | nixos/npins/sources.json | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/nixos/npins/sources.json b/nixos/npins/sources.json index 52a58b0..83339b6 100644 --- a/nixos/npins/sources.json +++ b/nixos/npins/sources.json @@ -1,20 +1,16 @@ { "pins": { "agenix": { - "type": "GitRelease", + "type": "Git", "repository": { - "type": "GitHub", - "owner": "ryantm", - "repo": "agenix" + "type": "Git", + "url": "https://github.com/ryantm/agenix" }, - "pre_releases": false, - "version_upper_bound": null, - "release_prefix": null, + "branch": "main", "submodules": false, - "version": "0.15.0", - "revision": "564595d0ad4be7277e07fa63b5a991b3c645655d", - "url": "https://api.github.com/repos/ryantm/agenix/tarball/0.15.0", - "hash": "01dhrghwa7zw93cybvx4gnrskqk97b004nfxgsys0736823956la" + "revision": "fcdea223397448d35d9b31f798479227e80183f6", + "url": null, + "hash": "1d4m7hsq727q7ndjqmgyl8vkbkqjwps962ygmv2mcc5dbqzgn963" }, "grafana-matrix-forwarder": { "type": "GitRelease", |
