summary refs log tree commit diff
path: root/pkgs/development/tools/trellis
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2019-08-19 22:02:29 -0700
committerAustin Seipp <aseipp@pobox.com>2019-08-23 02:14:40 -0500
commit0c1c67f2577a9e0bac7e83a5fa5d842fef105f23 (patch)
tree815d8b114440833d5440af64a8b766c202e36931 /pkgs/development/tools/trellis
parent39bf5d5ec78f53cfb4ddb8ea04ac1ffe61d25a95 (diff)
downloadnixpkgs-0c1c67f2577a9e0bac7e83a5fa5d842fef105f23.tar
nixpkgs-0c1c67f2577a9e0bac7e83a5fa5d842fef105f23.tar.gz
nixpkgs-0c1c67f2577a9e0bac7e83a5fa5d842fef105f23.tar.bz2
nixpkgs-0c1c67f2577a9e0bac7e83a5fa5d842fef105f23.tar.lz
nixpkgs-0c1c67f2577a9e0bac7e83a5fa5d842fef105f23.tar.xz
nixpkgs-0c1c67f2577a9e0bac7e83a5fa5d842fef105f23.tar.zst
nixpkgs-0c1c67f2577a9e0bac7e83a5fa5d842fef105f23.zip
trellis: extend platforms
Diffstat (limited to 'pkgs/development/tools/trellis')
-rw-r--r--pkgs/development/tools/trellis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/trellis/default.nix b/pkgs/development/tools/trellis/default.nix
index 0888130c2d4..1deb2c7a8fc 100644
--- a/pkgs/development/tools/trellis/default.nix
+++ b/pkgs/development/tools/trellis/default.nix
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
     '';
     homepage    = https://github.com/symbiflow/prjtrellis;
     license     = stdenv.lib.licenses.isc;
-    maintainers = with maintainers; [ q3k thoughtpolice ];
-    platforms   = stdenv.lib.platforms.linux;
+    maintainers = with maintainers; [ q3k thoughtpolice emily ];
+    platforms   = stdenv.lib.platforms.all;
   };
 }