diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-05 20:59:48 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-05 20:59:48 +0300 |
| commit | 7e9da79a0df28f875a35c2b5d128e41044c3cd53 (patch) | |
| tree | 8d75eff0cabf414fbb358b6e08725f2613379189 /meshmc/nix | |
| parent | 8e281d214b033189abca8e65db581d063e9e82b4 (diff) | |
| download | Project-Tick-master.tar.gz Project-Tick-master.zip | |
NOISSUE Refactor GitHub Actions and Dockerfiles for improved functionality and error handlingHEADmaster
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'meshmc/nix')
| -rw-r--r-- | meshmc/nix/unwrapped.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meshmc/nix/unwrapped.nix b/meshmc/nix/unwrapped.nix index 71599a9c63..2fb7be247f 100644 --- a/meshmc/nix/unwrapped.nix +++ b/meshmc/nix/unwrapped.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation { src = lib.fileset.toSource { root = ../../.; fileset = lib.fileset.unions [ - ../bootstrap.sh + ../../bootstrap.sh ../branding ../buildconfig ../BUILD.md |
