Initial commit
1 file changed, 8 insertions(+), 0 deletions(-)
changed files
A shell.nix
@@ -0,0 +1,8 @@ +{ pkgs ? (import <nixpkgs> { }) }: +pkgs.mkShell { + packages = with pkgs; [ + dnscontrol + xh + nodePackages.prettier + ]; +}