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:
parent
1c64930e9f
commit
de84e491cf
1 changed files with 1 additions and 1 deletions
2
third_party/nix/default.nix
vendored
2
third_party/nix/default.nix
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue