Skip to content

Commit

Permalink
chore: accept flake config && show home manager build trace
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Nov 25, 2023
1 parent 490333a commit 8d5ac01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-23.05
# extra_nix_config: |
# accept-flake-config = true
extra_nix_config: |
accept-flake-config = true
- uses: cachix/cachix-action@v12
with:
name: williamhsieh
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build --show-trace
- name: building home-manager profile
run: ./result/bin/home-manager build --flake .#william
run: ./result/bin/home-manager build --show-trace --flake .#william

0 comments on commit 8d5ac01

Please sign in to comment.