From 941276e83f8727484455297e4c2a9ebc7070d342 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Fri, 3 May 2024 14:51:11 +0200 Subject: [PATCH] flake update lanzaboote to master --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e247f8b..06d23fe 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ }; lanzaboote = { - url = "github:nix-community/lanzaboote/v0.3.0"; + url = "github:nix-community/lanzaboote/master"; inputs.nixpkgs.follows = "nixpkgs"; };