From 352ce6b38a48dafd832e3e767cecca3acdf20d1c Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 15 Oct 2025 18:21:17 -0400 Subject: [PATCH 1/2] Test what inputs looks like when running via push --- .forgejo/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index d7d0dd4..15cab11 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,5 +1,13 @@ on: + push: + paths: + - '**/test.yml' workflow_dispatch: + inputs: + boolean: + description: 'Boolean' + required: true + type: boolean jobs: build: @@ -25,3 +33,6 @@ jobs: jq . - <<'EOF' ${{ toJSON(secrets) }} EOF + jq . - <<'EOF' + ${{ toJSON(inputs) }} + EOF From 7454f7a48e50d98f0e347f43eca327d5e8c4dee4 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 15 Oct 2025 18:21:45 -0400 Subject: [PATCH 2/2] Update flake.lock Still doesn't build w/rocm accel (but does w/out) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index b1f06f6..ab16d33 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1760462439, - "narHash": "sha256-bks3rTsKGlqehk4l7rViIg2lBnUsY6we22O+ecRZB/c=", + "lastModified": 1760500983, + "narHash": "sha256-zfY4F4CpeUjTGgecIJZ+M7vFpwLc0Gm9epM/iMQd4w8=", "owner": "nix-community", "repo": "home-manager", - "rev": "990e5ce6791ff1f497a61280a82eb66e3789e0e9", + "rev": "c53e65ec92f38d30e3c14f8d628ab55d462947aa", "type": "github" }, "original": {