Update flake.nix

Co-authored-by: Julian Stecklina <js@alien8.de>
This commit is contained in:
Jörg Thalheim 2022-12-10 17:26:47 +00:00 committed by GitHub
parent c9f9f1c52a
commit 3a0a8e7d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
nixosModules.lanzaboote = { pkgs, lib, ... }: {
imports = [ ./nix/lanzaboote.nix ];
boot.lanzaboote.package = lib.mkDefault self.packages.${pkgs.system}.lanzaboote;
boot.lanzaboote.package = lib.mkDefault self.packages.${pkgs.system}.lanzatool;
};
packages.x86_64-linux = {