Skip to content
Snippets Groups Projects
Verified Commit f5b4bf54 authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

chore(nix): Add continuous logs for dune

parent 610dcbbc
No related branches found
No related tags found
1 merge request!19Use Nix for GitLab pipelines
Pipeline #97895 passed with warnings
...@@ -120,6 +120,8 @@ ...@@ -120,6 +120,8 @@
}; };
propagatedBuildInputs = with coq.pkgs; [coq-record-update equations lambda-rust]; propagatedBuildInputs = with coq.pkgs; [coq-record-update equations lambda-rust];
preBuild = "dune() { command dune $@ --display=short; }";
useDune = true; useDune = true;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment