~ehmry/sigil

255eb65ef12240ae46766c95fb965c9d6d60a6a8 — Emery Hemingway 11 months ago 9a98437 sculpt
WiP! sculptUtils
1 files changed, 2 insertions(+), 0 deletions(-)

M overlay/default.nix
M overlay/default.nix => overlay/default.nix +2 -0
@@ 262,6 262,8 @@ in nullPkgs // {
    popt = null;
  } (overrideAttrsHost (_: { outputs = [ "out" "man" ]; }) rsync);

  sculptUtils = callPackage ./sculpt-utils.nix { };

  solo5-tools = callPackage ./solo5-tools { };

  stdenv = if prev.stdenv.hostPlatform.isGenode then