about summary refs log tree commit diff
path: root/users/wpcarro/haskell-file/shell.nix
{ depot, ... }:

depot.users.wpcarro.buildHaskell.shell {
  deps = hpkgs: [ ];
}