Richard Brežák

Results 226 comments of Richard Brežák
trafficstars

Maybe a solution would be to detect the mismatch and give a meaningful error message. That would at least tell people how to fix it.

I now understand lisp better and with this bit of lisp, TRAMP is fully functional if a bit slow ```elisp (lsp-register-client (make-lsp-client :new-connection (lsp-tramp-connection 'lsp-metals--server-command) :major-modes '(scala-mode) :priority -1 :initialization-options...

Perhaps what could also work, would be a thin wrapper on the `systemd-nspawn` task driver. You'd specify the toplevel nix expression, and Nomad would essentially just run `nix-build`/`nix build` on...

Hmm, I was too thinking about fetching nspawn tarballs from a URL but, then you couldn't configure the container at runtime, unless you do some magic in the containers init...

Yeah, but um, if you wanted to pull secrets from Vault, you couldn't pass it to nginx from the normal Nix infrastructure, the solution I'm hoping to get would reuse...

You can just nspawn the same static container, containing `nix`, `bash` and nothing much more, then in there you can active the specific config you want. But yeah, if we...

well I just hit this... https://github.com/NixOS/nixpkgs/issues/40367 EDIT: I figured out that upstream systemd isn't able to boot a NixOS system, while downstream in NixOS can, I'm guessing it's [this patch](https://github.com/NixOS/nixpkgs/blob/nixos-20.09/pkgs/os-specific/linux/systemd/0003-Fix-NixOS-containers.patch)

@jmshrv Don't think of it as taking money but merely a thanks from one human to another, one dev to another. You've allowed me to enjoy my music library on...

I personally prefer the way it is now, so if anything happens I'd like it to be configurable. Of course not in nixpkgs but for other projects.

I could look into it, but it won't be pretty, I could try forcing OpenHMD to treat a Pimax as if it was a Oculus since Pimax basically acts like...