installer: init

This commit is contained in:
Daiderd Jordan 2018-01-13 15:57:10 +01:00
parent 335baf7936
commit 32481b542b
No known key found for this signature in database
GPG key ID: D02435D05B810C96
4 changed files with 110 additions and 0 deletions

View file

@ -73,4 +73,6 @@ in
inherit (eval) options config;
system = eval.config.system.build.toplevel;
installer = pkgs.callPackage ./pkgs/darwin-installer {};
}