From 160266b2db6b9a41249fc34eb43849b7129b57b1 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 29 Jun 2023 13:54:10 +0800 Subject: [PATCH] shells/gnome: make package attributes up-to-date --- shells/gnome.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/shells/gnome.nix b/shells/gnome.nix index 044f2115..6050dcb3 100644 --- a/shells/gnome.nix +++ b/shells/gnome.nix @@ -11,8 +11,7 @@ , libadwaita , gjs , pkg-config -, rustPlatform -, nodePackages + , blueprint-compiler , desktop-file-utils , librsvg @@ -26,6 +25,12 @@ , glib-networking , glib-testing , libsoup_3 + +, nodePackages + +# Rust +, cargo +, rustc }: mkShell { @@ -58,8 +63,8 @@ mkShell { libsoup_3 # When Rust and GTK go together... - rustPlatform.rust.cargo - rustPlatform.rust.rustc + cargo + rustc # Creating desktop applications with JavaScript without Electron! nodePackages.typescript