Skip to content

Commit cf46302

Browse files
nixos/modules: fix part-db package (#388313)
2 parents 0b83609 + 7dc5644 commit cf46302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/web-apps/part-db.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ in
2727
phpPackage = mkPackageOption pkgs "php" { } // {
2828
apply =
2929
pkg:
30-
pkg.override {
30+
pkg.buildEnv {
3131
extraConfig = ''
3232
memory_limit = 256M;
3333
'';

0 commit comments

Comments
 (0)