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
|
@ -9,7 +9,10 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
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";
|
||||
};
|
||||
attic.url = "github:zhaofengli/attic?ref=main";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue