all repos — searchix @ e062ca72b222b890e345548bd8422d5df98e9fef

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: import sources from configuration in go code and index options

Alan Pearce
commit

e062ca72b222b890e345548bd8422d5df98e9fef

parent

967f6fdf5c1693d3aa27079b3ae28768fb7356c6

1 file changed, 0 insertions(+), 4 deletions(-)

changed files
M default.nixdefault.nix
@@ -15,10 +15,6 @@ css = pkgs.fetchurl {
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";