Add /home to pathsTopLevel in nix-portable
All checks were successful
CI / build:cross (pull_request) Successful in 8s
CI / build:all (pull_request) Successful in 2m43s

This commit is contained in:
2026-03-18 13:34:25 +01:00
parent a37f4435eb
commit 49f0e263da

View File

@@ -309,7 +309,7 @@ let
collectBinds(){
pathsTopLevel="/boot /run /sys \$PWD /gpfs /tmp /scratch"
pathsTopLevel="/boot /run /sys \$PWD /gpfs /tmp /scratch /home"
toBind=""
for p in \$pathsTopLevel; do