diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a7d7df8..b4c1c17 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: git diff-index --quiet HEAD name: Check formatting - simple_darwinConfiguration: + SimpleDarwinConfiguration: runs-on: macos-latest steps: @@ -43,5 +43,5 @@ jobs: cd $NH_FLAKE nix flake init -t nix-darwin cd $NH_CHECKOUT - nix run -L .#nh darwin switch -- --hostname simple --dry + nix run -L .#nh darwin switch -- --hostname simple --dry $NH_FLAKE name: Build Simple Nix Darwin Configuration