fixed build errors

This commit is contained in:
Bit Borealis 2023-04-13 03:16:53 -04:00
parent 2e0dd05a5c
commit b5a81fcfbe
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# an non-existant host for testing purposes
{}:{}
{...}:{}

View File

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