aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-12-13 20:31:59 -0500
committerXe <me@christine.website>2022-12-13 20:31:59 -0500
commitf01c4273bd0dae6cacdcbc15cf7cdb0dd4f8b93d (patch)
treedc124c2b8f16da3db10dfff24d8330b7c8d2f06b
parent35e37331e870d463841d93cf1f12b4ff846797ff (diff)
downloadx-f01c4273bd0dae6cacdcbc15cf7cdb0dd4f8b93d.tar.xz
x-f01c4273bd0dae6cacdcbc15cf7cdb0dd4f8b93d.zip
nix-community/gomod2nix
Signed-off-by: Xe <me@christine.website>
-rw-r--r--flake.lock4
-rw-r--r--flake.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 50ec185..7eee2be 100644
--- a/flake.lock
+++ b/flake.lock
@@ -28,13 +28,13 @@
"locked": {
"lastModified": 1662501203,
"narHash": "sha256-4BKeqCX2zwgBiTdlc2DjGQ0CttKm0vSw0r/bdFdM/PQ=",
- "owner": "tweag",
+ "owner": "nix-community",
"repo": "gomod2nix",
"rev": "89cd0675b96775aa3ee86e7c0cf5bc238dd27976",
"type": "github"
},
"original": {
- "owner": "tweag",
+ "owner": "nix-community",
"repo": "gomod2nix",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 9cab3a9..026d506 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
};
gomod2nix = {
- url = "github:tweag/gomod2nix";
+ url = "github:nix-community/gomod2nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.utils.follows = "utils";
};