tvl-depot/website/sandbox/shift-time/shell.nix

9 lines
142 B
Nix
Raw Normal View History

let
briefcase = import /home/wpcarro/briefcase {};
in briefcase.buildHaskell.shell {
deps = hpkgs: with hpkgs; [
hspec
rio
];
}