Unverified Commit 4bbea8e8 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

sheldon: enable on unix platforms (#339149)

parents 24f2c3ee 5c69e529
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/rossmacarthur/sheldon";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ seqizz ];
    platforms = platforms.linux;
    platforms = platforms.unix;
    mainProgram = "sheldon";
  };
}