From 9e8fefc64bf4d5c199dc7dfcefbfc21355010f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 15 May 2025 15:03:35 +0200 Subject: [PATCH] clan-app/devshell: remove duplicate python3 we already get python3 from the frontend. --- pkgs/clan-app/shell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/clan-app/shell.nix b/pkgs/clan-app/shell.nix index 044e3172a..970b025a6 100644 --- a/pkgs/clan-app/shell.nix +++ b/pkgs/clan-app/shell.nix @@ -6,7 +6,6 @@ clan-app-ui, clan-ts-api, process-compose, - python3, json2ts, self', }: @@ -21,7 +20,6 @@ mkShell { packages = [ # required for reload-python-api.sh script - python3 json2ts ];