From 2fa37a5a7219870c643fa93e05f8ce8641cd2905 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 15 Apr 2022 20:50:19 +0800 Subject: [PATCH] shells/gnome: fix dependency names --- shells/gnome.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shells/gnome.nix b/shells/gnome.nix index 51337c4f..c1efe4c5 100644 --- a/shells/gnome.nix +++ b/shells/gnome.nix @@ -15,8 +15,8 @@ mkShell { libadwaita # The co-star of the show. # When Rust and GTK go together... - rustPlatform.cargo - rustPlatform.rustc + rustPlatform.rust.cargo + rustPlatform.rust.rustc # Creating desktop applications with JavaScript without Electron! nodePackages.typescript