From 3fea7af9f84dd8d2f39a9acfdd5c3586c5776b78 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Sat, 7 Dec 2024 14:50:08 +0100 Subject: [PATCH] remove unused profile from flake.nix --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index 3e37b52..76a5503 100644 --- a/flake.nix +++ b/flake.nix @@ -49,13 +49,6 @@ } ]; }; - gamemachine = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; - modules = [ - ./hosts/gamemachine/configuration.nix - ./modules/nvidia.nix - ]; - }; }; }; }