mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
legacy/development: remove unstable packages
This commit is contained in:
parent
cac1105884
commit
3d2575f82c
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# rust
|
# rust
|
||||||
unstable.cargo
|
cargo
|
||||||
unstable.clippy # lint
|
clippy # lint
|
||||||
cargo-flamegraph
|
cargo-flamegraph
|
||||||
cargo-outdated
|
cargo-outdated
|
||||||
rustfmt
|
rustfmt
|
||||||
unstable.rustc
|
rustc
|
||||||
# general
|
# general
|
||||||
clang
|
clang
|
||||||
cloc
|
cloc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue