Skip to content

Commit

Permalink
Pass workspace to build
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 13, 2023
1 parent 6caaef0 commit 6534db3
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 @@ -19,6 +19,6 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v24
- name: Build configuration
run: nix run home-manager/release-23.11 -- build
run: nix run home-manager/release-23.11 -- build --flake ${{ github.workspace }}
- name: Activate the configuration
run: ./result/activate

0 comments on commit 6534db3

Please sign in to comment.