From 7bd3f1e08d29fdcc8e9d9f2dda74deb6723fb686 Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 2 Oct 2025 02:31:44 +0800 Subject: [PATCH] Update comment. --- scriptdata/install-deps-nix.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scriptdata/install-deps-nix.sh b/scriptdata/install-deps-nix.sh index 9451b2a5f..0342b1996 100644 --- a/scriptdata/install-deps-nix.sh +++ b/scriptdata/install-deps-nix.sh @@ -17,6 +17,7 @@ # 3. Sync (copy) `iiqs-hm` folder to `~/.config/iiqs-hm` using `rsync`. # 4. Use something like `home-manager switch --flake .#iiqs` to install the dependencies. # 5. Install screen lock using system package manager of the current distro. +# Note that this script must be idempotent. # # TODO: # Write guide for people already use nix, so they can manually grab things from this repo to their own Nix/home-manager configurations to install the dependencies.