1

django_5: override globally

This commit is contained in:
2024-01-16 00:34:11 +02:00
parent bbac4f96b4
commit 994a4ad18b
4 changed files with 21 additions and 22 deletions

View File

@@ -1,7 +1,6 @@
e11sync-backend: {
config,
lib,
pkgs,
...
}: {
options.e11sync = with lib.types; {
@@ -11,8 +10,6 @@ e11sync-backend: {
config = lib.mkIf config.e11sync.enable {
environment.systemPackages = [
pkgs.python3
pkgs.python3Packages.django_5
e11sync-backend
];
};