Monorepo for Tangled
0

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>

authored by

oppiliappan and committed by
Tangled
(May 15, 2026, 9:28 PM +0300) 51a6274b 9a56e207

+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}"