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, ... }:
|
{ lib, channels, config, ... }:
|
||||||
with lib; {
|
with lib; {
|
||||||
name = "flake-update";
|
name = "flake-update";
|
||||||
|
|
||||||
|
nixpkgs.args.localSystem = "x86_64-linux";
|
||||||
|
|
||||||
ci = {
|
ci = {
|
||||||
version = "nix2.4";
|
version = "nix2.4";
|
||||||
gh-actions = {
|
gh-actions = {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
{ lib, config, channels, env, ... }: with lib; {
|
{ lib, config, channels, env, ... }: with lib; {
|
||||||
name = "nodes";
|
name = "nodes";
|
||||||
|
|
||||||
|
nixpkgs.args.localSystem = "x86_64-linux";
|
||||||
|
|
||||||
ci = {
|
ci = {
|
||||||
version = "nix2.4";
|
version = "nix2.4";
|
||||||
gh-actions = {
|
gh-actions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue