about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nix/pkgs/r2wars-web/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/pkgs/r2wars-web/default.nix b/nix/pkgs/r2wars-web/default.nix
index 2e46665..8872590 100644
--- a/nix/pkgs/r2wars-web/default.nix
+++ b/nix/pkgs/r2wars-web/default.nix
@@ -9,7 +9,7 @@ pkgs.buildGoModule rec {
     hash = "sha256-n+La+C1diNCkxlGIxLu9nGQ//tJ5eDUjvXvdGP4Mdnk=";
   };
 
-	vendorHash = null;
+  vendorHash = null;
   CGO_ENABLED=0;
   subPackages = [ "src" ];