Skip to content

Commit

Permalink
Nix shell formatting/comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Sep 23, 2023
1 parent ca7e50c commit ff512e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ in
buildInputs = with pkgs.buildPackages; [
qemu
gnumake
dtc
expect
dtc
llvmPackages_16.clang
llvmPackages_16.lld
# expect is only needed for CI testing but we include it for
# completeness
expect
];
}

0 comments on commit ff512e3

Please sign in to comment.