release-small.nix: Fix evaluation error
This commit is contained in:
parent
30d208ed5e
commit
8b097fc7f6
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue