wip
Some checks failed
Build and push nixos-based docker container / build (push) Failing after 3s

This commit is contained in:
James Andariese 2024-08-04 01:47:08 -05:00
parent 27588a1d35
commit 6f7ff6a65b

View File

@ -6,6 +6,7 @@ entrypoint = pkgs.writeShellApplication {
name = "entrypoint";
runtimeInputs = with pkgs; with nodePackages; [
sleep
node-red
#ungoogled-chromium
];