all repos — searchix @ 5cdcac9f7a09b7cfd2fa699550092065b4d9a6c4

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

fix: nixos import fails with default settings Fixes: https://todo.sr.ht/~alanpearce/searchix/14

Alan Pearce
commit

5cdcac9f7a09b7cfd2fa699550092065b4d9a6c4

parent

2a7480c9f1052556a5a28ba14eb7497bc43cbc34

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M internal/config/default.gointernal/config/default.go
@@ -62,7 +62,7 @@ Fetcher: Channel,
Channel: "nixpkgs", URL: "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz", ImportPath: "nixos/release.nix", - Attribute: "docs.optionsJSON", + Attribute: "options", OutputPath: "share/doc/nixos", Timeout: Duration{5 * time.Minute}, Repo: nixpkgs,
@@ -77,7 +77,7 @@ Fetcher: Channel,
Channel: "darwin", URL: "https://github.com/LnL7/nix-darwin/archive/master.tar.gz", ImportPath: "release.nix", - Attribute: "options", + Attribute: "docs.optionsJSON", OutputPath: "share/doc/darwin", Timeout: Duration{5 * time.Minute}, Repo: Repository{