From ae01c0b13ec88f9e0380899e286f0e15250f37f0 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sun, 8 Feb 2026 17:46:42 +1000 Subject: [PATCH] add nix-flatpak --- flake.lock | 17 +++++++++++++++++ flake.nix | 2 ++ 2 files changed, 19 insertions(+) diff --git a/flake.lock b/flake.lock index e1ab303..7f7dc60 100644 --- a/flake.lock +++ b/flake.lock @@ -72,6 +72,22 @@ "type": "github" } }, + "nix-flatpak": { + "locked": { + "lastModified": 1767983141, + "narHash": "sha256-7ZCulYUD9RmJIDULTRkGLSW1faMpDlPKcbWJLYHoXcs=", + "owner": "gmodena", + "repo": "nix-flatpak", + "rev": "440818969ac2cbd77bfe025e884d0aa528991374", + "type": "github" + }, + "original": { + "owner": "gmodena", + "ref": "v0.7.0", + "repo": "nix-flatpak", + "type": "github" + } + }, "nix-github-actions": { "inputs": { "nixpkgs": [ @@ -161,6 +177,7 @@ "inputs": { "colmena": "colmena", "grub2-themes": "grub2-themes", + "nix-flatpak": "nix-flatpak", "nixpkgs": "nixpkgs_3", "nixpkgs-unstable": "nixpkgs-unstable" } diff --git a/flake.nix b/flake.nix index e339ce6..649f4d9 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,8 @@ colmena.url = "github:zhaofengli/colmena/?rev=47b6414d800c8471e98ca072bc0835345741a56a"; + nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.7.0"; + grub2-themes.url = "github:vinceliuice/grub2-themes"; };