fix: add build dir to PATH in nix-shell; robust SSH PATH detection in check_ssh_localhost

This commit is contained in:
2026-07-06 20:30:38 +02:00
parent a96d48f0ed
commit 1a12484469
2 changed files with 14 additions and 6 deletions
+1
View File
@@ -20,5 +20,6 @@ pkgs.mkShell {
shellHook = ''
export NIX_ENFORCE_PURITY=0
cmake -B build
export PATH="$PWD/build:$PATH"
'';
}