mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
shells/gnome: make package attributes up-to-date
This commit is contained in:
parent
e95927c83b
commit
160266b2db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user