diff options
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 ]; +} |