Skip to content

Commit

Permalink
getexe
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Jun 1, 2024
1 parent 48fcbb9 commit e11f890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/configs/web.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
after = [ "network.target" ];
serviceConfig = {
CacheDirectory = "web";
ExecStart = lib.getbin (pkgs.buildGoModule {
ExecStart = lib.getExe (pkgs.buildGoModule {
name = "web";
src = ./web;
vendorHash = "sha256-CAr2aNXdt5lHmkidbPvjWZFNXChieeITXy3AMyMoSaI=";
Expand Down

0 comments on commit e11f890

Please sign in to comment.