From c4f6c86999ec8fe3b610ac269a121c9fa424daf5 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 23 Oct 2021 19:49:43 -0400 Subject: dlang dub & nix build related, includes dep update - nix-shell --pure - nix-build - dub build --compiler=ldc2 --build=release --force --- shell.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 48b87d1..0ac55ea 100755 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,8 @@ #!/usr/bin/env -S nix-shell --pure { pkgs ? import {} }: -pkgs.mkShell { - buildInputs = with pkgs; [ +with pkgs; +mkShell { + buildInputs = [ # nix_related nixFlakes nix-prefetch-git @@ -13,11 +14,8 @@ pkgs.mkShell { dub ldc #meson - # candy - starship - # # search_sqlite_related - # # search related - # sqlite + # search related + sqlite # # pdf_latex_related # source-sans-pro # source-serif-pro @@ -33,6 +31,8 @@ pkgs.mkShell { # sigil # calibre # (ebook-viewer) # foliate + # candy + starship ]; shellHook = '' if [[ -e ".envrc" ]]; then -- cgit v1.2.3