Add age to global packages

This commit is contained in:
Christopher Mühl 2025-08-07 10:25:47 +02:00
parent 6e433cff6f
commit e738ada247
No known key found for this signature in database
GPG key ID: E919B0F59E14FD47

View file

@ -1,8 +1,4 @@
{
inputs,
pkgs,
...
}: {
{pkgs, ...}: {
# This module is common to all systems, both nixos and darwin. It is
# automatically added to all hosts via the flake configuration.
@ -19,5 +15,6 @@
git
gitleaks
just
age
];
}