From 8424337e40d971f21cdf46ce4d92137993490984 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 10:56:18 +0300 Subject: [PATCH] i see why nixd is in unstable --- modules/dev/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dev/default.nix b/modules/dev/default.nix index b400938c..bedd8678 100644 --- a/modules/dev/default.nix +++ b/modules/dev/default.nix @@ -7,5 +7,6 @@ ./rust.nix ./unityhub.nix ./nixd.nix + ./nil.nix ]; }