From fadec133a12672583ab1fccc6899d6ef816bda1f Mon Sep 17 00:00:00 2001 From: ediblerope Date: Fri, 19 Dec 2025 09:31:22 +0000 Subject: [PATCH] Update flatpaks.nix --- apps/flatpaks.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/flatpaks.nix b/apps/flatpaks.nix index e19ca37..826dd2c 100644 --- a/apps/flatpaks.nix +++ b/apps/flatpaks.nix @@ -1,8 +1,15 @@ -# flatpaks.nix { config, pkgs, ... }: + +let + # This fetches the code directly from GitHub without needing a 'channel' + nix-flatpak = builtins.fetchTarball { + url = "https://github.com/gmodena/nix-flatpak/archive/main.tar.gz"; + # You can add a sha256 here for security later + }; +in { imports = [ - + "${nix-flatpak}/nixos.nix" ]; services.flatpak = {