added local.nix

This commit is contained in:
Bit Borealis 2023-04-10 23:53:24 +00:00
parent 37603af9d8
commit 83763d8a39
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 6 additions and 0 deletions

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 = [ ../../ ]
}