mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
nix: increase open files limit
This commit is contained in:
parent
8d224479ad
commit
b5dc00238c
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue