From 0dacbd26d6c649e6b606e1e97f3f77d7779762ed Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 13 Feb 2024 12:47:00 -0500 Subject: [PATCH] gh: add nixos-config --- nixos/github-runner.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/github-runner.nix b/nixos/github-runner.nix index 6673588..3a1cb31 100644 --- a/nixos/github-runner.nix +++ b/nixos/github-runner.nix @@ -48,6 +48,7 @@ in default = [ "emanote" "haskell-flake" + "nixos-config" ]; }; sopsPrefix = lib.mkOption {