From dea715c6b7a92908ed5bba865171865e828a698d Mon Sep 17 00:00:00 2001 From: Aleksander Gondek Date: Wed, 23 Mar 2022 20:43:34 +0100 Subject: [PATCH] Add act and docker to shell.nix --- scripts/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/shell.nix b/scripts/shell.nix index 18425f6..d3c7aa6 100644 --- a/scripts/shell.nix +++ b/scripts/shell.nix @@ -13,6 +13,8 @@ pkgs.mkShell { # Dynamically load nix envs nix-direnv shellcheck + act + docker ]; TERM = "xterm";