about summary refs log tree commit diff
path: root/users/grfn/achilles/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/achilles/shell.nix')
-rw-r--r--users/grfn/achilles/shell.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/users/grfn/achilles/shell.nix b/users/grfn/achilles/shell.nix
deleted file mode 100644
index f32dce3ba3..0000000000
--- a/users/grfn/achilles/shell.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-with (import ../../.. {}).third_party.nixpkgs;
-
-mkShell {
-  buildInputs = [
-    clang_11
-    llvm_11.lib
-    llvmPackages_11.bintools
-    llvmPackages_11.clang
-    llvmPackages_11.libclang.lib
-    zlib
-    ncurses
-    libxml2
-    libffi
-    pkg-config
-  ];
-
-  LLVM_SYS_110_PREFIX = llvmPackages_11.bintools;
-}