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 841a0cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nix/devshells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ _: {
];
};
full = pkgs.mkShellNoCC {
inputsFrom = [
self'.packages.default
self'.devShells.default
];
inputsFrom = [ self'.devShells.default ];
packages = [
pkgs.cargo-deny
pkgs.cargo-mutants
pkgs.cargo-tarpaulin
pkgs.vhs
];
};
};
Expand Down

0 comments on commit 841a0cd

Please sign in to comment.