conduwuity

This commit is contained in:
Aleksandr Lebedev 2025-08-12 00:11:03 +02:00
parent 3ea3d96020
commit 984e39fa72
2 changed files with 19 additions and 55 deletions

72
flake.lock generated
View file

@ -210,49 +210,30 @@
"type": "github" "type": "github"
} }
}, },
"complement": {
"flake": false,
"locked": {
"lastModified": 1741891349,
"narHash": "sha256-YvrzOWcX7DH1drp5SGa+E/fc7wN3hqFtPbqPjZpOu1Q=",
"owner": "matrix-construct",
"repo": "complement",
"rev": "e587b3df569cba411aeac7c20b6366d03c143745",
"type": "github"
},
"original": {
"owner": "matrix-construct",
"ref": "main",
"repo": "complement",
"type": "github"
}
},
"conduwuit": { "conduwuit": {
"inputs": { "inputs": {
"attic": "attic", "attic": "attic",
"cachix": "cachix", "cachix": "cachix",
"complement": "complement",
"crane": "crane_2", "crane": "crane_2",
"fenix": "fenix", "fenix": "fenix",
"flake-compat": "flake-compat_4", "flake-compat": "flake-compat_4",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"liburing": "liburing",
"nix-filter": "nix-filter", "nix-filter": "nix-filter",
"nixpkgs": "nixpkgs_8", "nixpkgs": "nixpkgs_8",
"rocksdb": "rocksdb" "rocksdb": "rocksdb"
}, },
"locked": { "locked": {
"lastModified": 1751594407, "lastModified": 1753449006,
"narHash": "sha256-YiZuCdSs3f4Hlfdzhz/B/u8GLf8VPgaLN8KMPLjFoVk=", "narHash": "sha256-u1k1r95qBoEizeILR5rrM5lDFz2a2NjUwM9TTi0HNjw=",
"owner": "matrix-construct", "owner": "continuwuity",
"repo": "tuwunel", "repo": "continuwuity",
"rev": "3d8876797745e1ecd22f36b0ce5e9814e22c8720", "rev": "00c7e220bbefaca35b44d64ec0af4d3d146a0fbd",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "matrix-construct", "owner": "continuwuity",
"ref": "v1.2.0", "ref": "v0.5.0-rc.7",
"repo": "tuwunel", "repo": "continuwuity",
"type": "github" "type": "github"
} }
}, },
@ -1191,23 +1172,6 @@
"type": "github" "type": "github"
} }
}, },
"liburing": {
"flake": false,
"locked": {
"lastModified": 1749816983,
"narHash": "sha256-p5hXfDe53Y4MVwL2+wKZYpy4OPGvqFFnOEvkMsFAO6c=",
"owner": "axboe",
"repo": "liburing",
"rev": "ad83d3ab64894c16eaf21ef869656a5bddb93ca4",
"type": "github"
},
"original": {
"owner": "axboe",
"ref": "master",
"repo": "liburing",
"type": "github"
}
},
"master": { "master": {
"locked": { "locked": {
"lastModified": 1754921475, "lastModified": 1754921475,
@ -4198,18 +4162,18 @@
"rocksdb": { "rocksdb": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1749358049, "lastModified": 1741308171,
"narHash": "sha256-ZSjvAZBfZkJrBIpw8ANZMbJVb8AeuogvuAipGVE4Qe4=", "narHash": "sha256-YdBvdQ75UJg5ffwNjxizpviCVwVDJnBkM8ZtGIduMgY=",
"owner": "matrix-construct", "ref": "v9.11.1",
"repo": "rocksdb", "rev": "3ce04794bcfbbb0d2e6f81ae35fc4acf688b6986",
"rev": "cf7f65d0b377af019661c240f9165b3ef60640c3", "revCount": 13177,
"type": "github" "type": "git",
"url": "https://forgejo.ellis.link/continuwuation/rocksdb"
}, },
"original": { "original": {
"owner": "matrix-construct", "ref": "v9.11.1",
"ref": "tuwunel-changes", "type": "git",
"repo": "rocksdb", "url": "https://forgejo.ellis.link/continuwuation/rocksdb"
"type": "github"
} }
}, },
"root": { "root": {

View file

@ -62,7 +62,7 @@
beeengine = { beeengine = {
url = "git+https://github.com/KyleKrein/BeeEngine?submodules=1"; #"git+https://gitlab.kylekrein.com/beeengine/BeeEngine?shallow=1"; url = "git+https://github.com/KyleKrein/BeeEngine?submodules=1"; #"git+https://gitlab.kylekrein.com/beeengine/BeeEngine?shallow=1";
}; };
conduwuit.url = "github:matrix-construct/tuwunel?ref=v1.2.0"; conduwuit.url = "github:continuwuity/continuwuity?ref=v0.5.0-rc.7";
niri-flake = { niri-flake = {
url = "github:sodiboo/niri-flake"; url = "github:sodiboo/niri-flake";
}; };