about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-05-31 15:38:16 +0200
committeruser@node5.net <user@node5.net>2026-05-31 15:38:38 +0200
commitb7b231c5e5ee1e1d9460bc5fe9ff26e317991a3c (patch)
tree502164e0f319e119dd3649e7684110043d1fcf84
parentc35426adf6ce638d0f26f1ce8d44c43d7c261ca9 (diff)
flake - make git binary avaible to python code for modified date
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e02796b..f6f87b7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,6 +33,7 @@
             changelog = "https://git.node5.net/blog/blog.node5.net_flask/log/";
             mainProgram = "blog-node5";
           };
+          propagatedBuildInputs = (attrs.propagatedBuildInputs or []) ++ [ pkgs.git ];  # Make git binary available
         });
     in
     {