mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
cargo-bisect-rustc
This commit is contained in:
parent
e9e1711063
commit
b6ef4f0ddf
4 changed files with 124 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue