From 380f263c26d89ce020e727fb65bae8b457fa30bb Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 2 Jan 2023 02:00:40 +0100 Subject: Fix missing import Signed-off-by: TheArcaneBrony --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 495098d..e8786d6 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,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, botcore-v4 }: { + outputs = { self, nixpkgs, botcore-v4, discord-client-proxy }: { # nixosConfigurations is the key that nixos-rebuild looks for. nixosConfigurations = { Rory-discordbots = nixpkgs.lib.nixosSystem { -- cgit 1.5.1