Skip to content

Commit

Permalink
Merge pull request #185 from nix-community/cleanup-flake
Browse files Browse the repository at this point in the history
Cleanup flake
  • Loading branch information
nikstur authored May 24, 2023
2 parents 1f542a1 + 740f7f9 commit dc52f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "Lanzaboot Secure Boot Madness";
description = "Lanzaboote: Secure Boot for NixOS";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
Expand Down Expand Up @@ -140,7 +140,7 @@
src = ./rust/tool;
extraArgs = {
TEST_SYSTEMD = pkgs.systemd;
checkInputs = with pkgs; [
nativeCheckInputs = with pkgs; [
binutils-unwrapped
sbsigntool
];
Expand Down

0 comments on commit dc52f03

Please # to comment.