We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3419b commit 8d07155Copy full SHA for 8d07155
Makefile
@@ -27,4 +27,8 @@ promote:
27
fmt:
28
dune build @fmt --auto-promote
29
30
+.PHONY: nix/opam-selection.nix
31
+nix/opam-selection.nix:
32
+ nix-shell -A resolve default.nix
33
+
34
.PHONY: default install uninstall reinstall clean test
0 commit comments