let sources = import ./npins; pkgs = import sources.nixpkgs-unstable { }; in pkgs.mkShell { packages = with pkgs; [ npins colmena ]; }