update supported platforms

Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
This commit is contained in:
summersamara
2024-12-02 22:41:35 +01:00
committed by GitHub
co-authored by Arne Keller
parent 561232db15
commit aef0614650
+1 -1
View File
@@ -52,6 +52,6 @@ stdenv.mkDerivation {
license = licenses.wtfpl;
maintainers = with maintainers; [ erictapen ];
mainProgram = "hexdiff";
platforms = platforms.all;
platforms = platforms.unix;
};
}