mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
shell.nix: add run-workflow-in-vm
This commit is contained in:
parent
85c29f0e63
commit
8bd3ac5061
@ -1,7 +1,13 @@
|
|||||||
{ pkgs ? import <nixpkgs> { }, extraPackages ? [ ] }:
|
{ pkgs ? import <nixpkgs> { }, extraPackages ? [ ] }:
|
||||||
|
|
||||||
|
let
|
||||||
|
run-workflow-in-vm = pkgs.callPackage ./apps/run-workflow-with-vm { };
|
||||||
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
# My internal applications.
|
||||||
|
run-workflow-in-vm
|
||||||
|
|
||||||
age
|
age
|
||||||
asciidoctor
|
asciidoctor
|
||||||
deploy-rs
|
deploy-rs
|
||||||
|
Loading…
Reference in New Issue
Block a user