summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authoranders130 <93037023+anders130@users.noreply.github.com>2025-09-04 15:12:21 +0200
committerGitHub <noreply@github.com>2025-09-04 23:12:21 +1000
commit1474d0c72a4e0e553522ece55cff143c2ca74984 (patch)
tree4f204b565f862bc92c96b9cbdc07a09d97192105 /nix
parentnix: fix devshell stdenv (diff)
downloadcaelestia-shell-1474d0c72a4e0e553522ece55cff143c2ca74984.tar.gz
caelestia-shell-1474d0c72a4e0e553522ece55cff143c2ca74984.tar.bz2
caelestia-shell-1474d0c72a4e0e553522ece55cff143c2ca74984.zip
nix: disable qs hot reload (#564)
* fix(hm): disable watch files to prevent unexpected config reload * nix: replace watchFiles patch with substituteInPlace in prePatch so nobody needs to maintain the patch when it breaks eventually
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 6077054..23c7256 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -122,6 +122,8 @@ in
prePatch = ''
substituteInPlace assets/pam.d/fprint \
--replace-fail pam_fprintd.so /run/current-system/sw/lib/security/pam_fprintd.so
+ substituteInPlace shell.qml \
+ --replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false'
'';
postInstall = ''