Skip to content

Commit aef0614

Browse files
update supported platforms
Co-authored-by: Arne Keller <[email protected]>
1 parent 561232d commit aef0614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/vi/visual-hexdiff/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ stdenv.mkDerivation {
5252
license = licenses.wtfpl;
5353
maintainers = with maintainers; [ erictapen ];
5454
mainProgram = "hexdiff";
55-
platforms = platforms.all;
55+
platforms = platforms.unix;
5656
};
5757
}

0 commit comments

Comments
 (0)