Sridhar Ratnakumar

Results 814 comments of Sridhar Ratnakumar

> Does it work if you also add `programs.nix-index.enable = false;`? It builds, but doesn't work (index still needs to be manually generated)

That's interesting, I didn't know that. I'd very much prefer a smaller index as well, but having that automated would be great. Kind of surprised that no one has bothered...

Trying with d4fe1a9be97528da6ee591e950d51a5bdbd77fd5 (per https://github.com/gvolpe/nix-index/pull/1#issuecomment-2558611564) => ``` error: attribute 'version' missing at /nix/store/2m2vrj4cr0d9lgs92z6g4cfcmd49fxhg-source/wrapper.nix:8:31: 7| symlinkJoin { 8| name = "nix-index-with-db-${nix-index.version}"; | ^ 9| paths = [ nix-index ]; ``` Not...

Workaround in the meanwhile: ![image](https://github.com/user-attachments/assets/a4b31d15-0829-42bb-8c65-ce15df3ce7ca) https://github.com/srid/naivete-me/blob/2f5321e6bd30afd1d9e0f2e5a1bd7c486d358a83/justfile#L23-L29

> There are several downsides of this approach: whenever cosmic-greeter package is updated it will overwrite cosmic-greeter-start script, if you wish to change temperature **reboot** is required and nvidia is...

`dx build` creates this for https://github.com/srid/dioxus-static-site ## Binary Running the binary does nothing: ## Generated files Opening the generated HTML in browser opens an empty page (but with correct title)...

Following https://github.com/DioxusLabs/dioxus/pull/2967 - I'm trying the new example [here](https://github.com/DioxusLabs/dioxus/tree/main/examples/ssg-github-pages), following instructions from the past (see https://github.com/DioxusLabs/dioxus/pull/2892). `dx serve` outputs: When I press `o`, it opens the URL in browser with...

Thanks! Could you add some basic docs? See https://community.flake.parts/services-flake/contributing#service-doc

By the way, this is all from [Bangalore](https://en.wikipedia.org/wiki/Bengaluru) network. Here, in Quebec City, I have no problems with the speed.

I believe this PR is for #243