# Function that takes default buildFHSEnv arguments and returns modified arguments
customizeFHSEnv?args:args,
}:
stdenv.mkDerivation(
@@ -77,7 +82,8 @@ stdenv.mkDerivation (
{
additionalPkgs?pkgs:[],
}:
buildFHSEnv{
let
defaultArgs={
# also determines the name of the wrapped command
pname=executableName;
inheritversion;
@@ -153,6 +159,9 @@ stdenv.mkDerivation (
description="Wrapped variant of ${pname} which launches in a FHS compatible environment, should allow for easy usage of extensions without nix-specific modifications";