To the flake as well
This commit is contained in:
parent
a39ea0fc5a
commit
b7ec01dfe7
|
@ -190,6 +190,11 @@
|
||||||
description = "Rust development environment";
|
description = "Rust development environment";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rustpython = {
|
||||||
|
path = ./rustpython;
|
||||||
|
description = "Rustpython development environment";
|
||||||
|
};
|
||||||
|
|
||||||
rust-toolchain = {
|
rust-toolchain = {
|
||||||
path = ./rust-toolchain;
|
path = ./rust-toolchain;
|
||||||
description = "Rust development environment with Rust version defined by a rust-toolchain.toml file";
|
description = "Rust development environment with Rust version defined by a rust-toolchain.toml file";
|
||||||
|
|
Loading…
Reference in a new issue