chore: create ci workflow
Some checks failed
Nix Build / nix build + cache push (push) Failing after 1m23s
Some checks failed
Nix Build / nix build + cache push (push) Failing after 1m23s
This commit is contained in:
parent
cd53858190
commit
f350acd09f
13
.gitea/workflows/nix.yaml
Normal file
13
.gitea/workflows/nix.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
name: Nix Build
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
all-in-one:
|
||||
runs-on: [native]
|
||||
name: nix build + cache push
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix build --out-link ./unstable .#packages.x86_64-linux.unstable
|
||||
- run: attic login ci http://127.0.0.1:8009 $ATTICKEY
|
||||
- run: attic push ci ./unstable
|
||||
|
Loading…
x
Reference in New Issue
Block a user