Closed

Description
It is not clear how to use this library. Is this the correct way:
let
pkgs = import <nixpkgs> {};
fenix = pkgs.callPackage "${
fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz"
}/packages.nix" { };
in
pkgs.mkShell {
buildInputs = [
fenix.default.rustc
];
}
This nix shell produces the following error: https://gist.github.com/fctorial/5a7257a1c6a450802e55c590f3f2c4e1
Metadata
Metadata
Assignees
Labels
No labels