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 4e9789d commit 83c25a3Copy full SHA for 83c25a3
flake.nix
@@ -72,6 +72,10 @@
72
type = "app";
73
program = "${p.read-line-from-index}/bin/read-line-from-index";
74
};
75
+ print-search-results = {
76
+ type = "app";
77
+ program = "${p.print-search-results}/bin/print-search-results";
78
+ };
79
});
80
81
devShells = forAllSystems (system :
print-search-results/default.nix
@@ -0,0 +1,4 @@
1
+{ vectorlink-build-support }:
2
+vectorlink-build-support.buildWorkspacePackage {
3
+ projectPath = ./.;
4
+}
0 commit comments