with pkgs

This commit is contained in:
niten 2023-09-29 15:01:50 -07:00
parent 601f170c28
commit 3e2dd06808
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ in {
};
# FIXME: TEMPORARY FOR TESTING
environment.systemPackages = [ openldap ];
environment.systemPackages = with pkgs; [ openldap ];
systemd = {
tmpfiles.rules = [