about summary refs log tree commit diff
path: root/website/sandbox/chord-drill-sergeant/shell.nix
blob: 30061e65f9d57a692f25ee9fecdc9e548a3f26be (plain) (blame)
1
2
3
4
5
6
7
let
  pkgs = import <nixpkgs> {};
in pkgs.mkShell {
  buildInputs = with pkgs; [
    elmPackages.elm
  ];
}