Skip to content

Commit

Permalink
Update shell.nix to use Go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Dec 14, 2023
1 parent 1f09567 commit 4871a59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ let _pkgs = import <nixpkgs> { };
in { pkgs ? import (_pkgs.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
#branch@date: nixpkgs-unstable@2023-03-11T16:44:21-05:00
rev = "8ad5e8132c5dcf977e308e7bf5517cc6cc0bf7d8";
sha256 = "17v6wigks04x1d63a2wcd7cc4z9ca6qr0f4xvw1pdw83f8a3c0nj";
#branch@date: nixpkgs-unstable@2023-10-08T09:04:33+02:00
rev = "9957cd48326fe8dbd52fdc50dd2502307f188b0d";
sha256 = "1l2hq1n1jl2l64fdcpq3jrfphaz10sd1cpsax3xdya0xgsncgcsi";
}) { } }:

with pkgs;
Expand All @@ -13,7 +13,7 @@ mkShell {
buildInputs = [
git
gnumake
go_1_20
go_1_21
nixfmt
nodePackages.prettier
perl
Expand Down

0 comments on commit 4871a59

Please sign in to comment.