From 7209e6f2798c70333e115d86c631a34f19b20be5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 13 Sep 2021 07:20:36 +0800 Subject: [PATCH] flake: add cargo-xbuild to dev environment --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 69e07baa7..2dd3ba9e2 100644 --- a/flake.nix +++ b/flake.nix @@ -327,6 +327,7 @@ (pkgs.python3.withPackages(ps: with packages.x86_64-linux; [ migen misoc artiq ps.paramiko ])) rustPlatform.rust.rustc rustPlatform.rust.cargo + cargo-xbuild pkgs.llvmPackages_11.clang-unwrapped pkgs.llvm_11 pkgs.lld_11