From 3d2575f82c3933dc53c3c29f598bfae947205aef Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 25 Dec 2022 12:25:26 +0100 Subject: [PATCH] legacy/development: remove unstable packages --- legacy/modules/development.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/modules/development.nix b/legacy/modules/development.nix index 48e3a71..429ccf1 100644 --- a/legacy/modules/development.nix +++ b/legacy/modules/development.nix @@ -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