1 2 3 4 5 6 7
let lib = import <nixpkgs/lib> // builtins // { shell = import ./shell.nix { inherit lib; }; }; in lib