Skip to content

Commit

Permalink
Pass the right argument to activate
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Aug 28, 2024
1 parent 03e98c3 commit 377697d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
name: devenv
- name: Build configuration
run: nix run home-manager/release-24.05 -- build --flake ${{ github.workspace }} -b bak
run: nix run home-manager/release-24.05 -- build --flake ${{ github.workspace }}
timeout-minutes: 5
- name: Activate the configuration
run: ./result/activate
run: ./result/activate -b bak

0 comments on commit 377697d

Please sign in to comment.