We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://std.divnix.com/templates/rust.html
nix flake init -t github:divnix/std#rust nix develop --show-trace
std/src/std/templates/rust/nix/hello/packages.nix
Line 7 in f8f6f70
… while calling 'makeSearchPath' at /nix/store/887hpp8a2i99n9jjwcvz6qkhhhqsvzkg-source/lib/strings.nix:468:5: 467| subDir: 468| paths: | ^ 469| concatStringsSep ":" (map (path: path + "/" + subDir) (filter (x: x != null) paths)); error: attribute 'lib' missing at /nix/store/c5j2bf3d11r9a1764jwq7sxiaya4i79j-nix/hello/packages.nix:7:11: 6| 7| crane = inputs.crane.lib.overrideToolchain cells.repo.rust.toolchain; | ^ 8| in {
ipetkov/crane#652
The text was updated successfully, but these errors were encountered:
fixed
inherit (inputs) std self cells nixpkgs; crane = (inputs.crane.mkLib nixpkgs).overrideToolchain cells.repo.rust.toolchain;
Sorry, something went wrong.
@srghma Thanks for the report.
I'm not in-context, atm, regarding that part of the code base.
Would you mind submitting a PR with a fix?
ipetkov/crane@6f7504a#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0L127
Oic, it was depreciated
No branches or pull requests
https://std.divnix.com/templates/rust.html
std/src/std/templates/rust/nix/hello/packages.nix
Line 7 in f8f6f70
ipetkov/crane#652
The text was updated successfully, but these errors were encountered: