Skip to content

Commit

Permalink
Merge pull request #726 from jacobweinstock/clean-shell-nix
Browse files Browse the repository at this point in the history
Clean up shell.nix
  • Loading branch information
mergify[bot] authored May 10, 2023
2 parents b0195d8 + c28e3af commit 7be72c7
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,11 @@ in { pkgs ? import (_pkgs.fetchFromGitHub {

with pkgs;

let
pkgs = import (_pkgs.fetchFromGitHub {
# go 1.18.5
owner = "NixOS";
repo = "nixpkgs";
# branch@date: nixpkgs-unstable@2023-03-30
rev = "8b3bc690e201c8d3cbd14633dbf3462a820e73f2";
sha256 = "sha256-+ckiCxbGFSs1/wHKCXAZnvb37Htf6k5nmQE3T0Y7hK8=";
}) { };

go_1_20_3 = pkgs.go;

in mkShell {
mkShell {
buildInputs = [
docker-compose
git
gnumake
gnused
go_1_20_3
jq
nixfmt
nodePackages.prettier
protobuf
python3Packages.codespell
python3Packages.pip
python3Packages.setuptools
Expand Down

0 comments on commit 7be72c7

Please sign in to comment.