Merge pull request #241110 from SuperSandro2000/nix-derivation-top-level

nix-derivation: add top-level entry that just has the static executable
This commit is contained in:
figsoda 2023-07-02 10:59:43 -04:00 committed by GitHub
commit 3942477d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39857,6 +39857,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 {