Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesplain committed Jun 11, 2024
1 parent 1be361a commit fbaa46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
sed -i '' "s/defaultHostname/$(scutil --get LocalHostName)/g" nixos-config/flake.nix
sed -i '' "s/mike.splain/runner/g" nixos-config/flake.nix
sed -i '' "s/defaultHostname/${{matrix.os.arch}}/g" nixos-config/flake.nix
sed -i '' "s/defaultSystem/${{matrix.os.arch}}/g" nixos-config/flake.nix
sudo mv /etc/nix/nix.conf /etc/nix/nix.conf.before-nix-darwin
sudo mv /etc/shells /etc/shells.before-nix-darwin
Expand Down

0 comments on commit fbaa46a

Please sign in to comment.