diff options
author | Emile <git@emile.space> | 2024-08-16 23:38:45 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-08-16 23:38:45 +0200 |
commit | 4fc50abca3ddf55078fdd22a07d1398f9d566a8a (patch) | |
tree | 228e11a0081c402cfc0ea96156743cb2d9a30467 | |
parent | 370beb70a64379ee1add45eef13758b76d659e8e (diff) |
tabs to spaces
-rw-r--r-- | nix/pkgs/r2wars-web/default.nix | 2 |
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" ]; |