Skip to content

Commit

Permalink
Add extension to home-manager build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Aug 28, 2024
1 parent b44cfb3 commit 03e98c3
Showing 1 changed file with 1 addition and 1 deletion.
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:
with:
name: devenv
- name: Build configuration
run: nix run home-manager/release-24.05 -- build --flake ${{ github.workspace }}
run: nix run home-manager/release-24.05 -- build --flake ${{ github.workspace }} -b bak
timeout-minutes: 5
- name: Activate the configuration
run: ./result/activate

0 comments on commit 03e98c3

Please sign in to comment.