To the flake as well

This commit is contained in:
Lillian Violet 2024-01-25 22:38:13 +01:00
parent a39ea0fc5a
commit b7ec01dfe7

View file

@ -190,6 +190,11 @@
description = "Rust development environment";
};
rustpython = {
path = ./rustpython;
description = "Rustpython development environment";
};
rust-toolchain = {
path = ./rust-toolchain;
description = "Rust development environment with Rust version defined by a rust-toolchain.toml file";