aboutsummaryrefslogtreecommitdiff
path: root/tools/star.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/star.nix')
-rw-r--r--tools/star.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/star.nix b/tools/star.nix
new file mode 100644
index 0000000..a0a2d58
--- /dev/null
+++ b/tools/star.nix
@@ -0,0 +1,8 @@
+{ bionix }:
+
+with bionix;
+
+{
+ align = callBionixE ./star-align.nix;
+ index = callBionixE ./star-index.nix;
+}