Skip to content

Commit 7dc5644

Browse files
committed
nixos/modules: fix part-db package
1 parent 137102f commit 7dc5644

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)