disable aarch64-linux for now
getting some weird setuptools import error
This commit is contained in:
parent
7c96e552a3
commit
b69e22270f
|
@ -18,7 +18,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./nix/checks/flake-module.nix
|
./nix/checks/flake-module.nix
|
||||||
] ++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./nix/treefmt/flake-module.nix;
|
] ++ inputs.nixpkgs.lib.optional (inputs.treefmt-nix ? flakeModule) ./nix/treefmt/flake-module.nix;
|
||||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
systems = [ "x86_64-linux" ];
|
||||||
flake = {
|
flake = {
|
||||||
nixosModules.buildbot-master = ./nix/master.nix;
|
nixosModules.buildbot-master = ./nix/master.nix;
|
||||||
nixosModules.buildbot-worker = ./nix/worker.nix;
|
nixosModules.buildbot-worker = ./nix/worker.nix;
|
||||||
|
|
Loading…
Reference in a new issue