feat: Prograde tactics #83
|
@ -63,9 +63,11 @@
|
||||||
packages = {
|
packages = {
|
||||||
inherit (leanPkgs) lean lean-all;
|
inherit (leanPkgs) lean lean-all;
|
||||||
inherit (project) sharedLib executable;
|
inherit (project) sharedLib executable;
|
||||||
inherit project leanPkgs;
|
|
||||||
default = project.executable;
|
default = project.executable;
|
||||||
};
|
};
|
||||||
|
legacyPackages = {
|
||||||
|
inherit project leanPkgs;
|
||||||
|
};
|
||||||
checks = {
|
checks = {
|
||||||
test = pkgs.runCommand "test" {
|
test = pkgs.runCommand "test" {
|
||||||
buildInputs = [ test.executable leanPkgs.lean-all ];
|
buildInputs = [ test.executable leanPkgs.lean-all ];
|
||||||
|
|
Loading…
Reference in New Issue