mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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; [
|
||||
# rust
|
||||
unstable.cargo
|
||||
unstable.clippy # lint
|
||||
cargo
|
||||
clippy # lint
|
||||
cargo-flamegraph
|
||||
cargo-outdated
|
||||
rustfmt
|
||||
unstable.rustc
|
||||
rustc
|
||||
# general
|
||||
clang
|
||||
cloc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue