1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-16 09:50:21 -04: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:
Eelco Dolstra 2024-09-06 15:56:44 +02:00 committed by GitHub
commit f15aef2a79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ foreach config : [ 'nix-daemon.socket', 'nix-daemon.service' ]
configuration : {
'storedir' : store_dir,
'localstatedir' : localstatedir,
'bindir' : get_option('datadir'),
'bindir' : bindir,
},
)
endforeach