mod: added sandbox to nix config
Some checks failed
Publish packages to Attic / publish (push) Failing after 10m32s
Some checks failed
Publish packages to Attic / publish (push) Failing after 10m32s
This commit is contained in:
@@ -22,6 +22,10 @@ jobs:
|
||||
|
||||
- name: Install upstream Nix
|
||||
uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
sandbox = true
|
||||
|
||||
- name: Install Attic client
|
||||
shell: bash
|
||||
@@ -32,7 +36,7 @@ jobs:
|
||||
exit 0
|
||||
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"
|
||||
|
||||
- name: Configure Attic
|
||||
|
||||
Reference in New Issue
Block a user