mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 18:50:51 +01:00
switch crane input back to upstream
Thanks to the crane maintainer to fixing my issue in a way that doesn't suck, unlike my attempt in the fork we were briefly using.
This commit is contained in:
parent
5787a70bab
commit
c167f7a6ad
2 changed files with 7 additions and 10 deletions
12
flake.lock
12
flake.lock
|
@ -51,16 +51,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1706070683,
|
"lastModified": 1706473964,
|
||||||
"narHash": "sha256-iQoXIFviH5QbSKDkWyFJKKUtTcSiCvl1tW18ax+pKfI=",
|
"narHash": "sha256-Fq6xleee/TsX6NbtoRuI96bBuDHMU57PrcK9z1QEKbk=",
|
||||||
"owner": "CobaltCause",
|
"owner": "ipetkov",
|
||||||
"repo": "crane",
|
"repo": "crane",
|
||||||
"rev": "8060686afabc5b042e8982200cb2cc3fd22cf416",
|
"rev": "c798790eabec3e3da48190ae3698ac227aab770c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "CobaltCause",
|
"owner": "ipetkov",
|
||||||
"ref": "crimes-for-cross",
|
"ref": "master",
|
||||||
"repo": "crane",
|
"repo": "crane",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,10 +9,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
crane = {
|
crane = {
|
||||||
# TODO: Switch back to upstream after [this issue][0] is fixed
|
url = "github:ipetkov/crane?ref=master";
|
||||||
#
|
|
||||||
# [0]: https://github.com/ipetkov/crane/issues/497
|
|
||||||
url = "github:CobaltCause/crane?ref=crimes-for-cross";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
attic.url = "github:zhaofengli/attic?ref=main";
|
attic.url = "github:zhaofengli/attic?ref=main";
|
||||||
|
|
Loading…
Reference in a new issue