summaryrefslogtreecommitdiff
path: root/pkgs/overlay.nix
diff options
context:
space:
mode:
authorstuebinm2023-04-14 00:06:26 +0200
committerstuebinm2023-04-14 00:06:26 +0200
commitb84e8216a55f514cf51cd579cf1f7f7583728b91 (patch)
treea87789e22d54e1acbc4eeb705188ce15c8466f75 /pkgs/overlay.nix
parent48d3f66855fb57379351fb9a458a95cf28522916 (diff)
package travelynx because why not?
this file has been lying around for a bit over a year now, but I got asked about it, so time to put it in the public repo I guess (& also update it; it's on the most recent travelynx commit as of this writing).
Diffstat (limited to '')
-rw-r--r--pkgs/overlay.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index 0995095..18e7a66 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -76,4 +76,6 @@ self: super:
};
crs-tools = self.callPackage ./crs-tools.nix {};
+
+ travelynx = self.callPackage ./travelynx.nix {};
}