aboutsummaryrefslogtreecommitdiffstats
path: root/csc/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'csc/shell.nix')
-rw-r--r--csc/shell.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/csc/shell.nix b/csc/shell.nix
deleted file mode 100644
index 7e67a41..0000000
--- a/csc/shell.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ pkgs ? import <nixpkgs> {} }:
-with pkgs;
-mkShell {
- nativeBuildInputs = [ guile_3_0 gnumake ];
-}