diff --git a/hosts/null/default.nix b/hosts/null/default.nix index 206ce51..42a6aa5 100644 --- a/hosts/null/default.nix +++ b/hosts/null/default.nix @@ -1,2 +1,2 @@ # an non-existant host for testing purposes -{}:{} +{...}:{} diff --git a/local.nix b/local.nix index 85abd9c..82eee96 100644 --- a/local.nix +++ b/local.nix @@ -2,5 +2,5 @@ # ln -rs local.nix dependencies/mobile-nixos/local.nix { ... }: { - imports = [ ../../ ]; + imports = [ ./default.nix ]; }