From 4cd83ca33c706fae625eb272c8ca46db93082b69 Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 29 Jun 2025 07:56:09 -0400 Subject: [PATCH] Fix compilation. --- flake.lock | 17 +++++++++++++++++ flake.nix | 1 + 2 files changed, 18 insertions(+) diff --git a/flake.lock b/flake.lock index 1ca1f01..42d5ca9 100644 --- a/flake.lock +++ b/flake.lock @@ -86,6 +86,22 @@ "type": "github" } }, + "nix-flatpak": { + "locked": { + "lastModified": 1739444422, + "narHash": "sha256-iAVVHi7X3kWORftY+LVbRiStRnQEob2TULWyjMS6dWg=", + "owner": "gmodena", + "repo": "nix-flatpak", + "rev": "5e54c3ca05a7c7d968ae1ddeabe01d2a9bc1e177", + "type": "github" + }, + "original": { + "owner": "gmodena", + "ref": "latest", + "repo": "nix-flatpak", + "type": "github" + } + }, "nixos-anywhere": { "inputs": { "disko": "disko", @@ -211,6 +227,7 @@ "root": { "inputs": { "disko-stable-nixos": "disko-stable-nixos", + "nix-flatpak": "nix-flatpak", "nixpkgs": "nixpkgs", "nixpkgs-stable-nixos": "nixpkgs-stable-nixos", "nixverse": "nixverse" diff --git a/flake.nix b/flake.nix index d42c145..f3924ed 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ self, nixpkgs, nixverse, + nix-flatpak, ... }: nixverse.load self {