From 84f35b4a539368fcb745118e87c4f59c629f193c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 21 Jun 2022 20:14:45 -0700 Subject: Add shell.nix. --- csc/shell.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 csc/shell.nix (limited to 'csc/shell.nix') diff --git a/csc/shell.nix b/csc/shell.nix new file mode 100644 index 0000000..7e67a41 --- /dev/null +++ b/csc/shell.nix @@ -0,0 +1,5 @@ +{ pkgs ? import {} }: +with pkgs; +mkShell { + nativeBuildInputs = [ guile_3_0 gnumake ]; +} -- cgit v1.3.1