Skip to content

Commit

Permalink
Accept flake config on remote build
Browse files Browse the repository at this point in the history
  • Loading branch information
ethnt committed Jan 10, 2024
1 parent 467f1f0 commit a0ea0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ in GithubActions.Workflow::{
# [ GithubActions.Step::{
, run = Some
''
nix build -j4 --option system ''${{ matrix.system }} --extra-platforms ''${{ matrix.system }} .#homeConfigurationsPortable.''${{ matrix.system }}.remote.activation-script --print-build-logs --show-trace --verbose
nix build -j4 --option system ''${{ matrix.system }} --extra-platforms ''${{ matrix.system }} .#homeConfigurationsPortable.''${{ matrix.system }}.remote.activation-script --accept-flake-config --print-build-logs --show-trace --verbose
''
}
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
${{ secrets.PRAGMATAPRO_DEPLOY_KEY }}
${{ secrets.SECRETS_DEPLOY_KEY}}
- run: |2
nix build -j4 --option system ${{ matrix.system }} --extra-platforms ${{ matrix.system }} .#homeConfigurationsPortable.${{ matrix.system }}.remote.activation-script --print-build-logs --show-trace --verbose
nix build -j4 --option system ${{ matrix.system }} --extra-platforms ${{ matrix.system }} .#homeConfigurationsPortable.${{ matrix.system }}.remote.activation-script --accept-flake-config --print-build-logs --show-trace --verbose
strategy:
matrix:
system:
Expand Down

0 comments on commit a0ea0cc

Please sign in to comment.