From aecf7e55ca04270e06055cd4c423c0005688c949 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 25 Dec 2022 22:00:22 +0100 Subject: Add botcore-v4 as output Signed-off-by: TheArcaneBrony --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2cac161..3d0dc9d 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,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 }: { + outputs = { self, nixpkgs, botcore-v4 }: { # nixosConfigurations is the key that nixos-rebuild looks for. nixosConfigurations = { Rory-discordbots = nixpkgs.lib.nixosSystem { -- cgit 1.4.1