Skip to content

Commit

Permalink
Experimenting with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Nov 13, 2023
1 parent 466c671 commit 533606f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
# Build the Nix Flake
- name: Build Nix Flake
run: |
nix build --extra-experimental-features 'nix-command flakes' /home/runner/work/nixos-config/nixos-config/my-config#nixosConfigurations.x86_64-linux.system
cd /home/runner/work/nixos-config/nixos-config/my-config
git add .
nix build --extra-experimental-features 'nix-command flakes' /home/runner/work/nixos-config/nixos-config/my-config#nixosConfigurations.felix.system

0 comments on commit 533606f

Please sign in to comment.