about summary refs log tree commit diff
path: root/pkgs/servers/gotosocial/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/gotosocial/default.nix')
-rw-r--r--pkgs/servers/gotosocial/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/gotosocial/default.nix b/pkgs/servers/gotosocial/default.nix
index 3f57180795eef..c313b5f8d5cbb 100644
--- a/pkgs/servers/gotosocial/default.nix
+++ b/pkgs/servers/gotosocial/default.nix
@@ -40,7 +40,7 @@ buildGoModule rec {
   '';
 
   # tests are working only on x86_64-linux
-  # doCheck = stdenv.isLinux && stdenv.isx86_64;
+  # doCheck = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64;
   # checks are currently very unstable in our setup, so we should test manually for now
   doCheck = false;