From 6f3a52107f5014bdc3f29ecdf74a3a4b1af0e8ff Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Apr 2025 16:45:17 +0200 Subject: fix(modules/common): Correctly specify the `projects.json` file --- modules/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common/default.nix') diff --git a/modules/common/default.nix b/modules/common/default.nix index 48fdf241..21b0f200 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -192,7 +192,7 @@ }; tskm = { enable = true; - projects = builtins.fromJSON (builtins.readFile ./projects.nix); + projects = builtins.fromJSON (builtins.readFile ./projects.json); }; yambar.enable = true; yt.enable = true; -- cgit 1.4.1