Skip to content

Commit a7ab0e4

Browse files
committed
fix(nix): missing semicolon
1 parent a38cac0 commit a7ab0e4

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
@@ -24,7 +24,7 @@ in
2424

2525
serviceConfig = {
2626
ExecStart = "${pkgs.lib.makeBinPath pkgs.bapsicle}";
27-
WorkingDirectory = "%h/.local/state/bapsicle"
27+
WorkingDirectory = "%h/.local/state/bapsicle";
2828
LockPersonality = "yes";
2929
MemoryDenyWriteExecute = "yes";
3030
NoNewPrivileges = "yes";

0 commit comments

Comments
 (0)