From 98d59e10d5688b7b897e6ff61d327d345727f886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 9 Dec 2022 22:23:07 +0100 Subject: [PATCH] Replace simd jobs with nox --- flake.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 01ba6e47..9da6a673 100644 --- a/flake.nix +++ b/flake.nix @@ -764,14 +764,16 @@ in lib.mapAttrs getBuildEntryPoint self.nixosConfigurations // lib.mapAttrs' (hostname: nixosSystem: lib.nameValuePair - (hostname + "-simd") + # job display name + (hostname + "-nox") (getBuildEntryPoint null (nixosSystem' (nixosSystem.args // (with nixosSystem.args; { modules = modules ++ [ { - c3d2.simd.enable = lib.mkForce true; + # c3d2.simd.enable = lib.mkForce true; + environment.noXlibs = true; } ]; - nixpkgs = nixos-unstable-simd; + # nixpkgs = nixos-unstable-simd; })))) ) self.nixosConfigurations // nixos.lib.filterAttrs (name: attr: