tvl-depot/users/aspen/xanthous/server/shell.nix

12 lines
158 B
Nix
Raw Normal View History

let
depot = import ../../../.. { };
pkgs = depot.third_party.nixpkgs;
in
pkgs.mkShell {
buildInputs = with pkgs; [
rustup
rust-analyzer
];
}