diff options
author | Alan Pearce | 2024-05-05 21:39:26 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-05 21:39:26 +0200 |
commit | 7d08b696e9ab6de61c53a5dc9153595a5a8a6d98 (patch) | |
tree | 67611eb05cf2764be897138a8befbf4aeae1f9ff /default.nix | |
parent | 71de5479bc625aa101f72a24b056b687b0630a9a (diff) | |
download | searchix-7d08b696e9ab6de61c53a5dc9153595a5a8a6d98.tar.lz searchix-7d08b696e9ab6de61c53a5dc9153595a5a8a6d98.tar.zst searchix-7d08b696e9ab6de61c53a5dc9153595a5a8a6d98.zip |
build: fetch darwin and home-manager options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 <darwin/release.nix> { }).options; + home-manager-options = (import <home-manager> { }).docs.json; searchix = pkgs.buildGoApplication { pname = "searchix"; |