From 53e7f4d422a75ed2ef734b50051bcc13cba06f2b Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Thu, 13 Apr 2023 06:49:48 +0000 Subject: [PATCH] fix syntax error --- local.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.nix b/local.nix index d30706e..85abd9c 100644 --- a/local.nix +++ b/local.nix @@ -2,5 +2,5 @@ # ln -rs local.nix dependencies/mobile-nixos/local.nix { ... }: { - imports = [ ../../ ] + imports = [ ../../ ]; }