mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
shells: reformat with nixpkgs-fmt
This commit is contained in:
parent
1aa4741ee6
commit
63b2decb36
@ -1,7 +1,14 @@
|
|||||||
# My custom shell for developing Flatpak manifests.
|
# My custom shell for developing Flatpak manifests.
|
||||||
# This is not suitable outside of NixOS, unfortunately.
|
# This is not suitable outside of NixOS, unfortunately.
|
||||||
{ mkShell, lib, diffoscope, flatpak-builder, editorconfig-checker
|
{ mkShell
|
||||||
, editorconfig-core-c, git, dasel }:
|
, lib
|
||||||
|
, diffoscope
|
||||||
|
, flatpak-builder
|
||||||
|
, editorconfig-checker
|
||||||
|
, editorconfig-core-c
|
||||||
|
, git
|
||||||
|
, dasel
|
||||||
|
}:
|
||||||
|
|
||||||
mkShell {
|
mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
|
@ -3,7 +3,18 @@
|
|||||||
# projects.
|
# projects.
|
||||||
#
|
#
|
||||||
# These include toolkits for C, Rust, and GNOME JavaScript.
|
# 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 {
|
mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
|
@ -4,7 +4,19 @@
|
|||||||
# It's a good thing they have documented the full details in one of their
|
# It's a good thing they have documented the full details in one of their
|
||||||
# manuals at
|
# manuals at
|
||||||
# https://www.gnu.org/software/automake/manual/html_node/GNU-Build-System.html
|
# 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 {
|
mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
|
@ -1,6 +1,15 @@
|
|||||||
# This is just for a quick development setup. Otherwise, I recommend
|
# This is just for a quick development setup. Otherwise, I recommend
|
||||||
# to use the `rust` template from `nixpkgs` or whatever you prefer.
|
# 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 {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user