Skip to content

Commit

Permalink
shell.nix: fetch nixpkgs that have go_1_20
Browse files Browse the repository at this point in the history
Currently fetched nixpkgs collection has only go_1_19
  • Loading branch information
pborzenkov committed Apr 4, 2023
1 parent 34a7eae commit f1882bc
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
@@ -1,4 +1,4 @@
with (import (fetchTarball https://github.com/nixos/nixpkgs/archive/3402d9c4a4fe77e245c1b3b061997a83e6f7504e.tar.gz) {});
with (import (fetchTarball https://github.com/nixos/nixpkgs/archive/779db7898ca58416f6d1e5bc3c4ed4dafd32879c.tar.gz) {});

let

Expand Down

0 comments on commit f1882bc

Please sign in to comment.