Skip to content

Commit a23bde4

Browse files
committed
Update Nix conf
1 parent d500520 commit a23bde4

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ rustPlatform.buildRustPackage rec {
99
cargoLock = { lockFile = ./Cargo.lock; };
1010

1111
nativeBuildInputs = [ pkg-config ];
12-
buildInputs = [ ] ++ lib.optionals darwin.apple_sdk.stdenv.isDarwin [
13-
darwin.apple_sdk.frameworks.SystemConfiguration
14-
darwin.apple_sdk.frameworks.CoreServices
15-
darwin.apple_sdk.frameworks.Security
16-
];
1712

1813
meta = with lib; {
1914
description = "ateam: The tool that helps optimize the code review process";

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
cargo-dist
3737
cargo-release
3838
clippy
39+
rust-analyzer
3940
] ++ ateam.buildInputs;
4041
};
4142
});

0 commit comments

Comments
 (0)