mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29: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 = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{ lib, config, channels, env, ... }: with lib; {
|
||||
name = "nodes";
|
||||
|
||||
nixpkgs.args.localSystem = "x86_64-linux";
|
||||
|
||||
ci = {
|
||||
version = "nix2.4";
|
||||
gh-actions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue