Revert "fix: pin Flatpak to 1.16.6 to work around sandbox env leak bug"

This reverts commit ed36775cf0.
This commit is contained in:
emmatherock
2026-07-30 13:30:01 -03:00
parent ca8c4a81a4
commit d4d3ecfdf0
3 changed files with 0 additions and 33 deletions
-8
View File
@@ -1,15 +1,7 @@
{ inputs, pkgs, ... }:
{
services.flatpak = {
enable = true;
# TEMPORARY: pin Flatpak itself to 1.16.6 via nixpkgs-flatpak (see flake.nix).
# Flatpak >=1.18.0 leaks the NixOS host environment into the sandbox and breaks
# glycin-svg icon loading (e.g. OpenDeck). Remove once
# https://github.com/flatpak/flatpak/issues/6721 lands in nixpkgs.
package = inputs.nixpkgs-flatpak.legacyPackages.${pkgs.stdenv.hostPlatform.system}.flatpak;
remotes = [
{
name = "flathub";