From 31e2cfe8504a6f4eb8c7ffc25b0054f41635caad Mon Sep 17 00:00:00 2001 From: zach Date: Wed, 25 Mar 2026 13:28:38 +0100 Subject: [PATCH] nix fix test --- nix/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nix/default.nix b/nix/default.nix index 636e6be..b2cbc8a 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -119,8 +119,12 @@ stdenv.mkDerivation { ++ cmakeVersionFlags; prePatch = '' - substituteInPlace shell.qml \ - --replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false' + substituteInPlace shell.qml \ + --replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false' + substituteInPlace Helpers/Hyprsunset.qml \ + --replace-fail 'Quickshell.execDetached(["hyprctl", "hyprsunset", "temperature", `${temp}`]);' 'Quickshell.execDetached(["hyprsunset", "-t", `${temp}`]);' + substituteInPlace Helpers/Hyprsunset.qml \ + --replace-fail 'Quickshell.execDetached(["hyprctl", "hyprsunset", "identity"]);' 'Quickshell.execDetached(["hyprsunset", "--identity"]);' ''; postInstall = ''