From 824c33a519a6b6c763912c83599c46324568ea3b Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 12 Oct 2025 18:06:07 -0500 Subject: [PATCH] Fixed phoenix script with git-lfs dep --- modules/system/phoenix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/phoenix/default.nix b/modules/system/phoenix/default.nix index e825482..a6ce48c 100644 --- a/modules/system/phoenix/default.nix +++ b/modules/system/phoenix/default.nix @@ -24,7 +24,7 @@ config = { environment.systemPackages = with pkgs; [ attic-client - git + git git-lfs nix-output-monitor (pkgs.writeScriptBin "phoenix" '' if [[ $EUID -ne 0 ]]; then