Add age to global packages
This commit is contained in:
parent
6e433cff6f
commit
e738ada247
1 changed files with 2 additions and 5 deletions
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
inputs,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
# This module is common to all systems, both nixos and darwin. It is
|
# This module is common to all systems, both nixos and darwin. It is
|
||||||
# automatically added to all hosts via the flake configuration.
|
# automatically added to all hosts via the flake configuration.
|
||||||
|
|
||||||
|
|
@ -19,5 +15,6 @@
|
||||||
git
|
git
|
||||||
gitleaks
|
gitleaks
|
||||||
just
|
just
|
||||||
|
age
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue