diff options
author | Alan Pearce | 2024-05-09 16:47:41 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-09 19:27:55 +0200 |
commit | e062ca72b222b890e345548bd8422d5df98e9fef (patch) | |
tree | 89f52ebfdb1fb8069e6323d9dde42f5491dad5d1 /default.nix | |
parent | 967f6fdf5c1693d3aa27079b3ae28768fb7356c6 (diff) | |
download | searchix-e062ca72b222b890e345548bd8422d5df98e9fef.tar.lz searchix-e062ca72b222b890e345548bd8422d5df98e9fef.tar.zst searchix-e062ca72b222b890e345548bd8422d5df98e9fef.zip |
feat: import sources from configuration in go code and index options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/default.nix b/default.nix index 38bbf9e..10f7ac7 100644 --- a/default.nix +++ b/default.nix @@ -15,10 +15,6 @@ in inherit (sources.simple-css) url sha256; }; - 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"; version = "0.1"; |