nix: increase open files limit
This commit is contained in:
committed by
classabbyamp
parent
8d224479ad
commit
b5dc00238c
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec nix-daemon
|
||||
exec prlimit --nofile=1048576 nix-daemon
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'nix'
|
||||
pkgname=nix
|
||||
version=2.11.0
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
build_helper=qemu
|
||||
# Use /nix/var as suggested by the official Manual.
|
||||
|
||||
Reference in New Issue
Block a user