From e738ada2475090688d1d3b2434a363b909107814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=BChl?= Date: Thu, 7 Aug 2025 10:25:47 +0200 Subject: [PATCH] Add age to global packages --- modules/common/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index a16702e..1883482 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -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 ]; }