From b5a81fcfbe28e2dbac9796cd2a1a1f8bbaed1be0 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Thu, 13 Apr 2023 03:16:53 -0400 Subject: [PATCH] fixed build errors --- hosts/null/default.nix | 2 +- local.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ]; }