From d6bed42c7af88770e08edf939971ab483d1f9321 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 4 Dec 2025 19:40:14 +0100 Subject: 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. --- nixos/npins/sources.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'nixos') 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", -- cgit v1.3.1