diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-11 21:42:11 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-11 21:42:11 +0100 |
commit | 8f9b3d80a798469b9324430815022c7f929acf20 (patch) | |
tree | d1ec397d7f798241d662fada1c74b74ce41f0003 /host | |
parent | Fix path (diff) | |
download | Rory-Open-Architecture-8f9b3d80a798469b9324430815022c7f929acf20.tar.xz |
Fix imports to include lib
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-discordbots/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix index 61c9d3a..0a8f731 100644 --- a/host/Rory-discordbots/configuration.nix +++ b/host/Rory-discordbots/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, lib, ... }: { imports = |