From 5334f48a7be29fa85266ca4bdc8cf427eca88ff0 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 9 Feb 2023 21:41:51 -0500 Subject: nixify, enable nix install sisu for use here - enable nix install sisu for use on document samples --- shell.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100755 index 0000000..ad4bd50 --- /dev/null +++ b/shell.nix @@ -0,0 +1,24 @@ +#!/usr/bin/env -S nix-shell --pure +#!nix-shell -i bash +{ pkgs ? import {} }: +let +in pkgs.mkShell { + buildInputs = with pkgs; [ + nix + bundler + bundix + #ruby + #rubyPackages.rake + #rubyPackages.sqlite3 + #rubyPackages.thor + ruby_3_1 + rubyPackages_3_1.rake + rubyPackages_3_1.sqlite3 + rubyPackages_3_1.thor + sqlite + unzip + xz + zip + #texlive-combined-full + ]; +} -- cgit v1.2.3