Skip to content

Commit

Permalink
Make the default package point to the old build
Browse files Browse the repository at this point in the history
There are some differences that are causing issues, like the fact that
nix-ng doesn't have a version attribute.
  • Loading branch information
edolstra committed Nov 12, 2024
1 parent 5c5a737 commit 3e883b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
# 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-ng;
default = self.packages.${system}.nix;
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

0 comments on commit 3e883b9

Please sign in to comment.