Skip to content

Commit

Permalink
Fix Lix trusted users
Browse files Browse the repository at this point in the history
  • Loading branch information
drakon64 committed Dec 27, 2024
1 parent d432384 commit 86f25a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: curl --proto '=https' --tlsv1.2 -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm
- run: |
curl --proto '=https' --tlsv1.2 -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm
echo "trusted-users = root runner" | sudo tee -a /etc/nix/nix.conf
- uses: cachix/cachix-action@v15
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ktisis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: curl --proto '=https' --tlsv1.2 -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm
- run: |
curl --proto '=https' --tlsv1.2 -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm
echo "trusted-users = root runner" | sudo tee -a /etc/nix/nix.conf
- uses: cachix/cachix-action@v15
with:
Expand Down

0 comments on commit 86f25a5

Please sign in to comment.