Skip to content

Commit

Permalink
chore: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
squirmy committed Feb 28, 2024
1 parent 1e55b18 commit fe4a29f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit fe4a29f

Please sign in to comment.