chore: cleanup nix dev stuff

This commit is contained in:
andrew 2026-04-28 11:07:11 -04:00
parent a6e30123a5
commit d1a96e1362
2 changed files with 3 additions and 10 deletions

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "stable"

View file

@ -1,10 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
cargo
rustc
rust-analyzer
];
}