Skip to content

Commit 83c25a3

Browse files
Adding nix for print search results
1 parent 4e9789d commit 83c25a3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
type = "app";
7373
program = "${p.read-line-from-index}/bin/read-line-from-index";
7474
};
75+
print-search-results = {
76+
type = "app";
77+
program = "${p.print-search-results}/bin/print-search-results";
78+
};
7579
});
7680

7781
devShells = forAllSystems (system :

print-search-results/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{ vectorlink-build-support }:
2+
vectorlink-build-support.buildWorkspacePackage {
3+
projectPath = ./.;
4+
}

0 commit comments

Comments
 (0)