release-small.nix: Fix evaluation error

This commit is contained in:
Shea Levy
2018-03-17 21:57:44 -04:00
parent 30d208ed5e
commit 8b097fc7f6

View File

@@ -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;