From ff590479eab42d472a9e219a41459f67ee8fcd3d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 1 Aug 2021 05:20:29 -0400 Subject: spine_search --- sundry/spine_search_cgi/shell.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 sundry/spine_search_cgi/shell.nix (limited to 'sundry/spine_search_cgi/shell.nix') diff --git a/sundry/spine_search_cgi/shell.nix b/sundry/spine_search_cgi/shell.nix new file mode 100755 index 0000000..7f37eee --- /dev/null +++ b/sundry/spine_search_cgi/shell.nix @@ -0,0 +1,22 @@ +#!/usr/bin/env -S nix-shell --pure +{ pkgs ? import {} }: +pkgs.mkShell { + buildInputs = with pkgs; [( + with pkgs; [ + nixFlakes + rund + dub + ldc + sqlite + nix-prefetch-git + validatePkgConfig + jq + git + ] + )]; + shellHook = '' + if [[ -e ".envrc" ]]; then + source .envrc + fi + ''; +} -- cgit v1.2.3