mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-14 13:53:25 +01:00
agenix not found #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fabricesemti80 on GitHub (May 4, 2024).
Hi Mate,
Trying to follow your steps @ https://github.com/ryan4yin/nix-config/tree/main/secrets ..
But I am getting:
(this is all the same weather I try to run this on a NixOS machine (vanila config with only SSH and flakes enabled, no other changes in the /etc/nixos/configuration.nix
Any suggestion what I am missing?
Ta,
FS.
@DataEraserC commented on GitHub (May 4, 2024):
maybe you can try packages from
github:ryan4yin/ragenix@DataEraserC commented on GitHub (May 4, 2024):
The documentation also needs to be updated, there is no agenix in nixpkgs. Should we replace agenix with github:ryan4yin/ragenix's ragenix? After all, it also provides agenix.
@DataEraserC commented on GitHub (May 4, 2024):
Oh, it seems that the originally expected agenix was supposed to be provided by the flake github:ryantm/agenix.
So the command could also be
@fabricesemti80 commented on GitHub (May 4, 2024):
yes I think that works. thanks.