Merge remote-tracking branch 'origin/add-nixos-mobile'

This commit is contained in:
Bit Borealis 2023-04-17 05:23:44 +00:00
commit f212573c91
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
2 changed files with 8 additions and 0 deletions

2
hosts/null/default.nix Normal file
View File

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

6
local.nix Normal file
View File

@ -0,0 +1,6 @@
# link this into the dependencies/nix-mobile directory :
# ln -rs local.nix dependencies/mobile-nixos/local.nix
{ ... }:
{
imports = [ ./default.nix ];
}