новый файл: .forgejo/workflows/iso-nixos-installer.yaml
Some checks failed
/ hello (push) Failing after 0s
Some checks failed
/ hello (push) Failing after 0s
удалено: .forgejo/workflows/hello.yaml
This commit is contained in:
parent
100d286940
commit
b6e3342776
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/iso-nixos-installer.yaml
Normal file
6
.forgejo/workflows/iso-nixos-installer.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
hello:
|
||||||
|
runs-on: builder
|
||||||
|
steps:
|
||||||
|
- run: nix build ./installer#
|
||||||
Loading…
Reference in a new issue