Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Feb 28, 2025
1 parent 6454768 commit fed1dac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/lake-project/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
url = "github:argumentcomputer/LSpec?ref=ca8e2803f89f0c12bf9743ae7abbfb2ea6b0eeec";
flake = false;
};

};

outputs = inputs @ {
Expand Down Expand Up @@ -44,10 +43,10 @@
roots = ["Main" "LakeProject"]; # Add each `lean_lib` as a root
}).executable;

packages.lspec = (pkgs.lean.buildLeanPackage {
packages.lspec = ((lean4-nix.lake {inherit pkgs;}).mkPackage {
name = "LSpec";
roots = ["Main" "LSpec"];
src = "${lspec}";
roots = ["Main" "LSpec"];
}).executable;

devShells.default = pkgs.mkShell {
Expand Down

0 comments on commit fed1dac

Please sign in to comment.