From 2f65e7f40e97f6ccb3d164169698033ce1692a76 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 11 Feb 2026 15:22:53 +0100 Subject: Spring cleaning --- flake.nix | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f4e1cd8..8a90cec 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ # for `nix flake check` checks = ( forAllSystems (pkgs: { - formatting = treefmtEval.${pkgs.system}.config.build.check self; + formatting = treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.check self; }) ); @@ -89,39 +89,6 @@ inputs.sops-nix.nixosModules.sops ]; }; - vm-desktop = nixpkgs.lib.nixosSystem { - specialArgs = { - inherit inputs; - }; - system = "x86_64-linux"; - modules = [ - ./modules - ./hosts/test_vm - ./users/live-user.nix - inputs.home-manager.nixosModules.default - inputs.sops-nix.nixosModules.sops - ]; - }; - vm-shell = nixpkgs.lib.nixosSystem { - specialArgs = { - inherit inputs; - }; - system = "x86_64-linux"; - modules = [ - ./modules - ./hosts/test_vm - ./users/live-user.nix - ( - { lib, ... }: - { - addons.desktop.hyprland.enable = lib.mkForce false; - addons.desktop.xfce.enable = lib.mkForce false; - } - ) - inputs.home-manager.nixosModules.default - inputs.sops-nix.nixosModules.sops - ]; - }; }; }; } -- cgit v1.3.1