diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-06-21 20:14:45 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-06-21 20:14:45 -0700 |
| commit | 84f35b4a539368fcb745118e87c4f59c629f193c (patch) | |
| tree | 1810ad008ceffb12ef6699abb049c24dd6e68b22 | |
| parent | More progress on CPS. (diff) | |
| download | chromatopelma-84f35b4a539368fcb745118e87c4f59c629f193c.tar.zst | |
Add shell.nix.
| -rw-r--r-- | csc/shell.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 <nixpkgs> {} }: +with pkgs; +mkShell { + nativeBuildInputs = [ guile_3_0 gnumake ]; +} |
