preempt cross problems by using my crane fork
I imagine this will get fixed/merged upstream in the near future.
This commit is contained in:
parent
d29591d47d
commit
3a3cafe912
2 changed files with 10 additions and 6 deletions
11
flake.lock
11
flake.lock
|
@ -51,15 +51,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705597458,
|
"lastModified": 1706070683,
|
||||||
"narHash": "sha256-vJ8Ib9ruxbaBxGEcA0d7dHqxpc6Z+SGR2XIxVeSMuLM=",
|
"narHash": "sha256-iQoXIFviH5QbSKDkWyFJKKUtTcSiCvl1tW18ax+pKfI=",
|
||||||
"owner": "ipetkov",
|
"owner": "CobaltCause",
|
||||||
"repo": "crane",
|
"repo": "crane",
|
||||||
"rev": "742170d82cd65c925dcddc5c3d6185699fbbad08",
|
"rev": "8060686afabc5b042e8982200cb2cc3fd22cf416",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "ipetkov",
|
"owner": "CobaltCause",
|
||||||
|
"ref": "crimes-for-cross",
|
||||||
"repo": "crane",
|
"repo": "crane",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,10 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
crane = {
|
crane = {
|
||||||
url = "github:ipetkov/crane";
|
# TODO: Switch back to upstream after [this issue][0] is fixed
|
||||||
|
#
|
||||||
|
# [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