From 5212255fa1d10cbd17cb9841ca0611b0ecc91922 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 18 Jul 2025 19:20:28 +0200 Subject: lanzaboote --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8380f9c7..b9382c6f 100644 --- a/flake.nix +++ b/flake.nix @@ -221,6 +221,14 @@ nixpkgs.follows = "nixpkgs"; }; }; + lanzaboote = { + type = "github"; + owner = "nix-community"; + repo = "lanzaboote"; + ref = "v0.4.2"; + + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = { self, nixpkgs, home-manager, sops-nix, deploy-rs, nvfetcher, niri-flake, ... }@inputs: -- cgit v1.2.3