fix(flake): Update end-rs input url to a deadlock free fork

This commit is contained in:
GaspardCulis 2024-10-17 11:03:08 +02:00
parent 9210481b26
commit bfd61936ed
2 changed files with 7 additions and 6 deletions

View file

@ -106,15 +106,16 @@
]
},
"locked": {
"lastModified": 1726943802,
"narHash": "sha256-Ooj+Io2qBvA1IOZ0Ueks4OYHN6ylhHTxSvkmwG1Wt4E=",
"owner": "Dr-42",
"lastModified": 1729154804,
"narHash": "sha256-hh35utNgzDIBVVRH/wW/puIhKSgVTqdWaF9/EpU3ZZc=",
"owner": "GaspardCulis",
"repo": "end-rs",
"rev": "aced942e36ecd6d3ce4ab45cf1c79ca4e98f6267",
"rev": "242b9c3abeb1652a7993399e17f8da7595d74cd2",
"type": "github"
},
"original": {
"owner": "Dr-42",
"owner": "GaspardCulis",
"ref": "fix/deadlocks",
"repo": "end-rs",
"type": "github"
}

View file

@ -23,7 +23,7 @@
};
end-rs = {
url = "github:Dr-42/end-rs";
url = "github:GaspardCulis/end-rs/fix/deadlocks";
inputs.nixpkgs.follows = "nixpkgs";
};