diff options
Diffstat (limited to 'shell.nix')
| -rwxr-xr-x | shell.nix | 31 |
1 files changed, 3 insertions, 28 deletions
@@ -1,42 +1,17 @@ -#!/usr/bin/env -S nix-shell --pure -#!nix-shell -i bash {pkgs-nix ? import <nixpkgs> {}}: with pkgs-nix; mkShell { buildInputs = [ - # ❯❯❯ nix_related - #nix + # nix workflow direnv nix-direnv - nixVersions.latest #nixVersions.latest #nixVersions.git nix-prefetch-git - validatePkgConfig nix-output-monitor nix-tree - jq #gx - #nixfmt-rfc-style + jq git - # ❯❯❯ dev + # project build gnumake - ps - # ❯❯❯ d_build_related - # ❯❯ package manager - #dub - # ❯❯ compiler - #dmd - #ldc - #rund - # ❯❯ linker - #lld - #mold - # ❯❯ builder - #ninja - #meson - # ❯❯❯ sqlite search related sqlite - # ❯❯❯ tools - #aria #wget #curl ]; - shellHook = '' - ''; } |
