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:
Charles Hall 2024-01-28 13:31:03 -08:00
parent 5787a70bab
commit c167f7a6ad
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 7 additions and 10 deletions

View file

@ -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";