From 0cdc75a4f08ba911a778ce923068b0116ea3257c Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Thu, 11 Mar 2021 18:23:14 +0100 Subject: [PATCH] rename folders --- {node_environment => node}/global_packages.txt | 0 {node_environment => node}/shell.nix | 0 {python_environment => python}/requirements.txt | 0 {python_environment => python}/shell.nix | 0 {rust_environment => rust}/shell.nix | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {node_environment => node}/global_packages.txt (100%) rename {node_environment => node}/shell.nix (100%) rename {python_environment => python}/requirements.txt (100%) rename {python_environment => python}/shell.nix (100%) rename {rust_environment => rust}/shell.nix (100%) diff --git a/node_environment/global_packages.txt b/node/global_packages.txt similarity index 100% rename from node_environment/global_packages.txt rename to node/global_packages.txt diff --git a/node_environment/shell.nix b/node/shell.nix similarity index 100% rename from node_environment/shell.nix rename to node/shell.nix diff --git a/python_environment/requirements.txt b/python/requirements.txt similarity index 100% rename from python_environment/requirements.txt rename to python/requirements.txt diff --git a/python_environment/shell.nix b/python/shell.nix similarity index 100% rename from python_environment/shell.nix rename to python/shell.nix diff --git a/rust_environment/shell.nix b/rust/shell.nix similarity index 100% rename from rust_environment/shell.nix rename to rust/shell.nix