Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 14edb78

Browse files
authored
Merge pull request NixOS#11863 from DeterminateSystems/restore-nix-package
Provide a "nix" package again
2 parents 2e2198f + 06769eb commit 14edb78

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,9 @@
218218
# for which we don't apply the full build matrix such as cross or static.
219219
inherit (nixpkgsFor.${system}.native)
220220
changelog-d;
221+
default = self.packages.${system}.nix;
221222
# TODO probably should be `nix-cli`
222-
default = self.packages.${system}.nix-everything;
223+
nix = self.packages.${system}.nix-everything;
223224
nix-manual = nixpkgsFor.${system}.native.nixComponents.nix-manual;
224225
nix-internal-api-docs = nixpkgsFor.${system}.native.nixComponents.nix-internal-api-docs;
225226
nix-external-api-docs = nixpkgsFor.${system}.native.nixComponents.nix-external-api-docs;

packaging/everything.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
nix-functional-tests
9696
];
9797
passthru = prevAttrs.passthru // {
98+
inherit (nix-cli) version;
99+
98100
/**
99101
These are the libraries that are part of the Nix project. They are used
100102
by the Nix CLI and other tools.

0 commit comments

Comments
 (0)