diff options
Diffstat (limited to 'users/grfn/xanthous/server/shell.nix')
-rw-r--r-- | users/grfn/xanthous/server/shell.nix | 11 |
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 e01c0316a6b2..000000000000 --- 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 - ]; -} |