parent
a4829b0bab
commit
8ba117e22b
40 changed files with 176 additions and 169 deletions
configurations/nos/modules/docker/music/jbots
|
@ -1,9 +1,5 @@
|
|||
{configPath, ...}: {
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
inherit (self.packages.${pkgs.system}) jmusicbot;
|
||||
{configPath, ...}: {pkgs, ...}: let
|
||||
inherit (pkgs.selfPackages) jmusicbot;
|
||||
|
||||
rwPath = configPath + "/music/jbots";
|
||||
image = pkgs.callPackage ./images/jmusicbot.nix {inherit pkgs jmusicbot;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue