From 7d08b696e9ab6de61c53a5dc9153595a5a8a6d98 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 5 May 2024 21:39:26 +0200 Subject: build: fetch darwin and home-manager options --- default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index e10fc4f..38bbf9e 100644 --- a/default.nix +++ b/default.nix @@ -16,6 +16,8 @@ in }; nixos-options = import (./. + "/importers/nixos-options.nix") { }; + darwin-options = (import { }).options; + home-manager-options = (import { }).docs.json; searchix = pkgs.buildGoApplication { pname = "searchix"; -- cgit 1.4.1