summaryrefslogtreecommitdiff
path: root/shells/csci.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shells/csci.nix')
-rw-r--r--shells/csci.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/shells/csci.nix b/shells/csci.nix
deleted file mode 100644
index c0f7dfb..0000000
--- a/shells/csci.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ pkgs ? import <nixpkgs> {} }:
-
-pkgs.mkShell {
- packages = with pkgs; [
- clang
- llvmPackages.bintools
- ];
-}