From 5c4ff80858d2d687bd4cf64cca8134317c0b8bd9 Mon Sep 17 00:00:00 2001 From: kity Date: Thu, 7 Aug 2025 18:07:49 +0200 Subject: [PATCH] fix no buildInputs set --- hosts/sisyphe/features/services/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index de8ff4b..264d287 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -37,7 +37,7 @@ let cp ${tosFile} $out/static/terms-of-service.html ''; - buildInputs = old.buildInputs ++ [ + buildInputs = [ pkgs.curl ]; });