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:
commit
3942477d91
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user