From 8e99f0d6161458424b1af32d96ae785286904bf8 Mon Sep 17 00:00:00 2001 From: Jordan MacDonald Date: Mon, 9 Sep 2024 22:03:31 -0400 Subject: [PATCH] Update build inputs to include git This is required for determining the build hash rendered on the splash screen. --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 3abc6882..d37d07fb 100644 --- a/default.nix +++ b/default.nix @@ -11,7 +11,7 @@ buildInputs = with pkgs; [ git xorg.libxcb openssl zlib ]; # Packages needed during the build - nativeBuildInputs = with pkgs; [ python311 ]; + nativeBuildInputs = with pkgs; [ git python311 ]; # Amp creates files and directories in $HOME/.config/amp when run. # Since the checkPhase of the build process runs the test suite, we