# 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; }, }: pkgs.callPackage ./package.nix { inherit craneLib; }