-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
92 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{/* DO NOT EDIT! */} | ||
{/* Automatically generated from xbb-helper/templates/docusaurus/common. */} | ||
|
||
import Link from '@docusaurus/Link'; | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
|
||
<details> | ||
<summary>Flatpack & Snap also promise universal packages, why not use them?</summary> | ||
|
||
The short answer is… _“because they run only on GNU/Linux”_. | ||
|
||
Both [Flatpack](https://flatpak.org) and [Snap](https://snapcraft.io) | ||
hold promise as the future of application distribution. While they may | ||
eventually achieve this, they are currently specific to GNU/Linux, with | ||
very little chance of expanding to other platforms. | ||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{/* DO NOT EDIT! */} | ||
{/* Automatically generated from xbb-helper/templates/docusaurus/common. */} | ||
|
||
import Link from '@docusaurus/Link'; | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
|
||
<details> | ||
<summary>Nix also provides reproducible builds, why not use it?</summary> | ||
|
||
The short answer is… _“because of Windows”_. | ||
|
||
[Nix](https://nixos.org/) is a remarkable project that carefully | ||
controls versions down to individual libraries. However, it relies | ||
on file links, which are either unavailable or unreliable on Windows. | ||
|
||
As a result, Nix is currently only available on GNU/Linux and, with | ||
some limitations, on macOS. Additionally, mastering the Nix language | ||
requires significant effort. | ||
|
||
</details> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters