From c5f1e305ceaac417d9a91ff667d1007ff8d48f9d Mon Sep 17 00:00:00 2001 From: kat Date: Sun, 17 Jul 2022 16:13:47 -0700 Subject: [PATCH] ops: change localSystem for CI to x86_64-linux --- ci/flake-cron.nix | 3 +++ ci/nodes.nix | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ci/flake-cron.nix b/ci/flake-cron.nix index 69728e05..255f61a7 100644 --- a/ci/flake-cron.nix +++ b/ci/flake-cron.nix @@ -1,6 +1,9 @@ { lib, channels, config, ... }: with lib; { name = "flake-update"; + + nixpkgs.args.localSystem = "x86_64-linux"; + ci = { version = "nix2.4"; gh-actions = { diff --git a/ci/nodes.nix b/ci/nodes.nix index b7e3eb2b..0a0ab5bf 100644 --- a/ci/nodes.nix +++ b/ci/nodes.nix @@ -1,5 +1,8 @@ { lib, config, channels, env, ... }: with lib; { name = "nodes"; + + nixpkgs.args.localSystem = "x86_64-linux"; + ci = { version = "nix2.4"; gh-actions = {