depot/third_party/tvl/users/wpcarro/assessments/dotted-squares/shell.nix

9 lines
130 B
Nix
Raw Normal View History

{ depot, ... }:
depot.users.wpcarro.buildHaskell.shell {
deps = hpkgs: with hpkgs; [
hspec
unordered-containers
];
}