about summary refs log tree commit diff
path: root/users/grfn/xanthous/server/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/xanthous/server/shell.nix')
-rw-r--r--users/grfn/xanthous/server/shell.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/users/grfn/xanthous/server/shell.nix b/users/grfn/xanthous/server/shell.nix
deleted file mode 100644
index a6747175f1..0000000000
--- a/users/grfn/xanthous/server/shell.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-let
-  depot = import ../../../.. {};
-  pkgs = depot.third_party.nixpkgs;
-in
-
-pkgs.mkShell {
-  buildInputs = with pkgs; [
-    rustup
-    rust-analyzer
-  ];
-}