From dd8f119332149a4e3b02dfce79f221f585ca73e1 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 17 Aug 2022 01:31:29 +0200 Subject: Setup nix declarative elm project --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 9518e69..ea1c5bb 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,11 @@ { pkgs ? import { } }: +let + elmProject = pkgs.callPackage ./elm-project-derivation.nix { }; +in pkgs.mkShell { nativeBuildInputs = with pkgs; [ elmPackages.elm elm2nix + elmProject ]; } -- cgit 1.4.1