build: adds urcrypt to top-level shell.nix

This commit is contained in:
Joe Bryan 2021-08-19 21:58:41 -04:00
parent 425f164942
commit d0ad97735e

View File

@ -23,7 +23,7 @@ let
#
# Typically the inputs listed here also have a shell.nix in their respective
# source directory you can use, to avoid the Haskell/GHC dependencies.
inputsFrom = with pkgsLocal; [ ent herb urbit ];
inputsFrom = with pkgsLocal; [ ent herb urbit urcrypt ];
# Collect the named attribute from all dependencies listed in inputsFrom.
mergeFrom = name: pkgs.lib.concatLists (pkgs.lib.catAttrs name inputsFrom);