cargo-workspace2: change repository link

wip/yesman
Katharina Fey 3 years ago
parent 12a35f8969
commit 837a0ca643
Signed by: kookie
GPG Key ID: 90734A9E619C8A6C
  1. 4
      development/tools/cargo-workspace2/Cargo.toml
  2. 9
      development/tools/cargo-workspace2/shell.nix

@ -1,10 +1,10 @@
[package]
name = "cargo-workspace2"
version = "0.2.1"
version = "0.2.2"
description = "A tool to query and manage complex cargo workspaces"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
documentation = "https://docs.rs/cargo-workspace2"
repository = "https://git.open-communication.net/spacekookie/cargo-workspace2"
repository = "https://dev.spacekookie.de/kookie/nomicon/src/development/tools/cargo-workspace2"
license = "GPL-3.0-or-later"
edition = "2018"

@ -1,9 +1,8 @@
with import <nixpkgs> {
config.android_sdk.accept_license = true;
config.allowUnfree = true;
};
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "cargo-workspace2";
buildInputs = with pkgs; [ clangStdenv ];
buildInputs = with pkgs; [
rustc cargo clangStdenv rust-analyzer rustfmt
];
}

Loading…
Cancel
Save