Skip to content

Commit

Permalink
Debug: show nix-darwin vs cachix nix.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Dec 21, 2023
1 parent ddef272 commit aef73fd
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,17 @@ jobs:
- run: nix flake check
- name: "Install nix-darwin module"
run: |
system=$(nix build --no-link --print-out-paths .#checks.x86_64-darwin.integration)
${system}/activate-user
sudo ${system}/activate
set -x
nix build .#checks.x86_64-darwin.integration
./result/activate-user
cat ./result/etc/nix/nix.conf
cat /etc/nix/nix.conf
diff ./result/etc/nix/nix.conf /etc/nix/nix.conf
sudo ./result/activate
- name: "Test nix-darwin module"
run: |
sudo /run/current-system/sw/bin/agenix-integration
Expand Down

0 comments on commit aef73fd

Please sign in to comment.