1 2 3 4 5 6 7 8 9
{ nixpkgs ? import <nixpkgs>, ... }: let pkgs = nixpkgs { config = {}; }; in { set_eq = pkgs.callPackage ./derivation.nix {}; }