Revert "fix: pin Flatpak to 1.16.6 to work around sandbox env leak bug"
This reverts commit ed36775cf0.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user