This is an automated archive made by the Lemmit Bot.

The original was posted on /r/nixos by /u/dr_brinkleberry on 2024-11-15 20:55:27+00:00.


Hey everyone,

Made my first nix-related tool! I really liked the approach Agenix took for injecting secrets into builds, but found the process of maintaining secrets really tedious. I’ve been a long time 1Password user, and figured I could use their shiny new Go SDK to achieve a similar outcome to Agenix, but allow me to manage all my secrets in 1Password.

Maybe it will be useful to some of you as well :)

Feel free to open a PR or issue with any improvements, I’m pretty new to both Nix and Golang

Link