Fix poetry2nix for myintercom-doorbell
This commit is contained in:
parent
9f1bb78aec
commit
fd0c356289
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@ in
|
|||
docker-machine-gitlab = callPackage ./docker-machine-gitlab { };
|
||||
fpvout = callPackage ./fpvout { };
|
||||
mute-indicator = callPackage ./mute-indicator { };
|
||||
myintercom-doorbell = callPackage ./myintercom-doorbell { };
|
||||
myintercom-doorbell = callPackage ./myintercom-doorbell {
|
||||
inherit poetry2nix;
|
||||
};
|
||||
pretix = callPackage ./pretix/pretix.nix { };
|
||||
pretix-banktool = callPackage ./pretix/pretix-banktool.nix { };
|
||||
pretix-static = callPackage ./pretix/pretix-static.nix { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue