From 0124151c1d15adfca3823161f03d2b15ee72162e Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 25 Apr 2024 19:15:13 -0400 Subject: [PATCH] add hydra-check dependencies Signed-off-by: ahuston-0 --- users/alice/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/alice/home.nix b/users/alice/home.nix index 41f8d19..086f313 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -83,6 +83,11 @@ # audit lynis + + # dependencies for nix-dotfiles/hydra-check-action + nodejs_20 + nodePackages.prettier + treefmt ]; };