nix: fix the runit service.
This commit is contained in:
parent
95ac9e1169
commit
804d481cf7
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec nix-daemon nix-daemon
|
||||
exec nix-daemon
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue