Prebuilt & self-published Linux app distribution via Nix.
nix.settings = {
extra-substituters = [ "https://cache.floepkgs.org/floe" ];
extra-trusted-public-keys = [ "floe:EFpHpRyPQiuT+GepNk8DuL+pNB8JlWRiNk6uSAJ3Uuk=" ];
};Add to ~/.config/nix/nix.conf (per-user) or /etc/nix/nix.conf (system-wide):
extra-substituters = https://cache.floepkgs.org/floe
extra-trusted-public-keys = floe:EFpHpRyPQiuT+GepNk8DuL+pNB8JlWRiNk6uSAJ3Uuk=Restart the Nix daemon after editing the system-wide file:
sudo systemctl restart nix-daemonnix profile install github:vlinkz/floe#'"com.mitchellh.ghostty"'
nix run github:vlinkz/floe#'"org.prismlauncher.PrismLauncher"'- Sandboxing with
bwrap