diff options
| author | uakci <git@uakci.space> | 2022-11-09 14:42:08 +0100 |
|---|---|---|
| committer | uakci <git@uakci.space> | 2022-11-09 14:42:08 +0100 |
| commit | 435fde961ed1eb48ad3a42a25b130dd598f3d10a (patch) | |
| tree | a05b06c602d219733b507a617c07c0832f4ec536 | |
| parent | pin toaq-dictionary to a revision pre-coindexation (diff) | |
| download | nuogai-435fde961ed1eb48ad3a42a25b130dd598f3d10a.tar.gz nuogai-435fde961ed1eb48ad3a42a25b130dd598f3d10a.zip | |
revert this
| -rw-r--r-- | flake.lock | 8 | ||||
| -rw-r--r-- | flake.nix | 10 |
2 files changed, 6 insertions, 12 deletions
@@ -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" } }, @@ -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, ... }: |
