Compare commits

...

2 commits

Author SHA1 Message Date
Chris (wolcen) Thompson
7454f7a48e Update flake.lock
All checks were successful
/ build (push) Successful in 4s
Still doesn't build w/rocm accel (but does w/out)
2025-10-15 18:21:45 -04:00
Chris (wolcen) Thompson
352ce6b38a Test what inputs looks like when running via push 2025-10-15 18:21:17 -04:00
2 changed files with 14 additions and 3 deletions

View file

@ -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

6
flake.lock generated
View file

@ -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": {