Merge pull request #40 from nix-community/inputs-from-lanzatool

Move lanzatool to inputsFrom in devShell
This commit is contained in:
Ryan Lahfa 2022-12-26 20:55:11 +01:00 committed by GitHub
commit 3fdf25a5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,6 @@
devShells.x86_64-linux.default = pkgs.mkShell {
packages = [
uefi-run
lanzatool
pkgs.openssl
(pkgs.sbctl.override {
databasePath = "pki";
@ -133,6 +132,7 @@
inputsFrom = [
lanzaboote
lanzatool
];
};