Skip to content

Example nix shell #13

Closed
Closed
@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions