Skip to content

Commit

Permalink
Merge pull request #79 from a-kenji/devshells/add-deps
Browse files Browse the repository at this point in the history
devshells: full add vhs
  • Loading branch information
a-kenji authored Jul 22, 2024
2 parents 77553fb + 456a32b commit 3c07ed6
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 3c07ed6

Please sign in to comment.