nix: fix the runit service.

This commit is contained in:
Juan RP 2015-04-27 18:38:06 +02:00
parent 95ac9e1169
commit 804d481cf7
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec nix-daemon nix-daemon
exec nix-daemon

View file

@ -1,7 +1,7 @@
# Template file for 'nix'
pkgname=nix
version=1.8
revision=4
revision=5
build_style=gnu-configure
# Use /nix/var as suggested by the official Manual.
configure_args="--localstatedir=/nix/var"