From 81ca12f128d97891fe4e32986c8d9e3cdf410454 Mon Sep 17 00:00:00 2001 From: orangci Date: Sun, 10 Nov 2024 10:22:33 +0300 Subject: [PATCH] fix(nix): themes dir was not copied to $out --- nix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/default.nix b/nix/default.nix index 0f59710..3186875 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -47,6 +47,7 @@ cp -r scss $out cp -r widget $out cp -r services $out + cp -r themes $out cp -r scripts $out cp -f main.js $out/config.js '';