cachix: initial config
This commit is contained in:
parent
12d9089907
commit
d0040b8a0f
3 changed files with 28 additions and 15 deletions
27
.github/workflows/cachix.yaml
vendored
Normal file
27
.github/workflows/cachix.yaml
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
name: "cache"
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: cachix/install-nix-action@v24
|
||||||
|
- uses: cachix/cachix-action@v12
|
||||||
|
with:
|
||||||
|
name: ooknet
|
||||||
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
- name: Build packages
|
||||||
|
run: |
|
||||||
|
nix build .#ook-vim \
|
||||||
|
.#live-buds-cli \
|
||||||
|
.#caddy-with-cloudflare \
|
||||||
|
.#fpp-config \
|
||||||
|
.#fpp-launcher \
|
||||||
|
.#fpp-sd \
|
||||||
|
.#project-plus \
|
||||||
|
.#repomix \
|
||||||
|
.#website \
|
||||||
|
.#wii-u-gc-adapter
|
||||||
15
.github/workflows/garnix.yml
vendored
15
.github/workflows/garnix.yml
vendored
|
|
@ -1,15 +0,0 @@
|
||||||
name: Garnix
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
check:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: garnix-io/check-flake@v2
|
|
||||||
|
|
@ -46,6 +46,7 @@ in {
|
||||||
libnotify
|
libnotify
|
||||||
# Nix tooling
|
# Nix tooling
|
||||||
alejandra
|
alejandra
|
||||||
|
cachix
|
||||||
;
|
;
|
||||||
|
|
||||||
#AI
|
#AI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue