Skip to content

Commit 70d70b5

Browse files
committed
I have no idea why I thought nix build .nixosconfigurations.loftserver01 would work :P
1 parent f36e381 commit 70d70b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: build system
2525
if: steps.bump.outputs.changed == 'true'
26-
run: nix build --refresh --no-link .#nixosConfigurations.loftserveren01
26+
run: nix build --refresh --no-link .#loftserveren01
2727

2828
- name: Commit & push
2929
if: steps.bump.outputs.changed == 'true'

0 commit comments

Comments
 (0)