summaryrefslogtreecommitdiff
path: root/northwoods/shell.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-11-19 13:00:30 -0500
committerBen Sima <ben@bsima.me>2022-11-19 13:00:30 -0500
commit6100600fbf7d86218a71d735b2c08a61a520c02a (patch)
tree7dd9429cfbc9b8c63bb803045831484b8e1c0fff /northwoods/shell.nix
parent49f60c2f36202fcdceb99e0ddf656681afa902d1 (diff)
add northwoods testHEADmaster
Diffstat (limited to 'northwoods/shell.nix')
-rw-r--r--northwoods/shell.nix5
1 files changed, 5 insertions, 0 deletions
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 <nixpkgs> {};
+mkShell {
+ name = "guile env";
+ buildInputs = [ pkgs.guile_3_0 ];
+}