You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it's saying function can't be string (I did say I was a noob!). It would be great to have an example usage as there's not currently one on the internet yet and it feel to me that this would be the best default nightly flake template for people to use.
The text was updated successfully, but these errors were encountered:
The usage should be correct. You just need parenthesis inside the list of buildInputs.
buildInputs=[pkgs.opensslpkgs.opensslpkgs.pkgconfigpkgs.exa# This is a function call, not two elements of `buildInputs`.(pkgs.rust-bin.selectLatestNightlyWith(toolchain: toolchain.default.override{extensions=["llvm-tools-preview"];}))];
(Sorry nixos noob here) The selectLatestNightlyWith seems excellent, but I'm not quite sure how to call it. I tried this:
but it's saying function can't be string (I did say I was a noob!). It would be great to have an example usage as there's not currently one on the internet yet and it feel to me that this would be the best default nightly flake template for people to use.
The text was updated successfully, but these errors were encountered: