Skip to content

Commit

Permalink
Clean up shell.nix
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed May 9, 2023
1 parent 54a6f1c commit f481df7
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 f481df7

Please sign in to comment.