summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-01 22:04:52 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-01 22:04:52 +0300
commitf3e2e3ca597244c6f1bced139704f342c494441b (patch)
treee7710a1372d2cfe0d52531690b086fcc720b5ea6
parent24c39fc544b75dc9c09f69c9cd4c6fba61bf6aac (diff)
downloadProject-Tick-f3e2e3ca597244c6f1bced139704f342c494441b.tar.gz
Project-Tick-f3e2e3ca597244c6f1bced139704f342c494441b.zip
NOISSUE add updater script to source fileset in unwrapped.nix
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
-rw-r--r--nix/unwrapped.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/unwrapped.nix b/nix/unwrapped.nix
index 0ca752ea89..aa2baf2beb 100644
--- a/nix/unwrapped.nix
+++ b/nix/unwrapped.nix
@@ -73,6 +73,7 @@ stdenv.mkDerivation {
../REUSE.toml
../scripts
../shell.nix
+ ../updater
];
};