From 6beec31dc163b758135cfc6db00262ac04c2876b Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 2 Nov 2023 10:14:09 +0800 Subject: [PATCH] remove yoga from default systems --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cb700d32..fe251580 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ default = inputs.nixpkgs.legacyPackages.x86_64-linux.writeText "systems" (builtins.concatStringsSep "\n" (builtins.map (system: builtins.toString inputs.self.outputs.nixosConfigurations.${system}.config.system.build.toplevel) - [ "pc" "vps6" "vps7" "nas" "yoga" ])); + [ "pc" "vps6" "vps7" "nas" ])); } // ( builtins.listToAttrs (builtins.map