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
|
|
@ -58,7 +58,7 @@
|
|||
imports = [ ./module.nix ];
|
||||
services.authentik.authentikComponents = pkgs.lib.mkDefault (withSystem pkgs.stdenv.hostPlatform.system (
|
||||
{ config, ... }:
|
||||
{ inherit (config.packages) celery staticWorkdirDeps migrate pythonEnv frontend gopkgs docs; }
|
||||
{ inherit (config.packages) manage staticWorkdirDeps migrate pythonEnv frontend gopkgs docs; }
|
||||
));
|
||||
};
|
||||
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
gopkgs
|
||||
staticWorkdirDeps
|
||||
migrate
|
||||
celery;
|
||||
manage;
|
||||
|
||||
# terraform provider
|
||||
terraform-provider-authentik = inputs.nixpkgs-23-05.legacyPackages.${system}.buildGo118Module rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue