mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
crates
This commit is contained in:
parent
08213ec050
commit
4d777ea5a4
7 changed files with 49 additions and 33 deletions
|
|
@ -1,13 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
customPkgs = import ../custom-pkgs/default.nix pkgs;
|
||||
crates = import ../custom-pkgs/crates pkgs;
|
||||
in
|
||||
with pkgs; [
|
||||
bacon
|
||||
bat
|
||||
cargo-cross
|
||||
cargo-expand
|
||||
cargo-mommy
|
||||
cargo-nextest
|
||||
customPkgs.cargo-mommy
|
||||
dig
|
||||
fzf
|
||||
gcc
|
||||
|
|
@ -18,9 +19,12 @@ with pkgs; [
|
|||
htop
|
||||
hyperfine
|
||||
inferno
|
||||
jq
|
||||
p7zip
|
||||
python3
|
||||
ripgrep
|
||||
rustup-toolchain-install-master
|
||||
samply
|
||||
]
|
||||
tokei
|
||||
uwuify
|
||||
] ++ crates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue