We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d74495 + 850329d commit fbe2940Copy full SHA for fbe2940
packaging/everything.nix
@@ -93,6 +93,7 @@ let
93
libs = throw "`nix.dev.libs` is not meant to be used; use `nix.libs` instead.";
94
};
95
meta = {
96
+ mainProgram = "nix";
97
pkgConfigModules = [
98
"nix-cmd"
99
"nix-expr"
src/nix/package.nix
@@ -103,6 +103,7 @@ mkMesonExecutable (finalAttrs: {
103
];
104
105
106
107
platforms = lib.platforms.unix ++ lib.platforms.windows;
108
109
0 commit comments