git.fiddlerwoaroof.com
default.nix
ab0e7aa9
 {pkgs ? import <nixpkgs> {
56af6d13
   inherit system;
02956ef4
 },
 system ? builtins.currentSystem,
 nodejs ? pkgs."nodejs-12_x"
  }:
ab0e7aa9
 
 let
02956ef4
   buildInputs =  [pkgs.dhall pkgs.dhall-json];
56af6d13
   it = import ./project.nix {
     inherit pkgs system nodejs;
     globalBuildInputs = buildInputs;
ab0e7aa9
   };
56af6d13
 in it.dev