From ea974258b0614c94023759f50a5159e93ae4cb84 Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 28 Feb 2024 22:28:50 -0300 Subject: [PATCH] ups --- devbox.json | 3 ++- devbox.lock | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index d65122f..3e90bbb 100644 --- a/devbox.json +++ b/devbox.json @@ -4,7 +4,8 @@ "nodePackages.pnpm@latest", "git-lfs@latest", "sqlite@latest", - "turso-cli@latest" + "turso-cli@latest", + "git-filter-repo@latest" ], "shell": { "init_hook": ["echo 'Welcome to devbox!' > /dev/null"], diff --git a/devbox.lock b/devbox.lock index 8b0b149..cc672d1 100644 --- a/devbox.lock +++ b/devbox.lock @@ -1,6 +1,26 @@ { "lockfile_version": "1", "packages": { + "git-filter-repo@latest": { + "last_modified": "2024-02-26T19:46:43Z", + "resolved": "github:NixOS/nixpkgs/548a86b335d7ecd8b57ec617781f5e652ab0c38e#git-filter-repo", + "source": "devbox-search", + "version": "2.38.0", + "systems": { + "aarch64-darwin": { + "store_path": "/nix/store/xdl38dgf018bm4mc634yzbx3sv6dhrsa-python3.11-git-filter-repo-2.38.0" + }, + "aarch64-linux": { + "store_path": "/nix/store/0s60zb8fd51b7x9cp0i4lqafavnrzpqz-python3.11-git-filter-repo-2.38.0" + }, + "x86_64-darwin": { + "store_path": "/nix/store/aggi4gnrdqy6gy6wa6lrp1cx3hcpbn6h-python3.11-git-filter-repo-2.38.0" + }, + "x86_64-linux": { + "store_path": "/nix/store/23gmvzm87wqnabbzc83f5v6mb4yr40yl-python3.11-git-filter-repo-2.38.0" + } + } + }, "git-lfs@latest": { "last_modified": "2024-02-10T18:15:24Z", "resolved": "github:NixOS/nixpkgs/10b813040df67c4039086db0f6eaf65c536886c6#git-lfs",