summary refs log tree commit diff
path: root/pkgs/top-level/release-small.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-03-17 21:57:44 -0400
committerShea Levy <shea@shealevy.com>2018-03-17 21:57:44 -0400
commit8b097fc7f66a657467e566ea1c1ff94f66c5b03a (patch)
tree1a53f405ae0f708e456a049bf4f7f46dd6c85cef /pkgs/top-level/release-small.nix
parent30d208ed5e5d1231426ca231d82a5151c9e6d005 (diff)
downloadnixpkgs-8b097fc7f66a657467e566ea1c1ff94f66c5b03a.tar
nixpkgs-8b097fc7f66a657467e566ea1c1ff94f66c5b03a.tar.gz
nixpkgs-8b097fc7f66a657467e566ea1c1ff94f66c5b03a.tar.bz2
nixpkgs-8b097fc7f66a657467e566ea1c1ff94f66c5b03a.tar.lz
nixpkgs-8b097fc7f66a657467e566ea1c1ff94f66c5b03a.tar.xz
nixpkgs-8b097fc7f66a657467e566ea1c1ff94f66c5b03a.tar.zst
nixpkgs-8b097fc7f66a657467e566ea1c1ff94f66c5b03a.zip
release-small.nix: Fix evaluation error
Diffstat (limited to 'pkgs/top-level/release-small.nix')
-rw-r--r--pkgs/top-level/release-small.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/release-small.nix b/pkgs/top-level/release-small.nix
index e2acc8f0ac2..7f574574d8d 100644
--- a/pkgs/top-level/release-small.nix
+++ b/pkgs/top-level/release-small.nix
@@ -109,7 +109,8 @@ with import ./release-lib.nix { inherit supportedSystems; };
   mpg321 = linux;
   mutt = linux;
   mysql = linux;
-  netcat = all;
+  # netcat broken on darwin
+  netcat = linux;
   nfs-utils = linux;
   nix = all;
   nixUnstable = all;