From 42559cd2cc79b697b3407e2ecea5100fd77706c2 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 17:36:29 +0200 Subject: [PATCH 1/2] fix broken machine --- machines/m1/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/m1/configuration.nix b/machines/m1/configuration.nix index e69de29..9e26dfe 100644 --- a/machines/m1/configuration.nix +++ b/machines/m1/configuration.nix @@ -0,0 +1 @@ +{} \ No newline at end of file From b778d7e72e8e26c0e6242fade8da00d956bf10f0 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 18:32:32 +0200 Subject: [PATCH 2/2] will this work? --- .forgejo/workflows/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 4aac00e..2b7f269 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -11,6 +11,6 @@ jobs: name: Print hello world runs-on: default steps: - - name: Echo - run: | - echo "Hello, world!" \ No newline at end of file + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@56a7bb7b56d9a92d4fd1bc05758de7eea4a370a8 + - run: nix flake check \ No newline at end of file