We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1da900 commit 4b5e2c2Copy full SHA for 4b5e2c2
pkgs/by-name/da/daed/package.nix
@@ -95,6 +95,12 @@ buildGoModule rec {
95
runHook postBuild
96
'';
97
98
+ postInstall = ''
99
+ install -Dm444 $src/install/daed.service -t $out/lib/systemd/system
100
+ substituteInPlace $out/lib/systemd/system/daed.service \
101
+ --replace-fail /usr/bin $out/bin
102
+ '';
103
+
104
passthru.updateScript = _experimental-update-script-combinators.sequence [
105
(nix-update-script {
106
attrPath = "daed.web";
0 commit comments