Test
Some checks failed
ssh-test / ssh-test (push) Failing after 25s
update-flake-lock / update-flake-lock (push) Failing after 1m11s

This commit is contained in:
iFargle 2023-12-09 21:34:27 +09:00
parent 1c402062b0
commit 4c73cb71b5
2 changed files with 5 additions and 3 deletions

View file

@ -3,7 +3,10 @@ run-name: ${{ github.actor }} - update-flake-lock
on: on:
schedule: schedule:
- cron: '0 0 * * 7' - cron: '0 0 * * 7'
# “At 00:00 on Sunday.” # “At 00:00 on Sunday."
push:
branches:
- main
jobs: jobs:
update-flake-lock: update-flake-lock:
runs-on: docker runs-on: docker

View file

@ -43,8 +43,7 @@
gpu ? null, gpu ? null,
theme ? "default", theme ? "default",
format format
}: }: inputs.nixos-generators.nixosGenerate {
inputs.nixos-generators.nixosGenerate {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme format; }; specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme format; };
format = format; format = format;
system = platform; system = platform;