From ba0bef4f03a64fe207de4c936fa940bde095a38d Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 10 Mar 2023 15:14:05 +0000 Subject: Clean up flake --- flake.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/flake.nix b/flake.nix index 11f7980..0665c4c 100755 --- a/flake.nix +++ b/flake.nix @@ -11,9 +11,6 @@ botcore-v4 = { url = "gitlab:BotCore-Devs/BotCore-v4/staging"; }; -# discord-client-proxy = { -# url = "github:Fosscord/discord-client-proxy"; -# }; home-manager = { url = "github:nix-community/home-manager/master"; }; @@ -36,18 +33,6 @@ inherit home-manager; }; }; - # Rory-fosscord = nixpkgs.lib.nixosSystem { - # system = "x86_64-linux"; - # modules = [ - # ./host/Rory-fosscord/configuration.nix - # ./hardware-configuration.nix - # home-manager.nixosModules.home-manager - # ]; - # specialArgs = { - # inherit discord-client-proxy; - # inherit home-manager; - # }; - # }; Rory-postgres = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ -- cgit 1.4.1