From 1603d0721603f1f08fab9aa589968693d0994193 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 15 May 2021 01:51:37 +0100 Subject: [PATCH] ci: Wrong dir --- ci/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/hosts.nix b/ci/hosts.nix index 707c9fc2..829d0ddf 100644 --- a/ci/hosts.nix +++ b/ci/hosts.nix @@ -1,5 +1,5 @@ { lib, channels, env, ... }: with lib; let - nixfiles = import ./.; + nixfiles = import ../.; in { name = "hosts"; ci.gh-actions.enable = true;