Skip to content

Commit 1ea27e7

Browse files
authored
Merge pull request #300 from khaneliman/darwin
{package,shell}: remove darwin stubs
2 parents 808e490 + 97663d8 commit 1ea27e7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

package.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
2-
stdenv,
32
lib,
43
rustPlatform,
54
installShellFiles,
65
makeBinaryWrapper,
7-
darwin,
86
nvd,
97
use-nom ? true,
108
nix-output-monitor ? null,
@@ -37,8 +35,6 @@ rustPlatform.buildRustPackage {
3735
makeBinaryWrapper
3836
];
3937

40-
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
41-
4238
postInstall = ''
4339
mkdir completions
4440

shell.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ mkShell {
1919
];
2020

2121
buildInputs = lib.optionals stdenv.isDarwin [
22-
darwin.apple_sdk.frameworks.SystemConfiguration
2322
libiconv
2423
];
2524

0 commit comments

Comments
 (0)