summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-07 19:59:19 -0400
committerseth <[email protected]>2023-04-07 20:00:57 -0400
commitbb3df7e6ab9de4c52fbe81b589ac5d1add6d281d (patch)
treed0642d24fe96e8ea6d98969a20975b611ec11d53 /flake.nix
parent83f885ee8d762551a6c5d8ea5ab3719cde76464a (diff)
add random lore command
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0fbd81c..1d66274 100644
--- a/flake.nix
+++ b/flake.nix
@@ -99,7 +99,7 @@
cmd = "${teawiebot-smol}/bin/teawiebot";
in
{
- inherit teawiebot;
+ inherit teawiebot teawiebot-smol;
container = let
inherit (pkgs.dockerTools) buildLayeredImage caCertificates;
in