mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
nix-{delegate,deploy,diff}: add top-level attributes, static
This commit is contained in:
parent
10c6439a89
commit
45ade8df37
@ -19635,6 +19635,10 @@ with pkgs;
|
||||
|
||||
nix-bundle = callPackage ../tools/package-management/nix-bundle { nix = nixUnstable; };
|
||||
|
||||
nix-delegate = haskell.lib.justStaticExecutables haskellPackages.nix-delegate;
|
||||
nix-deploy = haskell.lib.justStaticExecutables haskellPackages.nix-deploy;
|
||||
nix-diff = haskell.lib.justStaticExecutables haskellPackages.nix-diff;
|
||||
|
||||
nix-info = callPackage ../tools/nix/info { };
|
||||
nix-info-tested = callPackage ../tools/nix/info { doCheck = true; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user