pkgs/lib/default.nix (
6
lines of code) (
raw
):
{ pkgs }: let update = import ./update.nix { inherit pkgs; }; in { inherit update; } // update