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>

oppiliappan (May 15, 2026, 11:50 AM +0100) d68bc8bb 82b6fd55

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