From c603272e026e2519e0849ec3d16ee83dfa22485f Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 5 Dec 2024 15:10:59 +1100 Subject: [PATCH] I Understand It Now. --- nix/culr-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/culr-module.nix b/nix/culr-module.nix index b7ec00a..9e42217 100644 --- a/nix/culr-module.nix +++ b/nix/culr-module.nix @@ -26,7 +26,7 @@ in { environment.sessionVariables = { CULR_PATTERN = let serialise = { - list = list: concatStringsSep ";" list; + list = list: concatStringsSep ";" (map (i: builtins.toString i) list); string = s: s; }; in