Skip to content

Commit

Permalink
shell: added python3
Browse files Browse the repository at this point in the history
to update useragents in pure environment
  • Loading branch information
corpix committed Aug 26, 2019
1 parent 0affdd1 commit 6fd8ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stdenv.mkDerivation {
name = "nix-shell";
buildInputs = [
coreutils bashInteractive jq curl gcc git gnumake
go golangci-lint cacert openssl
go golangci-lint cacert openssl python3
];
shellHook = ''
unset GOPATH
Expand Down

0 comments on commit 6fd8ff1

Please sign in to comment.