aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-11-22 14:55:31 -0500
committerXe <me@christine.website>2022-11-22 14:55:31 -0500
commit4cb18058ba49416e8413f65e966dff002fcea4f7 (patch)
tree0fc801caeaee09598bbca1529831fb8411c1a9c9 /flake.lock
parentc1fd35aa707fe8dfbd6ab1351e5e3f0564ad0b11 (diff)
downloadx-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.lock24
1 files changed, 24 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 318c22a..587d3ab 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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,