From 51c9dac1efc7e13399aff0c293f270223164fde1 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Mon, 28 Jul 2025 18:24:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9B=20[shared]=20Added=20httpie=20impo?= =?UTF-8?q?rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/desktop/modules/development/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/desktop/modules/development/default.nix b/shared/desktop/modules/development/default.nix index d30be79..7783534 100644 --- a/shared/desktop/modules/development/default.nix +++ b/shared/desktop/modules/development/default.nix @@ -4,6 +4,7 @@ imports = [ ./docker.nix ./dotnet.nix + ./httpie.nix ./node.nix ./ollama.nix ./rust.nix