diff options
| author | seth <[email protected]> | 2023-04-07 19:59:19 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-07 20:00:57 -0400 |
| commit | bb3df7e6ab9de4c52fbe81b589ac5d1add6d281d (patch) | |
| tree | d0642d24fe96e8ea6d98969a20975b611ec11d53 /flake.nix | |
| parent | 83f885ee8d762551a6c5d8ea5ab3719cde76464a (diff) | |
add random lore command
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ cmd = "${teawiebot-smol}/bin/teawiebot"; in { - inherit teawiebot; + inherit teawiebot teawiebot-smol; container = let inherit (pkgs.dockerTools) buildLayeredImage caCertificates; in |
