This commit is contained in:
Robin Appelman 2024-07-28 14:31:52 +02:00
commit e89f5c17f6
2 changed files with 8 additions and 1 deletions

View file

@ -103,7 +103,7 @@
releaseMatrix = buildMatrix releaseTargets;
devShells.default = mkShell {
nativeBuildInputs = with pkgs; [msrvToolchain rustc bacon cargo-msrv cargo-insta];
nativeBuildInputs = with pkgs; [msrvToolchain rustc bacon cargo-msrv cargo-insta samply];
};
}
)