about summary refs log tree commit diff stats
path: root/nix/default.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-01 19:14:31 +0200
committerAlan Pearce2024-06-02 00:17:22 +0200
commitb2d99412e32990a4172b55a5b69a0496d0c1a590 (patch)
tree8b335cab823f42774ba9c2e15219bdc1f68ee406 /nix/default.nix
parent4f002d0819cbaaebf00435d7befe9858cd0b9cf3 (diff)
downloadwebsite-b2d99412e32990a4172b55a5b69a0496d0c1a590.tar.lz
website-b2d99412e32990a4172b55a5b69a0496d0c1a590.tar.zst
website-b2d99412e32990a4172b55a5b69a0496d0c1a590.zip
no more CI
Diffstat (limited to 'nix/default.nix')
-rw-r--r--nix/default.nix2
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";