From ebd7f97d8fd10259f60804cddb9404d8eadf6654 Mon Sep 17 00:00:00 2001 From: Sean Krueger Date: Mon, 3 Jun 2024 11:53:35 -0500 Subject: [PATCH] Also install dev dependiences to dev environment --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index aa4f3c375..30b41aa7a 100644 --- a/flake.nix +++ b/flake.nix @@ -83,6 +83,7 @@ echo Installing dependencies into virtual environment pip install -r requirements.txt + pip install -r requirements-dev.txt ''; # set the environment variables that Qt apps expect