mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
ops: change localSystem for CI to x86_64-linux
This commit is contained in:
parent
68a13b3ba1
commit
c5f1e305ce
2 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ lib, channels, config, ... }:
|
||||
with lib; {
|
||||
name = "flake-update";
|
||||
|
||||
nixpkgs.args.localSystem = "x86_64-linux";
|
||||
|
||||
ci = {
|
||||
version = "nix2.4";
|
||||
gh-actions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue