From 9287815cd235973a81cd92e7039bc5c017279537 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sun, 9 Feb 2025 23:57:47 +0100 Subject: [PATCH] Fixed packages --- shell-modules/languages/rust.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-modules/languages/rust.nix b/shell-modules/languages/rust.nix index 5663dba..7e87c5f 100644 --- a/shell-modules/languages/rust.nix +++ b/shell-modules/languages/rust.nix @@ -17,7 +17,7 @@ in }; config = mkIf config.rust.enable { - packages = [ + packages = with pkgs; [ bacon evcxr cargo