Skip to content

Commit

Permalink
chore: add gh to nix shell
Browse files Browse the repository at this point in the history
gh needed for Github releases
  • Loading branch information
cmars committed Feb 20, 2023
1 parent 28c832e commit 959c781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
rustc cargo rustfmt clippy
automake autoconf269 gnumake gcc libtool
gh
];

buildInputs = with pkgs.buildPackages; [
Expand Down

0 comments on commit 959c781

Please sign in to comment.