Will Ruggiano

Results 18 comments of Will Ruggiano

Is `~/.nix-profile` a home-manager thing? At least for me on the machine in my OP, `~/.nix-profile` is a broken symlink pointing to `/nix/var/nix/profiles/per-user//profile`. I know `home.profileDirectory` is one of the...

I have two hosts, one nixOS the other macOS, and this repros on both. I am using hm as a nixOS/darwin module. I have not tried to repro in a...

I am running the following, which yields that error; ``` beacon-chain --help ``` where `beacon-chain` is the binary that has been built locally

> Also, if this is NVidia specific: Long shot, but does `export QT_OPENGL_NO_SANITY_CHECK=1` change anything? > > If so, this is the culprit: > > * [client: Disable threaded GL...

I ended up downloading the binaries and just patching them with patchelf. See: https://github.com/willruggiano/eth-nix/blob/main/packages/prysm/default.nix It works for my purposes so I haven’t tried to build the project from source again

Yeah, I meant this one: https://github.com/kristijanhusak/vim-dadbod-completion/blob/master/autoload/vim_dadbod_completion.vim#L399

My usecase is basically this: During development I frequently want to drop and restore my local database from a known good snapshot of my production database. When I am using...

> Hey, the issue is that the transaction creates multiple result sets - and we currently only support a single one (e.g. the last one), which you guessed is from...

I would keep it open for a bit longer. There's been a few references to it recently