fix perms on /nix

This commit is contained in:
cy 2025-01-20 02:40:29 -05:00 committed by cy
parent c463d0f553
commit 3f49b1023b

View file

@ -27,7 +27,6 @@ jobs:
remove-codeql: 'true' remove-codeql: 'true'
remove-docker-images: 'true' remove-docker-images: 'true'
build-mount-path: /nix build-mount-path: /nix
build-mount-path-ownership: 'root:root'
- uses: nixbuild/nix-quick-install-action@master - uses: nixbuild/nix-quick-install-action@master
@ -94,7 +93,6 @@ jobs:
remove-codeql: 'true' remove-codeql: 'true'
remove-docker-images: 'true' remove-docker-images: 'true'
build-mount-path: /nix build-mount-path: /nix
build-mount-path-ownership: 'root:root'
- uses: nixbuild/nix-quick-install-action@master - uses: nixbuild/nix-quick-install-action@master