From 8bd3ac5061f24778db11d82124cf85d4f5028962 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 17 Feb 2024 14:56:39 +0800 Subject: [PATCH] shell.nix: add run-workflow-in-vm --- shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shell.nix b/shell.nix index cad00d03..e14d8375 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,13 @@ { pkgs ? import { }, extraPackages ? [ ] }: +let + run-workflow-in-vm = pkgs.callPackage ./apps/run-workflow-with-vm { }; +in pkgs.mkShell { packages = with pkgs; [ + # My internal applications. + run-workflow-in-vm + age asciidoctor deploy-rs