athens/shell.nix
2021-04-26 20:28:47 -04:00

7 lines
102 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
name = "athens";
buildInputs = [ pkgs.morph ];
}