From 5061ddfa3534ac44af7cac340cadd15e9cec83d6 Mon Sep 17 00:00:00 2001 From: William Hsieh Date: Thu, 5 Sep 2024 15:17:38 +0800 Subject: [PATCH] fix: change hostname --- .github/workflows/build.yml | 4 +++- flake.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56adc81b..1246d9c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/flake.nix b/flake.nix index 3e93af20..4582688a 100644 --- a/flake.nix +++ b/flake.nix @@ -81,7 +81,7 @@ }; }; - nixosConfigurations = lib.mkSystem { + nixosConfigurations = mkSystem { type = "nixos"; };