athens/shell.nix
2021-03-07 17:49:50 -05:00

7 lines
91 B
Nix

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