Compare commits

...

7 commits

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 ];
}