summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-12-25 22:00:22 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-12-25 22:00:22 +0100
commitaecf7e55ca04270e06055cd4c423c0005688c949 (patch)
treeab6c830032cf60555c47519e26a456ae886ef360
parentAttempt to add botcore-v4 as package (diff)
downloadRory-Open-Architecture-aecf7e55ca04270e06055cd4c423c0005688c949.tar.xz
Add botcore-v4 as output
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r--flake.nix2
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 {