added own cache to substituters.
All checks were successful
/ Check formatting (push) Successful in 1m24s
All checks were successful
/ Check formatting (push) Successful in 1m24s
This commit is contained in:
parent
7736357201
commit
1bf6933d71
2 changed files with 10 additions and 6 deletions
|
@ -11,4 +11,8 @@ jobs:
|
||||||
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
|
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
|
||||||
with:
|
with:
|
||||||
install-url: "https://nixos.org/nix/install"
|
install-url: "https://nixos.org/nix/install"
|
||||||
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check
|
- name: Check file formatting
|
||||||
|
run: |
|
||||||
|
echo "extra-substituters = https://cache.collective-conciousness.monster" >> /etc/nix/nix.conf
|
||||||
|
echo "extra-trusted-public-keys = adyya-flake:PAbC0hnAiNj/kHcm9wIykmKIf25FDeXB6JusqlX2ghs=" >> /etc/nix/nix.conf
|
||||||
|
nix fmt $(find ./ -regex '.*.nix$') -- --check
|
|
@ -1,9 +1,9 @@
|
||||||
on:
|
on:
|
||||||
push:
|
#push: # currently disabled as it is not working properly with forgejo. if i do feel like it is necessary i will write an action from scratch, otherwise, i will just keep on doing it manually -e
|
||||||
branches:
|
# branches:
|
||||||
- trunk
|
# - trunk
|
||||||
schedule:
|
#schedule:
|
||||||
- cron: '0 2 * * *'
|
# - cron: '0 2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
flake-update:
|
flake-update:
|
||||||
name: "Update .lock file"
|
name: "Update .lock file"
|
||||||
|
|
Loading…
Reference in a new issue