ci: Wrong dir

This commit is contained in:
kat witch 2021-05-15 01:51:37 +01:00
parent 8d519e163e
commit 1603d07216
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -1,5 +1,5 @@
{ lib, channels, env, ... }: with lib; let
nixfiles = import ./.;
nixfiles = import ../.;
in {
name = "hosts";
ci.gh-actions.enable = true;