Skip to content

Commit

Permalink
Merge pull request NixOS#11863 from DeterminateSystems/restore-nix-pa…
Browse files Browse the repository at this point in the history
…ckage

Provide a "nix" package again
  • Loading branch information
roberth authored Nov 12, 2024
2 parents 2e2198f + 06769eb commit 14edb78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@
# for which we don't apply the full build matrix such as cross or static.
inherit (nixpkgsFor.${system}.native)
changelog-d;
default = self.packages.${system}.nix;
# TODO probably should be `nix-cli`
default = self.packages.${system}.nix-everything;
nix = self.packages.${system}.nix-everything;
nix-manual = nixpkgsFor.${system}.native.nixComponents.nix-manual;
nix-internal-api-docs = nixpkgsFor.${system}.native.nixComponents.nix-internal-api-docs;
nix-external-api-docs = nixpkgsFor.${system}.native.nixComponents.nix-external-api-docs;
Expand Down
2 changes: 2 additions & 0 deletions packaging/everything.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
nix-functional-tests
];
passthru = prevAttrs.passthru // {
inherit (nix-cli) version;

/**
These are the libraries that are part of the Nix project. They are used
by the Nix CLI and other tools.
Expand Down

0 comments on commit 14edb78

Please sign in to comment.