From e3abd1c997b052891a847a39f639ec87c06268dd Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Tue, 11 Feb 2025 08:28:41 +0100 Subject: [PATCH] Fix the build... for real now --- nix/shimmeringmoon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/shimmeringmoon.nix b/nix/shimmeringmoon.nix index 9b6ed7d..b12e5af 100644 --- a/nix/shimmeringmoon.nix +++ b/nix/shimmeringmoon.nix @@ -26,10 +26,10 @@ rustPlatform.buildRustPackage { SHIMMERING_FONT_DIR = shimmering-fonts; SHIMMERING_CC_DIR = cc-data; + SHIMMERING_PRIVATE_CONFIG_DIR = private-config; nativeBuildInputs = [ pkg-config - rust-toolchain makeWrapper ];