shell.nix: add run-workflow-in-vm

This commit is contained in:
Gabriel Arazas 2024-02-17 14:56:39 +08:00
parent 85c29f0e63
commit 8bd3ac5061
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -1,7 +1,13 @@
{ pkgs ? import <nixpkgs> { }, 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