From 63cb14fcff72bd50d8ef63ddbb8f763d43bc2f00 Mon Sep 17 00:00:00 2001 From: Diogenesoftoronto <87236699+Diogenesoftoronto@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:40:08 -0500 Subject: [PATCH] Add pip-tools for mkdocs in devbox NOTE: pip-tools3.12 currently has errors when installing for devbox. --- devbox.json | 3 ++- devbox.lock | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index 712a6fae1..6a320d9bb 100644 --- a/devbox.json +++ b/devbox.json @@ -8,7 +8,8 @@ "go_1_21@latest", "docker@latest", "python3@latest", - "markdownlint-cli@latest" + "markdownlint-cli@latest", + "python311Packages.pip-tools@latest" ], "shell": { "init_hook": [ diff --git a/devbox.lock b/devbox.lock index 830beb44b..98adf11fc 100644 --- a/devbox.lock +++ b/devbox.lock @@ -141,6 +141,26 @@ } } }, + "python311Packages.pip-tools@latest": { + "last_modified": "2024-01-22T00:24:37Z", + "resolved": "github:NixOS/nixpkgs/5f5210aa20e343b7e35f40c033000db0ef80d7b9#python311Packages.pip-tools", + "source": "devbox-search", + "version": "7.3.0", + "systems": { + "aarch64-darwin": { + "store_path": "/nix/store/hxm9acby91qg3n4av7q9sj10qc97hdqn-python3.11-pip-tools-7.3.0" + }, + "aarch64-linux": { + "store_path": "/nix/store/khv8lran538mq5yhnzm3q41326ksl4s5-python3.11-pip-tools-7.3.0" + }, + "x86_64-darwin": { + "store_path": "/nix/store/2jjncjgdv5365ma5y0vh59czl4df8n39-python3.11-pip-tools-7.3.0" + }, + "x86_64-linux": { + "store_path": "/nix/store/64hism84ji4grqwzsd4xf1vgbvkzqy4s-python3.11-pip-tools-7.3.0" + } + } + }, "python3@latest": { "last_modified": "2023-12-13T22:54:10Z", "plugin_version": "0.0.3",