Skip to content

Commit d2bbbfa

Browse files
chore: Update lean4-nix (#65)
1 parent 731ae32 commit d2bbbfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}).modRoot;
4242

4343
devShells.default = pkgs.mkShell {
44-
packages = with pkgs.lean; [lean];
44+
packages = with pkgs.lean; [lean-all];
4545
};
4646
};
4747
};

0 commit comments

Comments
 (0)