From afa347e80eccaaa7368cec84b61974739dbc04a5 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 18 Nov 2024 11:36:35 -0600 Subject: [PATCH] fix build --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5da91b5..0f05f99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,14 @@ name: Build NixOS (on demand) +# TODO: accept , style sep in hwylcli on: workflow_dispatch: inputs: hosts: description: 'list of hosts to build' required: true - default: ',othalan,algiz' + default: 'othalan' + # default: ',othalan,algiz' type: string lockFile: description: 'flake.lock file' @@ -17,7 +19,6 @@ on: hosts: description: 'list of hosts to build' default: 'othalan' - # TODO: accept , style sep in hwylcli # default: ',othalan,algiz' type: string @@ -50,7 +51,7 @@ jobs: experimental-features = pipe-operator accept-flake-config = true - - uses: DeterminateSystems/magic-nix-cache-action@v8 + # - uses: DeterminateSystems/magic-nix-cache-action@v8 - name: Install and login to attic cache run: | @@ -77,7 +78,7 @@ jobs: -- cache --host "${{ inputs.hosts }}" - --flake + --flake . --debug -- --keep-going