Skip to content

Commit

Permalink
Update build inputs to include git
Browse files Browse the repository at this point in the history
This is required for determining the build hash rendered on the splash screen.
  • Loading branch information
jmacdonald committed Sep 10, 2024
1 parent aa2d2ff commit 8e99f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e99f0d

Please sign in to comment.