Sridhar Ratnakumar

Results 611 comments of Sridhar Ratnakumar

we have this now

https://github.com/srid/nixos-config/commit/e893599a90473820dc00db65a79ff3b7ab7ff3d4

https://github.com/srid/nixos-config/commit/b18e3b7d8e33c542d728e68085299dd8c1aa004c - but we are yet to actually _modularize_ the flake.

> @srid @dfrankland I have flakes enabled and set `nix.nixPath = [ "nixpkgs=${nixpkgs}" ]`, but it is still using the channel. @anajuliabit You can try the workaround mentioned in the...

FWIW, the new cli commands are displayed _if_ the user profile manifest exists. See https://nixos.zulipchat.com/#narrow/stream/413950-nix/topic/nix-index/near/416719968

@st0le - This is exactly what I've been looking for. Have you found a way to achieve this workflow? Perhaps something using AutoHotKey?

> @srid, would you be able to test whether it works with `useDaemon: false`? What's this setting? > Your self-hosted runner is running inside a nixos-container, correct? Yes

Just wanted to say that this issue makes Zed **unusable** with `nix develop` (or [direnv](https://nixos.asia/en/direnv)), as it negatively affects LSP experience. For example, on Rust projects - Zed will refuse...

This would be good to have, without which I have no choice but to write out the instances by hand: ```rust pub enum System { Aarch64Linux, X86_64Linux, X86_64Darwin, Aarch64Darwin, Other(String),...

Can we have an interactive prompt that asks the user whether to rollback or not on activation failure? It'd be also be helpful to be given an opportunity to run...