aboutsummaryrefslogtreecommitdiffstats
path: root/csc/shell.nix
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-06-21 20:14:45 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-06-21 20:14:45 -0700
commit84f35b4a539368fcb745118e87c4f59c629f193c (patch)
tree1810ad008ceffb12ef6699abb049c24dd6e68b22 /csc/shell.nix
parentMore progress on CPS. (diff)
downloadchromatopelma-84f35b4a539368fcb745118e87c4f59c629f193c.tar.zst
Add shell.nix.
Diffstat (limited to 'csc/shell.nix')
-rw-r--r--csc/shell.nix5
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 ];
+}