root should own /nix before we install nix

This commit is contained in:
cy 2025-01-19 21:20:48 -05:00
parent 8b90488ca6
commit 3fb20f66e6

View file

@ -53,6 +53,7 @@ jobs:
remove-codeql: 'true'
remove-docker-images: 'true'
build-mount-path: /nix
- run: sudo chown root:root /nix
- uses: DeterminateSystems/nix-installer-action@main
with:
logger: pretty
@ -92,6 +93,7 @@ jobs:
remove-codeql: 'true'
remove-docker-images: 'true'
build-mount-path: /nix
- run: sudo chown root:root /nix
- uses: DeterminateSystems/nix-installer-action@main
with:
logger: pretty