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
|
, libadwaita
|
||||||
, gjs
|
, gjs
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, rustPlatform
|
|
||||||
, nodePackages
|
|
||||||
, blueprint-compiler
|
, blueprint-compiler
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, librsvg
|
, librsvg
|
||||||
@ -26,6 +25,12 @@
|
|||||||
, glib-networking
|
, glib-networking
|
||||||
, glib-testing
|
, glib-testing
|
||||||
, libsoup_3
|
, libsoup_3
|
||||||
|
|
||||||
|
, nodePackages
|
||||||
|
|
||||||
|
# Rust
|
||||||
|
, cargo
|
||||||
|
, rustc
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
@ -58,8 +63,8 @@ mkShell {
|
|||||||
libsoup_3
|
libsoup_3
|
||||||
|
|
||||||
# When Rust and GTK go together...
|
# When Rust and GTK go together...
|
||||||
rustPlatform.rust.cargo
|
cargo
|
||||||
rustPlatform.rust.rustc
|
rustc
|
||||||
|
|
||||||
# Creating desktop applications with JavaScript without Electron!
|
# Creating desktop applications with JavaScript without Electron!
|
||||||
nodePackages.typescript
|
nodePackages.typescript
|
||||||
|
Loading…
Reference in New Issue
Block a user