diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-25 22:00:22 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-25 22:00:22 +0100 |
commit | aecf7e55ca04270e06055cd4c423c0005688c949 (patch) | |
tree | ab6c830032cf60555c47519e26a456ae886ef360 | |
parent | Attempt to add botcore-v4 as package (diff) | |
download | Rory-Open-Architecture-aecf7e55ca04270e06055cd4c423c0005688c949.tar.xz |
Add botcore-v4 as output
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |