about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-16 23:38:45 +0200
committerEmile <git@emile.space>2024-08-16 23:38:45 +0200
commit4fc50abca3ddf55078fdd22a07d1398f9d566a8a (patch)
tree228e11a0081c402cfc0ea96156743cb2d9a30467 /nix
parent370beb70a64379ee1add45eef13758b76d659e8e (diff)
tabs to spaces
Diffstat (limited to 'nix')
-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" ];