forked from emily/nixfiles
Use own hydra branch until PR is merged
This commit is contained in:
parent
dc2db99c72
commit
5660ee6f2f
2 changed files with 7 additions and 7 deletions
12
flake.lock
12
flake.lock
|
@ -551,17 +551,17 @@
|
|||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1724017314,
|
||||
"narHash": "sha256-FFv/JT+A7xG6H1FN6aEHWzhrHXtw16BkSmBx0wgmC9U=",
|
||||
"lastModified": 1724350575,
|
||||
"narHash": "sha256-PE4N0+58p8yj/l74qCafiNRdFxNikpBEBoEmQaPWAQo=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "3ee51dbe589458cc54ff753317bbc6db530bddc0",
|
||||
"revCount": 4201,
|
||||
"rev": "6eed4a5294d12563649a0af901eb8f8584aa549e",
|
||||
"revCount": 4202,
|
||||
"type": "git",
|
||||
"url": "https://git.lix.systems/lix-project/hydra.git"
|
||||
"url": "https://git.lix.systems/snaakey/hydra.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.lix.systems/lix-project/hydra.git"
|
||||
"url": "https://git.lix.systems/snaakey/hydra.git"
|
||||
}
|
||||
},
|
||||
"iceshrimp": {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hydra = {
|
||||
url = "git+https://git.lix.systems/lix-project/hydra.git";
|
||||
url = "git+https://git.lix.systems/snaakey/hydra.git";
|
||||
inputs.lix.follows = "lix";
|
||||
};
|
||||
iceshrimp = {
|
||||
|
|
Loading…
Reference in a new issue