aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-03-09 21:19:53 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-03-09 21:19:53 +0100
commitd34f9be764e86653b7ddb67129385672978aecf4 (patch)
tree459f326d08f0daf8f379f1fe4c79e7bc2aa0d78e /development
parentbb5f28a3db3d798270b26f428da7239c6060437a (diff)
Cleaning up build files
Diffstat (limited to 'development')
-rw-r--r--development/libs/atomptr/shell.nix2
-rw-r--r--development/tools/cargo-workspace2/Cargo.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/development/libs/atomptr/shell.nix b/development/libs/atomptr/shell.nix
index 3a13912055f1..e67364bbd946 100644
--- a/development/libs/atomptr/shell.nix
+++ b/development/libs/atomptr/shell.nix
@@ -3,6 +3,6 @@ with import <nixpkgs> {};
stdenv.mkDerivation {
name = "atomicptr";
buildInputs = with pkgs; [
- rustracer rustup clangStdenv
+ rustc cargo rust-analyzer rustfmt
];
}
diff --git a/development/tools/cargo-workspace2/Cargo.lock b/development/tools/cargo-workspace2/Cargo.lock
index 3b59ec93405b..f538b4834e26 100644
--- a/development/tools/cargo-workspace2/Cargo.lock
+++ b/development/tools/cargo-workspace2/Cargo.lock
@@ -20,7 +20,7 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "cargo-workspace2"
-version = "0.2.1"
+version = "0.2.2"
dependencies = [
"semver",
"textwrap",