fix: correct package reference for Flatpak to use host platform system

This commit is contained in:
emmatherock
2026-07-25 17:55:00 -03:00
parent c3bab6eb17
commit 9cf35d6101
+1 -1
View File
@@ -8,7 +8,7 @@
# Flatpak >=1.18.0 leaks the NixOS host environment into the sandbox and breaks # Flatpak >=1.18.0 leaks the NixOS host environment into the sandbox and breaks
# glycin-svg icon loading (e.g. OpenDeck). Remove once # glycin-svg icon loading (e.g. OpenDeck). Remove once
# https://github.com/flatpak/flatpak/issues/6721 lands in nixpkgs. # https://github.com/flatpak/flatpak/issues/6721 lands in nixpkgs.
package = inputs.nixpkgs-flatpak.legacyPackages.${pkgs.system}.flatpak; package = inputs.nixpkgs-flatpak.legacyPackages.${pkgs.stdenv.hostPlatform.system}.flatpak;
remotes = [ remotes = [
{ {