Merge pull request #185 from nix-community/cleanup-flake

Cleanup flake
This commit is contained in:
nikstur 2023-05-24 10:32:41 +02:00 committed by GitHub
commit dc52f0352d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
description = "Lanzaboot Secure Boot Madness"; description = "Lanzaboote: Secure Boot for NixOS";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
@ -140,7 +140,7 @@
src = ./rust/tool; src = ./rust/tool;
extraArgs = { extraArgs = {
TEST_SYSTEMD = pkgs.systemd; TEST_SYSTEMD = pkgs.systemd;
checkInputs = with pkgs; [ nativeCheckInputs = with pkgs; [
binutils-unwrapped binutils-unwrapped
sbsigntool sbsigntool
]; ];