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 808e490 + 97663d8 commit 1ea27e7Copy full SHA for 1ea27e7
package.nix
@@ -1,10 +1,8 @@
1
{
2
- stdenv,
3
lib,
4
rustPlatform,
5
installShellFiles,
6
makeBinaryWrapper,
7
- darwin,
8
nvd,
9
use-nom ? true,
10
nix-output-monitor ? null,
@@ -37,8 +35,6 @@ rustPlatform.buildRustPackage {
37
35
makeBinaryWrapper
38
36
];
39
40
- buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
41
-
42
postInstall = ''
43
mkdir completions
44
shell.nix
@@ -19,7 +19,6 @@ mkShell {
19
20
21
buildInputs = lib.optionals stdenv.isDarwin [
22
- darwin.apple_sdk.frameworks.SystemConfiguration
23
libiconv
24
25
0 commit comments