Test
This commit is contained in:
parent
1c402062b0
commit
4c73cb71b5
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue