Skip to content

Commit e740f3a

Browse files
committed
fix(nix): getExe
1 parent a7ab0e4 commit e740f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ in
2323
description = "BAPS 3 Server";
2424

2525
serviceConfig = {
26-
ExecStart = "${pkgs.lib.makeBinPath pkgs.bapsicle}";
26+
ExecStart = "${pkgs.lib.getExe pkgs.bapsicle}";
2727
WorkingDirectory = "%h/.local/state/bapsicle";
2828
LockPersonality = "yes";
2929
MemoryDenyWriteExecute = "yes";

0 commit comments

Comments
 (0)