Remove unneeded flake inputs #196
Reference in New Issue
Block a user
Delete Branch "abonerib/jungle:remove-inputs"
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?
We don't use home-manager or
nix-darwin, so it should be safe to remove them from the flake inputs.before
after
Can't we just remove the agenix input completely and copy the agenix package and module in jungle? Is just a simple shell script and it doesn't seem to change that often:
https://github.com/ryantm/agenix/commits/main/pkgs
https://github.com/ryantm/agenix/commits/main/modules/age.nix
It seems that flake inputs are lazy as long as you don't update the lock, so maybe we can keep it as is, since it will only affect the size of
flake.lock:Yes, but it requires a extra input (and extra patches to remove cruft) which I think we can safely avoid, so we only depend on nixpkgs.
Do you think it would require too much work to maintain?
It shouldn't be, we don't really need most of the features in age anyways
See #198
Closing, now we only have nixpkgs:
Pull request closed