From 0b63d3455abcff149b2512add2cd3a5f186e9374 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Tue, 10 Jun 2025 06:43:39 -0400 Subject: [PATCH] might have fixed it by moving imports --- flake.nix | 2 +- result | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 29e2992..a4a61e0 100644 --- a/flake.nix +++ b/flake.nix @@ -30,6 +30,7 @@ config, ... }: { + imports = [(builtins.toPath "${config.services.jank-client.package}/jank-client.nix")]; options = { services.jank-client = { enable = lib.mkEnableOption "jank client"; @@ -41,7 +42,6 @@ }; }; config = lib.mkIf config.services.jank-client.enable { - imports = [(builtins.toPath "${config.services.jank-client.package}/jank-client.nix")]; environment.systemPackages = [ (lib.getExe config.services.jank-client.package) diff --git a/result b/result index 1034b5a..596f798 120000 --- a/result +++ b/result @@ -1 +1 @@ -/nix/store/j30k62wridxiqb0xwfskrshp6rsyywig-jank-client \ No newline at end of file +/nix/store/18pw666g2dwprq7nflnalwnb9yyh3kg3-jank-client \ No newline at end of file