forked from Bos55/nix-config
Compare commits
1 commit
84d02e419d
...
f8c96e6f1e
| Author | SHA1 | Date | |
|---|---|---|---|
| f8c96e6f1e |
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
id: hosts
|
||||
run: |
|
||||
hostnames="$(nix eval .#nixosConfigurations --apply builtins.attrNames --json)"
|
||||
printf "hostnames=%q\n" "${hostnames}" >> "${GITHUB_OUTPUT}" # Preserve quotes
|
||||
printf "hostnames= %q\n" "${hostnames}" >> "${GITHUB_OUTPUT}" # Preserve quotes
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue