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 @@
|
|||
{
|
||||
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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue