summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2023-10-08 02:21:21 +0200
committerstuebinm2023-10-08 02:21:21 +0200
commitf78cbacd13d3c5d81d848491ad79b7749d2554e6 (patch)
tree3ff1fcf589fca6c3dd198b90411d4a6daf8e6fa0 /flake.nix
parent04fb9b4da68852cb8628f96db6573f76aaaccf41 (diff)
ilex: setup for hikari hacking
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index de5bc41..80932c0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -139,7 +139,8 @@
inherit (nixpkgs)
galmon-core galmon-full glitchtip typst almanac rustex
kijetesantakaluotokieni showrt isabelle-utils isabat
- travelynx crs-tracker crs-php bahnhof-name matrix-to;
+ travelynx crs-tracker crs-php bahnhof-name matrix-to
+ hikari_unstable;
};
nixosModules = { glitchtip = import ./modules/glitchtip.nix; };