From cd5c9930afd91779d79e86ae1bb2924046dfbdee Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 17 Aug 2022 01:10:37 +0200 Subject: Setup nix dev environment --- shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..9518e69 --- /dev/null +++ b/shell.nix @@ -0,0 +1,7 @@ +{ pkgs ? import { } }: +pkgs.mkShell { + nativeBuildInputs = with pkgs; [ + elmPackages.elm + elm2nix + ]; +} -- cgit 1.4.1