{ nixpkgs ? import , ... }: let pkgs = nixpkgs { config = {}; }; { set_eq = pkgs.callPackage ./derivation.nix {}; }