summary refs log tree commit diff
path: root/pkgs/tools/text/yaml-merge
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-03 18:59:33 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-03 22:35:06 +0700
commitcff8ee22e3f3cc99f1c06121f0366411f9f7acf1 (patch)
treee5dae59d4e60ede255ce88d79a810a5fa3f676bd /pkgs/tools/text/yaml-merge
parentc47331a6c0b1c31d0e2a1f3ae1a24c20b428b358 (diff)
downloadnixpkgs-cff8ee22e3f3cc99f1c06121f0366411f9f7acf1.tar
nixpkgs-cff8ee22e3f3cc99f1c06121f0366411f9f7acf1.tar.gz
nixpkgs-cff8ee22e3f3cc99f1c06121f0366411f9f7acf1.tar.bz2
nixpkgs-cff8ee22e3f3cc99f1c06121f0366411f9f7acf1.tar.lz
nixpkgs-cff8ee22e3f3cc99f1c06121f0366411f9f7acf1.tar.xz
nixpkgs-cff8ee22e3f3cc99f1c06121f0366411f9f7acf1.tar.zst
nixpkgs-cff8ee22e3f3cc99f1c06121f0366411f9f7acf1.zip
yaml-merge: expand platforms to unix
Diffstat (limited to 'pkgs/tools/text/yaml-merge')
-rw-r--r--pkgs/tools/text/yaml-merge/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/yaml-merge/default.nix b/pkgs/tools/text/yaml-merge/default.nix
index d36522edb87..7c4ecc49df5 100644
--- a/pkgs/tools/text/yaml-merge/default.nix
+++ b/pkgs/tools/text/yaml-merge/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
     description = "Merge YAML data files";
     homepage = "https://github.com/abbradar/yaml-merge";
     license = licenses.bsd2;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ abbradar ];
   };
 }