diff options
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 1121bcd..11f7980 100755 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ # Outputs can be anything, but the wiki + some commands define their own # specific keys. Wiki page: https://nixos.wiki/wiki/Flakes#Output_schema - outputs = { self, nixpkgs, home-manager, botcore-v4, discord-client-proxy }: { + outputs = { self, nixpkgs, home-manager, botcore-v4 }: { # nixosConfigurations is the key that nixos-rebuild looks for. nixosConfigurations = { Rory-discordbots = nixpkgs.lib.nixosSystem { |