nixos/gdomap: fix eval

This commit is contained in:
Weijia Wang 2025-01-26 00:30:30 +01:00
parent d4bcfeeb1a
commit 614404df3e

View File

@ -24,8 +24,8 @@
description = "gdomap server";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
path = [ pkgs.gnustep.base ];
serviceConfig.ExecStart = "${pkgs.gnustep.base}/bin/gdomap -f";
path = [ pkgs.gnustep-base ];
serviceConfig.ExecStart = "${pkgs.gnustep-base}/bin/gdomap -f";
};
};
}