From 406f02e334762bf4379bfe31e06913dfe7795f98 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 13 Feb 2024 09:59:13 -0500 Subject: [PATCH] gh runner: add emanote --- nixos/github-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/github-runner.nix b/nixos/github-runner.nix index 2ca6343..6673588 100644 --- a/nixos/github-runner.nix +++ b/nixos/github-runner.nix @@ -46,7 +46,7 @@ in from CLI) ''; default = [ - #"emanote" + "emanote" "haskell-flake" ]; };