tvl-depot/website/sandbox/learnpianochords/shell.nix

10 lines
172 B
Nix
Raw Normal View History

let
pkgs = import /home/wpcarro/nixpkgs {};
in pkgs.mkShell {
buildInputs = with pkgs; [
elmPackages.elm
elmPackages.elm-format
elmPackages.elm-live
];
}