From b7ec01dfe7124ba3dd6f87e67513fcda9ad0c37f Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 25 Jan 2024 22:38:13 +0100 Subject: [PATCH] To the flake as well --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 57f2e37..9d25637 100644 --- a/flake.nix +++ b/flake.nix @@ -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";