cargo-bisect-rustc

This commit is contained in:
nora 2023-07-02 00:22:42 +02:00
parent e9e1711063
commit b6ef4f0ddf
4 changed files with 124 additions and 1 deletions

View file

@ -6,7 +6,10 @@
, config
, pkgs
, ...
}: {
}:
let customPkgs = import ../custom-pkgs/default.nix pkgs;
in
{
# You can import other home-manager modules here
imports = [
# If you want to use home-manager modules from other flakes (such as nix-colors):
@ -65,6 +68,7 @@
rustup-toolchain-install-master
inferno
gh
customPkgs.cargo-bisect-rustc
];
# Enable home-manager and git