mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-03-14 18:55:37 +00:00
use fork of complement
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e1bd6a7c2d
commit
b6ac3649ee
2 changed files with 6 additions and 6 deletions
10
flake.lock
generated
10
flake.lock
generated
|
@ -120,15 +120,15 @@
|
|||
"complement": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1732612157,
|
||||
"narHash": "sha256-uqQfVmwCUrsw7eHs9przqnhMoyx4r7WUU8AWfT2Buo4=",
|
||||
"owner": "matrix-org",
|
||||
"lastModified": 1733767359,
|
||||
"narHash": "sha256-3ZBFqvmTSE5Rtbb0Co89aut7q4ERBAeP7HntLN6sFik=",
|
||||
"owner": "girlbossceo",
|
||||
"repo": "complement",
|
||||
"rev": "fc63446512261a496b794a7082a6598b6f98e925",
|
||||
"rev": "6ec9a3a28fb2baec9afb4fc8b9974a5f5d6525fc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "matrix-org",
|
||||
"owner": "girlbossceo",
|
||||
"ref": "main",
|
||||
"repo": "complement",
|
||||
"type": "github"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
inputs = {
|
||||
attic.url = "github:zhaofengli/attic?ref=main";
|
||||
cachix.url = "github:cachix/cachix?ref=master";
|
||||
complement = { url = "github:matrix-org/complement?ref=main"; flake = false; };
|
||||
complement = { url = "github:girlbossceo/complement?ref=main"; flake = false; };
|
||||
crane = { url = "github:ipetkov/crane?ref=master"; };
|
||||
fenix = { url = "github:nix-community/fenix?ref=main"; inputs.nixpkgs.follows = "nixpkgs"; };
|
||||
flake-compat = { url = "github:edolstra/flake-compat?ref=master"; flake = false; };
|
||||
|
|
Loading…
Add table
Reference in a new issue