diff options
author | Ben Sima <ben@bsima.me> | 2022-11-19 13:00:30 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-11-19 13:00:30 -0500 |
commit | 6100600fbf7d86218a71d735b2c08a61a520c02a (patch) | |
tree | 7dd9429cfbc9b8c63bb803045831484b8e1c0fff /northwoods/shell.nix | |
parent | 49f60c2f36202fcdceb99e0ddf656681afa902d1 (diff) |
Diffstat (limited to 'northwoods/shell.nix')
-rw-r--r-- | northwoods/shell.nix | 5 |
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 ]; +} |