diff options
author | Rory& <root@rory.gay> | 2024-08-08 03:50:02 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-08 03:51:45 +0200 |
commit | ff65c8e951092d4d7caed1c4d02c9e141df7799b (patch) | |
tree | f8bd40da8fd80021a7452723a32cddaec8d45de6 /host/Rory-fosscord/software.nix | |
parent | Server config cleanup (diff) | |
download | Rory-Open-Architecture-ff65c8e951092d4d7caed1c4d02c9e141df7799b.tar.xz |
Imports cleanup
Diffstat (limited to 'host/Rory-fosscord/software.nix')
-rwxr-xr-x | host/Rory-fosscord/software.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/host/Rory-fosscord/software.nix b/host/Rory-fosscord/software.nix index f58d211..ee1bc19 100755 --- a/host/Rory-fosscord/software.nix +++ b/host/Rory-fosscord/software.nix @@ -1,10 +1,4 @@ -{ - config, - pkgs, - lib, - discord-client-proxy, - ... -}: +{ discord-client-proxy, ... }: { imports = [ |