diff --git a/flake.nix b/flake.nix index ace87a4..537c7af 100644 --- a/flake.nix +++ b/flake.nix @@ -4,11 +4,6 @@ ndg.url = "github:feel-co/ndg"; }; - nixConfig = { - substituters = [ "https://feel-co.cachix.org" ]; - trusted-public-keys = [ "feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w=" ]; - }; - # cheerfully lifted from nixos + hjem-rum doc gen outputs = inputs: @@ -127,7 +122,7 @@ '' ndg --verbose html --jobs $NIX_BUILD_CORES --title "${projectName}" \ --module-options "${json}" \ - --generate-search \ + --generate-search true \ --output-dir "$out" ''; };