# Unlocked version. For locked inputs, use the flake. { pkgs ? import { }, craneLib ? let crane = fetchGit { url = "https://github.com/ipetkov/crane"; }; in import crane { inherit pkgs; }, git-point ? pkgs.callPackage ./package.nix { inherit craneLib; }, }: pkgs.callPackage git-point.mkDevShell { self = git-point; }