Update tweag reference to nix-community in flake template

This commit is contained in:
adisbladis 2022-09-02 17:13:35 +12:00
parent b5bb2405a9
commit d4eb034312

View file

@ -3,7 +3,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.gomod2nix.url = "github:tweag/gomod2nix";
inputs.gomod2nix.url = "github:nix-community/gomod2nix";
outputs = { self, nixpkgs, flake-utils, gomod2nix }:
(flake-utils.lib.eachDefaultSystem