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 8f8ce75 commit 86da0c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-nix-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
- name: Build Nix Flake
run: |
cd /home/runner/work/nixos-config/nixos-config/my-config
cat /home/runner/work/nixos-config/nixos-config/my-config/flake.nix
git add .
nix build --extra-experimental-features 'nix-command flakes' .#nixos
nix build --extra-experimental-features 'nix-command flakes' .#x86_64-linux

0 comments on commit 86da0c3

Please sign in to comment.