summary refs log tree commit diff
path: root/pkgs/development/tools/reflex/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-04-09 03:03:41 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-13 17:54:26 +0300
commit3ad7d71afe3ab501f9da5424b9a8b73be230fc58 (patch)
tree24d544d249b2ad037b2bb8bf0f7a1caa75635dea /pkgs/development/tools/reflex/default.nix
parenta62bcbcd129bc39c1e46d04a5428d04c469a9669 (diff)
downloadnixpkgs-3ad7d71afe3ab501f9da5424b9a8b73be230fc58.tar
nixpkgs-3ad7d71afe3ab501f9da5424b9a8b73be230fc58.tar.gz
nixpkgs-3ad7d71afe3ab501f9da5424b9a8b73be230fc58.tar.bz2
nixpkgs-3ad7d71afe3ab501f9da5424b9a8b73be230fc58.tar.lz
nixpkgs-3ad7d71afe3ab501f9da5424b9a8b73be230fc58.tar.xz
nixpkgs-3ad7d71afe3ab501f9da5424b9a8b73be230fc58.tar.zst
nixpkgs-3ad7d71afe3ab501f9da5424b9a8b73be230fc58.zip
treewide: don't set platforms.unix for buildGoModule
Diffstat (limited to 'pkgs/development/tools/reflex/default.nix')
-rw-r--r--pkgs/development/tools/reflex/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/reflex/default.nix b/pkgs/development/tools/reflex/default.nix
index c437d93f101..879131213a0 100644
--- a/pkgs/development/tools/reflex/default.nix
+++ b/pkgs/development/tools/reflex/default.nix
@@ -19,7 +19,6 @@ buildGoModule rec {
     description = "A small tool to watch a directory and rerun a command when certain files change";
     homepage = "https://github.com/cespare/reflex";
     license = licenses.mit;
-    platforms = platforms.unix;
     maintainers = with maintainers; [ nicknovitski ];
   };
 }