From 74f78edc9dd6590e1c01e27b39083ea838ecb976 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 10 Apr 2023 16:36:59 -0400 Subject: nix org cleaning - including run of alejandra nix formater --- shell.nix | 128 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 68 insertions(+), 60 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 92dd067..72f6984 100755 --- a/shell.nix +++ b/shell.nix @@ -1,66 +1,74 @@ #!/usr/bin/env -S nix-shell --pure #!nix-shell -i bash -{ pkgs ? import {} }: +{pkgs ? import {}}: with pkgs; -mkShell { - buildInputs = [ - # ❯❯❯ nix_related - # direnv - # nixVersions.unstable #nixFlakes - # nix-prefetch-git - # validatePkgConfig - # nix-tree jq nix-output-monitor - # git - # ps - # ❯❯❯ d_build_related - # ❯❯ package manager - # dub - # ❯❯ compiler - # ldc - # rund - # ❯❯ linker - # #lld - # #mold - # ❯❯ builder - # #ninja - # #meson - # ❯❯❯ sqlite search related - #sqlite - # ❯❯❯ pdf_latex_related - # source-sans-pro - # source-serif-pro - # source-code-pro - # texlive.combined.scheme-full - # ❯❯❯ xml_and_epub_related - # libxml2 - # html-tidy - # xmlstarlet - # epubcheck - # ebook_tools - # epr - # sigil - # calibre #(suite includes: ebook-viewer) - # foliate - # ❯❯❯ i18n translation related - # perl534Packages.Po4a - ]; - shellHook = '' - nix flake update - nix flake check - nix flake show - echo ' - shell.nix echo ❯❯ + mkShell { + buildInputs = [ + # ❯❯❯ nix_related + ##nix + #direnv + #nixVersions.unstable #nixFlakes + #nix-prefetch-git + #validatePkgConfig + nix-output-monitor + #nix-tree + #jq + #alejandra + #git + # ❯❯❯ dev + #gnumake + #ps + # ❯❯❯ d_build_related + # ❯❯ package manager + #dub + # ❯❯ compiler + #ldc + ##rund + # ❯❯ linker + ##lld + ##mold + # ❯❯ builder + ##ninja + ##meson + # ❯❯❯ sqlite search related + #sqlite + # ❯❯❯ pdf_latex_related + # source-sans-pro + # source-serif-pro + # source-code-pro + # texlive.combined.scheme-full + # ❯❯❯ xml_and_epub_related + # libxml2 + # html-tidy + # xmlstarlet + # epubcheck + # ebook_tools + # epr + # sigil + # calibre #(suite includes: ebook-viewer) + # foliate + # ❯❯❯ i18n translation related + # perl534Packages.Po4a + ]; + shellHook = '' + nix flake update + nix flake check + nix flake show + echo ' + shell.nix echo ❯❯ - ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c zsh + ❯❯ nix flake update && nix flake check --show-trace && nix flake show && nix develop ".#devShell" -c zsh - ❯❯ nix develop - ❯❯ nix develop -c zsh + ❯❯ nix develop + ❯❯ nix develop -c zsh - ❯❯ nix build - ❯❯ nix build ".#default" --print-build-logs - ❯❯ nix build ".#spine-dmd" --print-build-logs |& nom - ❯❯ nix build ".#spine-ldc" --print-build-logs |& nom - ❯❯ nix build ".#spine-gdc" --print-build-logs |& nom - ' - ''; -} + ❯❯ nix build + ❯❯ nix build ".#default" --print-build-logs + ❯❯ nix build ".#spine-dmd" --print-build-logs |& nom + ❯❯ nix build ".#spine-ldc" --print-build-logs |& nom + ❯❯ nix build ".#spine-gdc" --print-build-logs |& nom + + ❯❯ nix profile install . + ' + ''; + } -- cgit v1.2.3