Block a user
Update nixpkgs to get proper gcc version
Include agenix module and package directly
Since this is not in upstream age, maybe we can put it back in common/base/agenix
?
Remove unneeded flake inputs
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…
Remove unneeded flake inputs
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.co…
Add metadata to packages
I'll leave it empty for now.
licenses are attribute sets with {unfree, redistributable::Bool, ...}
we can either check for unfree or redistributable later on.
Add metadata to packages
That seems reasonable, is mostly what we currently do already. It might be good to write this in a similar
doc/maintainers.md
doc file linking to that nixpkgs section.Additionally,…