From 6100600fbf7d86218a71d735b2c08a61a520c02a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 19 Nov 2022 13:00:30 -0500 Subject: add northwoods test --- northwoods/shell.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 northwoods/shell.nix (limited to 'northwoods/shell.nix') diff --git a/northwoods/shell.nix b/northwoods/shell.nix new file mode 100644 index 0000000..cae47b1 --- /dev/null +++ b/northwoods/shell.nix @@ -0,0 +1,5 @@ +with import {}; +mkShell { + name = "guile env"; + buildInputs = [ pkgs.guile_3_0 ]; +} -- cgit v1.2.3