From fe4a29fe3196a62e1572888386dc13a76f0d2f23 Mon Sep 17 00:00:00 2001 From: Adam Woods Date: Wed, 28 Feb 2024 21:09:56 +1100 Subject: [PATCH] chore: fix pipeline --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index efd2087..3153177 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,9 +21,9 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@main - name: ${{ matrix.template }} run: | - cd ${{ matrix.template }} - echo $HOME - echo $USER - # Github Action runners do not support M1 yet. - # nix run nixpkgs#sd 'nixpkgs.hostPlatform = "aarch64-darwin"' 'nixpkgs.hostPlatform = "x86_64-darwin"' flake.nix - # nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake .#"${hostname}" + cd ${{ matrix.template }} + echo $HOME + echo $USER + # Github Action runners do not support M1 yet. + # nix run nixpkgs#sd 'nixpkgs.hostPlatform = "aarch64-darwin"' 'nixpkgs.hostPlatform = "x86_64-darwin"' flake.nix + # nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake .#"${hostname}"