mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Merge pull request #11413 from cole-h/fixup-daemon-service
fixup: use the real bindir for systemd unit's bindir
This commit is contained in:
commit
f15aef2a79
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ foreach config : [ 'nix-daemon.socket', 'nix-daemon.service' ]
|
||||||
configuration : {
|
configuration : {
|
||||||
'storedir' : store_dir,
|
'storedir' : store_dir,
|
||||||
'localstatedir' : localstatedir,
|
'localstatedir' : localstatedir,
|
||||||
'bindir' : get_option('datadir'),
|
'bindir' : bindir,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue