Skip to content

Commit

Permalink
fix: change hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Sep 5, 2024
1 parent 9842f7e commit 5061ddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- os: ubuntu-latest
target: william
- os: ubuntu-latest
target: synopc
target: nixos-local
- os: macos-latest
target: macos-local
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
};
};

nixosConfigurations = lib.mkSystem {
nixosConfigurations = mkSystem {
type = "nixos";
};

Expand Down

0 comments on commit 5061ddf

Please sign in to comment.