fix(tvix): localstatedir should be /nix/var

The various bits (including the unix socket that we listen on) append
/nix to this - so it isn't expected to be in there.

Change-Id: I0d95f2cc5641f610c1bdb03b036fac61dac9842d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1890
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2020-08-30 12:35:27 -04:00 committed by glittershark
parent 1c64930e9f
commit de84e491cf

View file

@ -136,7 +136,7 @@ in lib.fix (self: pkgs.llvmPackages.libcxxStdenv.mkDerivation {
# configuration variables for templated files
export storedir=/nix/store
export localstatedir=/nix/var/nix
export localstatedir=/nix/var
export bindir=$out/bin
mkdir -p $out/lib/systemd/system