components: drop celery, package manage.py instead
This commit is contained in:
parent
8edfcf318a
commit
d85dacb6c2
5 changed files with 21 additions and 18 deletions
|
|
@ -29,7 +29,7 @@ pkgs.lib.makeScope pkgs.newScope (final:
|
|||
inherit authentik-src;
|
||||
};
|
||||
# worker
|
||||
celery = final.callPackage ./celery.nix {
|
||||
manage = final.callPackage ./manage.nix {
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
@ -41,7 +41,7 @@ pkgs.lib.makeScope pkgs.newScope (final:
|
|||
gopkgs
|
||||
staticWorkdirDeps
|
||||
migrate
|
||||
celery;
|
||||
manage;
|
||||
};
|
||||
inherit authentik-src authentik-version;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue