mod: added sandbox to nix config
Some checks failed
Publish packages to Attic / publish (push) Failing after 10m32s

This commit is contained in:
2026-05-25 15:55:15 -04:00
parent 30dff8ba39
commit 919024f4dd

View File

@@ -22,6 +22,10 @@ jobs:
- name: Install upstream Nix - name: Install upstream Nix
uses: cachix/install-nix-action@v31 uses: cachix/install-nix-action@v31
with:
extra_nix_config: |
experimental-features = nix-command flakes
sandbox = true
- name: Install Attic client - name: Install Attic client
shell: bash shell: bash
@@ -32,7 +36,7 @@ jobs:
exit 0 exit 0
fi fi
nix profile install --accept-flake-config nixpkgs#attic-client nix profile add --accept-flake-config nixpkgs#attic-client
echo "$HOME/.nix-profile/bin" >> "$GITHUB_PATH" echo "$HOME/.nix-profile/bin" >> "$GITHUB_PATH"
- name: Configure Attic - name: Configure Attic