Monorepo for Tangled tangled.org
2

Configure Feed

Select the types of activity you want to include in your feed.

nix: add bash to knotserver's bin path

was causing hooks to not run on PR merge

Signed-off-by: oppiliappan <me@oppi.li>

author
oppiliappan
committer
Tangled
date (May 15, 2026, 9:28 PM +0300) commit 51a6274b parent 9a56e207 change-id xzkpuyrv
+1
+1
nix/modules/knot.nix
··· 264 264 PermissionsStartOnly = true; 265 265 WorkingDirectory = cfg.stateDir; 266 266 Environment = [ 267 + "PATH=${lib.makeBinPath [pkgs.bash pkgs.git pkgs.coreutils]}:/run/current-system/sw/bin" 267 268 "KNOT_REPO_SCAN_PATH=${cfg.repo.scanPath}" 268 269 "KNOT_REPO_README=${concatStringsSep "," cfg.repo.readme}" 269 270 "KNOT_REPO_MAIN_BRANCH=${cfg.repo.mainBranch}"