Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"claude-code-bin" # Node版とBun版両方受け入れると指定する必要があります。
"copilot-language-server" # 一番いい補完のため仕方がない。
"discord" # ネイティブ版の方が音声などが安定しているため仕方がない。
"proton-authenticator" # デスクトップ版のソースは公開されていますが、nixpkgsが追いついていないので報告が必要です。

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コメントの事実関係について: proton-authenticatorはnixpkgsに既にパッケージとして存在しています(初期PR #429909がマージ済み、その後も#443922等でバージョン更新済み)。

unfreeになっている理由は「nixpkgsが追いついていない」からではなく、デスクトップアプリのTauriラッパー部分のソースコードが未公開のためバイナリ配布(unfree)として扱われているためです。

Suggested change
"proton-authenticator" # デスクトップ版のソースは公開されていますが、nixpkgsが追いついていないので報告が必要です
"proton-authenticator" # Tauriラッパーのソースが未公開のためnixpkgsではunfreeバイナリとして配布されています

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

いや、ソースコードは公開されています。
WebClients/applications/authenticator at main · ProtonMail/WebClients
にあります。
これを見つけられてないのと、ビルド設定が書かれてないからです。
私はこれを時間を見つけて報告する必要があります。

"slack" # ネイティブ版の方が通知などが安定しているため仕方がない。
"zoom" # ネイティブ版の方が動画などが安定しているため仕方がない。
];
Comment thread
ncaq marked this conversation as resolved.
Expand Down
1 change: 1 addition & 0 deletions home/native-linux/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
]
++ lib.optionals stdenv.hostPlatform.isx86_64 [
discord
proton-authenticator
slack
virtualbox
zoom-us
Expand Down