mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 18:51:22 +02:00
meta: Move dev tools to shell
Avoids having a separate home module just for packages and makes essential tooling accessible in all shells. Note that the legacy `texlive.combined.scheme-full` was replaced with `texliveFull` in this commit.
This commit is contained in:
parent
7587043310
commit
49fda4f0ae
22
home/dev.nix
22
home/dev.nix
@ -1,22 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
nodejs
|
|
||||||
deno
|
|
||||||
|
|
||||||
rustc
|
|
||||||
rustfmt
|
|
||||||
cargo
|
|
||||||
cargo-info
|
|
||||||
cargo-license
|
|
||||||
cargo-feature
|
|
||||||
cargo-tarpaulin
|
|
||||||
cargo-edit
|
|
||||||
bacon
|
|
||||||
clippy
|
|
||||||
|
|
||||||
texlive.combined.scheme-full
|
|
||||||
tectonic
|
|
||||||
];
|
|
||||||
}
|
|
@ -94,6 +94,26 @@ in
|
|||||||
nvd
|
nvd
|
||||||
nix-search-cli
|
nix-search-cli
|
||||||
;
|
;
|
||||||
|
inherit (pkgs)
|
||||||
|
nodejs
|
||||||
|
deno
|
||||||
|
;
|
||||||
|
inherit (pkgs)
|
||||||
|
rustc
|
||||||
|
rustfmt
|
||||||
|
cargo
|
||||||
|
cargo-info
|
||||||
|
cargo-license
|
||||||
|
cargo-feature
|
||||||
|
cargo-tarpaulin
|
||||||
|
cargo-edit
|
||||||
|
bacon
|
||||||
|
clippy
|
||||||
|
;
|
||||||
|
inherit (pkgs)
|
||||||
|
texliveFull
|
||||||
|
tectonic
|
||||||
|
;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user