nix: increase open files limit

This commit is contained in:
Gabriel Hondet 2023-02-16 16:57:48 +01:00 committed by classabbyamp
parent 8d224479ad
commit b5dc00238c
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
exec 2>&1 exec 2>&1
exec nix-daemon exec prlimit --nofile=1048576 nix-daemon

View file

@ -1,7 +1,7 @@
# Template file for 'nix' # Template file for 'nix'
pkgname=nix pkgname=nix
version=2.11.0 version=2.11.0
revision=5 revision=6
build_style=gnu-configure build_style=gnu-configure
build_helper=qemu build_helper=qemu
# Use /nix/var as suggested by the official Manual. # Use /nix/var as suggested by the official Manual.