Closed lenianiva closed 1 month ago
The user should be able to write
pkgs = import nixpkgs { inherit system; overlays = [ lean4-nix.readToolchain ./lean-toolchain ]; };
and get the correct Lean toolchain as pkgs.lean.
pkgs.lean
The user should be able to write
and get the correct Lean toolchain as
pkgs.lean
.