summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2023-04-14 00:06:26 +0200
committerstuebinm2023-04-14 00:06:26 +0200
commitb84e8216a55f514cf51cd579cf1f7f7583728b91 (patch)
treea87789e22d54e1acbc4eeb705188ce15c8466f75 /flake.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--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index cf0aaff..aea27f3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -128,7 +128,7 @@
inherit (nixpkgs)
galmon-core galmon-full glitchtip typst almanac
kijetesantakaluotokieni showrt isabelle-utils isabat emacs29
- crs-tools;
+ crs-tools travelynx;
};
nixosModules = { glitchtip = import ./modules/glitchtip.nix; };