summaryrefslogtreecommitdiffstats
path: root/system/nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/nix')
-rw-r--r--system/nix/README1
-rw-r--r--system/nix/nix.SlackBuild2
-rw-r--r--system/nix/nix.info8
3 files changed, 6 insertions, 5 deletions
diff --git a/system/nix/README b/system/nix/README
index 1da6a2ec68..49ae7c253a 100644
--- a/system/nix/README
+++ b/system/nix/README
@@ -36,6 +36,7 @@ be added under the 'nixbld' group.
Restricting access to the daemon is acheived by setting file
permissions for the daemon's socket's folder.
+ groupadd nix-users
chgrp nix-users /nix/var/nix/daemon-socket
chmod ug=rwx,o= /nix/var/nix/daemon-socket
diff --git a/system/nix/nix.SlackBuild b/system/nix/nix.SlackBuild
index 6820ea808c..8925bc1230 100644
--- a/system/nix/nix.SlackBuild
+++ b/system/nix/nix.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nix
-VERSION=${VERSION:-1.11.4}
+VERSION=${VERSION:-1.11.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/nix/nix.info b/system/nix/nix.info
index b17c8383a8..936272b001 100644
--- a/system/nix/nix.info
+++ b/system/nix/nix.info
@@ -1,10 +1,10 @@
PRGNAM="nix"
-VERSION="1.11.4"
+VERSION="1.11.13"
HOMEPAGE="http://nixos.org/nix"
-DOWNLOAD="http://nixos.org/releases/nix/nix-1.11.4/nix-1.11.4.tar.xz"
-MD5SUM="5e74997665df456ea3ac379a2cbfa4af"
+DOWNLOAD="http://nixos.org/releases/nix/nix-1.11.13/nix-1.11.13.tar.xz"
+MD5SUM="7f12df0c0057ac6d057dee639269403f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="perl-DBD-SQLite perl-WWW-Curl"
+REQUIRES="perl-DBD-SQLite perl-WWW-Curl libseccomp"
MAINTAINER="Pragmatic Cypher"
EMAIL="slackbuilds@server.ky"