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. from: https://gitlab.com/famedly/conduit/-/merge_requests/576 Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
79750b9685
commit
8954243457
2 changed files with 13 additions and 16 deletions
|
@ -9,10 +9,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
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";
|
||||
url = "github:ipetkov/crane?ref=master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
attic.url = "github:zhaofengli/attic?ref=main";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue