Skip to content

Commit

Permalink
devshells: full add vhs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Jul 22, 2024
1 parent 77553fb commit 456a32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/devshells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ _: {
};
full = pkgs.mkShellNoCC {
inputsFrom = [
self'.packages.default
self'.devShells.default
];
packages = [
pkgs.cargo-deny
pkgs.cargo-mutants
pkgs.cargo-tarpaulin
pkgs.vhs
];
};
};
Expand Down

0 comments on commit 456a32b

Please sign in to comment.