diff --git a/shells/flatpak.nix b/shells/flatpak.nix index f699eecb..2551cc3a 100644 --- a/shells/flatpak.nix +++ b/shells/flatpak.nix @@ -1,7 +1,14 @@ # My custom shell for developing Flatpak manifests. # This is not suitable outside of NixOS, unfortunately. -{ mkShell, lib, diffoscope, flatpak-builder, editorconfig-checker -, editorconfig-core-c, git, dasel }: +{ mkShell +, lib +, diffoscope +, flatpak-builder +, editorconfig-checker +, editorconfig-core-c +, git +, dasel +}: mkShell { packages = [ diff --git a/shells/gnome.nix b/shells/gnome.nix index c1efe4c5..66ad19d3 100644 --- a/shells/gnome.nix +++ b/shells/gnome.nix @@ -3,7 +3,18 @@ # projects. # # These include toolkits for C, Rust, and GNOME JavaScript. -{ mkShell, cmake, meson, ninja, gtk4, libadwaita, gjs, pkg-config, rustPlatform, nodePackages, blueprint-compiler }: +{ mkShell +, cmake +, meson +, ninja +, gtk4 +, libadwaita +, gjs +, pkg-config +, rustPlatform +, nodePackages +, blueprint-compiler +}: mkShell { packages = [ diff --git a/shells/gnu.nix b/shells/gnu.nix index 55347da3..2e6afe79 100644 --- a/shells/gnu.nix +++ b/shells/gnu.nix @@ -4,7 +4,19 @@ # It's a good thing they have documented the full details in one of their # manuals at # https://www.gnu.org/software/automake/manual/html_node/GNU-Build-System.html -{ mkShell, lib, autoconf, autoconf-archive, automake, gnumake, gcc, gettext, coreutils, pkg-config, help2man, texinfo }: +{ mkShell +, lib +, autoconf +, autoconf-archive +, automake +, gnumake +, gcc +, gettext +, coreutils +, pkg-config +, help2man +, texinfo +}: mkShell { packages = [ diff --git a/shells/rust.nix b/shells/rust.nix index 82034cd4..e8049cab 100644 --- a/shells/rust.nix +++ b/shells/rust.nix @@ -1,6 +1,15 @@ # This is just for a quick development setup. Otherwise, I recommend # to use the `rust` template from `nixpkgs` or whatever you prefer. -{ mkShell, openssl, pkgconfig, cargo, rustc, rustfmt, rust-analyzer, rustPackages, rustPlatform }: +{ mkShell +, openssl +, pkgconfig +, cargo +, rustc +, rustfmt +, rust-analyzer +, rustPackages +, rustPlatform +}: mkShell { buildInputs = [