Skip to content

Commit

Permalink
fix: pass nativeBuildInputs to devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Apr 17, 2024
1 parent 5bf77e5 commit 28445d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ in
] ++ config.rust-project.crane.args.buildInputs;
packages = [
toolchain
];
] ++ config.rust-project.crane.args.nativeBuildInputs;
};
in
{
Expand Down

0 comments on commit 28445d6

Please sign in to comment.