summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-10 15:08:17 +0000
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-10 15:08:17 +0000
commit0c3e7bd40976062943c1b7916611b4f853bbac21 (patch)
tree760d7c601eabeebb5e3449c5a164e7e215835c4b /flake.nix
parentAdd gitfs patch (diff)
downloadRory-Open-Architecture-0c3e7bd40976062943c1b7916611b4f853bbac21.tar.xz
Update flake
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix2
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 {