nix-derivation: add top-level entry that just has the static executable

This commit is contained in:
Sandro Jäckel 2023-07-02 15:41:21 +02:00
parent 193374f975
commit 62d0b01901
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -39836,6 +39836,7 @@ with pkgs;
nix-delegate = haskell.lib.compose.justStaticExecutables haskellPackages.nix-delegate;
nix-deploy = haskell.lib.compose.justStaticExecutables haskellPackages.nix-deploy;
nix-derivation = haskell.lib.compose.justStaticExecutables haskellPackages.nix-derivation;
nix-diff = haskell.lib.compose.justStaticExecutables haskellPackages.nix-diff;
nix-du = callPackage ../tools/package-management/nix-du {