diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index 62caed6..095b3f7 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -58,7 +58,7 @@ with pkgs; rec { ]; }; } '' - ${builder}/bin/build -s $src -d $out/website + ${builder}/bin/build -s $src -d $out ''; server = buildGoApplication { pname = "server"; |