main
1{pkgs ? import <nixpkgs> {}}:
2pkgs.mkShellNoCC {
3  packages = with pkgs; [
4    nurl
5  ];
6}