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"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1724017314,
|
"lastModified": 1724350575,
|
||||||
"narHash": "sha256-FFv/JT+A7xG6H1FN6aEHWzhrHXtw16BkSmBx0wgmC9U=",
|
"narHash": "sha256-PE4N0+58p8yj/l74qCafiNRdFxNikpBEBoEmQaPWAQo=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "3ee51dbe589458cc54ff753317bbc6db530bddc0",
|
"rev": "6eed4a5294d12563649a0af901eb8f8584aa549e",
|
||||||
"revCount": 4201,
|
"revCount": 4202,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.lix.systems/lix-project/hydra.git"
|
"url": "https://git.lix.systems/snaakey/hydra.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.lix.systems/lix-project/hydra.git"
|
"url": "https://git.lix.systems/snaakey/hydra.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"iceshrimp": {
|
"iceshrimp": {
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
hydra = {
|
hydra = {
|
||||||
url = "git+https://git.lix.systems/lix-project/hydra.git";
|
url = "git+https://git.lix.systems/snaakey/hydra.git";
|
||||||
inputs.lix.follows = "lix";
|
inputs.lix.follows = "lix";
|
||||||
};
|
};
|
||||||
iceshrimp = {
|
iceshrimp = {
|
||||||
|
|
Loading…
Reference in a new issue