From 2636c90a5ed7b970469dd31a9be68a683219d79b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 22 Jun 2024 17:07:31 +0200 Subject: Initial commit --- shell.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..4cf1d9a --- /dev/null +++ b/shell.nix @@ -0,0 +1,8 @@ +{ pkgs ? (import { }) }: +pkgs.mkShell { + packages = with pkgs; [ + dnscontrol + xh + nodePackages.prettier + ]; +} -- cgit 1.4.1