diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-01 22:04:52 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-01 22:04:52 +0300 |
| commit | f3e2e3ca597244c6f1bced139704f342c494441b (patch) | |
| tree | e7710a1372d2cfe0d52531690b086fcc720b5ea6 | |
| parent | 24c39fc544b75dc9c09f69c9cd4c6fba61bf6aac (diff) | |
| download | Project-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.nix | 1 |
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 ]; }; |
