Skip to content

Commit

Permalink
Ensure zig is in devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Jun 18, 2024
1 parent fa59bff commit d9e6245
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/tinyboot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ stdenv.mkDerivation (

strictDeps = true;

depsBuildBuild = [ pkgsBuildBuild.zig_0_12.hook ];
nativeBuildInputs = lib.optionals withLoader [ xz ] ++ lib.optionals withTools [ pkg-config ];
nativeBuildInputs = [
pkgsBuildBuild.zig_0_12.hook
] ++ lib.optionals withLoader [ xz ] ++ lib.optionals withTools [ pkg-config ];
buildInputs = lib.optionals withTools [ openssl ];

doCheck = true;
Expand Down

0 comments on commit d9e6245

Please sign in to comment.