set in correct place

This commit is contained in:
Maximilian Held 2025-03-21 01:46:33 +01:00
parent ca7bade893
commit 507fcc939b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions
.github/workflows

View file

@ -16,8 +16,6 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
with:
determinate: true
extra-conf: |
sandbox = false
- uses: DeterminateSystems/flakehub-cache-action@main
- run: nix run nixpkgs#action-validator -- -v ./.github/workflows/workflow.yml
- run: nix run nixpkgs#nodePackages.prettier -- --check .

View file

@ -111,6 +111,8 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@main
with:
determinate: true
extra-conf: |
sandbox = false
- uses: DeterminateSystems/flakehub-cache-action@main
- uses: webfactory/ssh-agent@v0.9.0
if: ${{ inputs.enable-ssh-agent }}