Skip to content

Commit

Permalink
Fix dev shell not containing zig
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed May 13, 2024
1 parent 169d577 commit e275a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tinyboot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ stdenv.mkDerivation {
];
};

depsBuildBuild = [
nativeBuildInputs = [
(pkgsBuildBuild.zig_0_12.overrideAttrs (old: {
src = zigSrc;
}))
xz
];
nativeBuildInputs = [ xz ];

doCheck = true;

Expand Down

0 comments on commit e275a25

Please sign in to comment.