about summary refs log tree commit diff
path: root/tools/website-blocker/shell.nix
blob: d82e0feda4667c1b44aead91e4da992508aac8eb (plain) (blame)
1
2
3
4
5
6
7
8
let
  pkgs = import <unstable> {};
in pkgs.mkShell {
  buildInputs = with pkgs; [
    ghc
    haskellPackages.time
  ];
}