fix syntax error

This commit is contained in:
Bit Borealis 2023-04-13 06:49:48 +00:00
parent 83763d8a39
commit 53e7f4d422
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# ln -rs local.nix dependencies/mobile-nixos/local.nix
{ ... }:
{
imports = [ ../../ ]
imports = [ ../../ ];
}