summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruakci <git@uakci.space>2022-11-09 14:42:08 +0100
committeruakci <git@uakci.space>2022-11-09 14:42:08 +0100
commit435fde961ed1eb48ad3a42a25b130dd598f3d10a (patch)
treea05b06c602d219733b507a617c07c0832f4ec536
parentpin toaq-dictionary to a revision pre-coindexation (diff)
downloadnuogai-435fde961ed1eb48ad3a42a25b130dd598f3d10a.tar.gz
nuogai-435fde961ed1eb48ad3a42a25b130dd598f3d10a.zip
revert this
-rw-r--r--flake.lock8
-rw-r--r--flake.nix10
2 files changed, 6 insertions, 12 deletions
diff --git a/flake.lock b/flake.lock
index 4479b09..5bee353 100644
--- a/flake.lock
+++ b/flake.lock
@@ -78,17 +78,17 @@
"toaq-dictionary": {
"flake": false,
"locked": {
- "lastModified": 1660135967,
- "narHash": "sha256-4HiO4CfXD6dTrnHtOhGcqX2bNNMf+aq2NHQB+0iNXFY=",
+ "lastModified": 1660491489,
+ "narHash": "sha256-H/e9i0Y6ugFQhqKxasJQoSBlSNU8xUOuF5H/vpxnTiQ=",
"owner": "toaq",
"repo": "dictionary",
- "rev": "31d1e5d45f7870b0de66c9a546d6fe0f18fad4f9",
+ "rev": "aa22bbb6b5e4b898143b3a66bfee9890a640aca5",
"type": "github"
},
"original": {
"owner": "toaq",
+ "ref": "master",
"repo": "dictionary",
- "rev": "31d1e5d45f7870b0de66c9a546d6fe0f18fad4f9",
"type": "github"
}
},
diff --git a/flake.nix b/flake.nix
index c916fcf..29fbb05 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,14 +2,8 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils/master";
gomod2nix.url = "github:tweag/gomod2nix/master";
- toaq-dictionary = {
- url = "github:toaq/dictionary?rev=31d1e5d45f7870b0de66c9a546d6fe0f18fad4f9";
- flake = false;
- };
- zugai = {
- url = "github:toaq/zugai/main";
- flake = false;
- };
+ toaq-dictionary = { url = "github:toaq/dictionary/master"; flake = false; };
+ zugai = { url = "github:toaq/zugai/main"; flake = false; };
};
outputs = { self, nixpkgs, gomod2nix, flake-utils, zugai, toaq-dictionary, ... }: