From f7e623bd13c24aba450f6e0f7968f261763cc6c9 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 19 Sep 2022 07:04:45 -0600 Subject: [PATCH] templates: update go nixpkgs version --- templates/go/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/go/flake.nix b/templates/go/flake.nix index 387792f..ecc8609 100644 --- a/templates/go/flake.nix +++ b/templates/go/flake.nix @@ -1,7 +1,7 @@ { description = "thing: stuff and things"; - inputs.nixpkgs.url = "nixpkgs/nixos-21.11"; + inputs.nixpkgs.url = "nixpkgs/nixos-22.05"; outputs = { self, nixpkgs }: let