diff options
| author | Xe <me@christine.website> | 2022-11-22 14:55:31 -0500 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-11-22 14:55:31 -0500 |
| commit | 4cb18058ba49416e8413f65e966dff002fcea4f7 (patch) | |
| tree | 0fc801caeaee09598bbca1529831fb8411c1a9c9 /flake.lock | |
| parent | c1fd35aa707fe8dfbd6ab1351e5e3f0564ad0b11 (diff) | |
| download | x-4cb18058ba49416e8413f65e966dff002fcea4f7.tar.xz x-4cb18058ba49416e8413f65e966dff002fcea4f7.zip | |
add mastosan package to turn Mastodon HTML to Slackdown
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -94,9 +94,33 @@ "gomod2nix": "gomod2nix", "nixpkgs": "nixpkgs", "portable-svc": "portable-svc", + "rust-overlay": "rust-overlay", "utils": "utils" } }, + "rust-overlay": { + "inputs": { + "flake-utils": [ + "utils" + ], + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1669084742, + "narHash": "sha256-aLYwYVnrmEE1LVqd17v99CuqVmAZQrlgi2DVTAs4wFg=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "9652ef34c7439eca9f86cee11e94dbef5c9adb09", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } + }, "utils": { "locked": { "lastModified": 1659877975, |
