diff options
| author | Xe <me@christine.website> | 2022-04-28 02:31:05 +0000 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-04-28 02:31:05 +0000 |
| commit | 4d5379e7b0cc83d125d2c43bcd5507f11eba304d (patch) | |
| tree | 2156b2bb928ff0db346eff7eff8570ad20998b43 /flake.lock | |
| parent | d56721be6bac66729362384853761d6f962a5b4b (diff) | |
| download | x-4d5379e7b0cc83d125d2c43bcd5507f11eba304d.tar.xz x-4d5379e7b0cc83d125d2c43bcd5507f11eba304d.zip | |
start the nixification of robocadey-gpt2
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,21 @@ { "nodes": { + "ckiee": { + "locked": { + "lastModified": 1651110803, + "narHash": "sha256-je/Q14AwFYRbkQP9vC7Kl3lJOkCHBkq+hDDSXaeq9/M=", + "owner": "ckiee", + "repo": "nixpkgs", + "rev": "c052ad4d9c567930223b52f638d0e03b17d9d744", + "type": "github" + }, + "original": { + "owner": "ckiee", + "ref": "gpt2simple-py-init", + "repo": "nixpkgs", + "type": "github" + } + }, "gomod2nix": { "inputs": { "nixpkgs": "nixpkgs", @@ -86,6 +102,7 @@ }, "root": { "inputs": { + "ckiee": "ckiee", "gomod2nix": "gomod2nix", "nixpkgs": "nixpkgs_2", "portable-svc": "portable-svc", |
