Sender | Message | Time |
---|---|---|
10 Jun 2025 | ||
Apologies if this is not the place to ask. I have gone over many rooms but can't seem to find a good place to post this question. I am trying to setup LSP for my Neovim on NixOS, is anyone familiar with this? Details are in my Nix Discourse topic https://discourse.nixos.org/t/i-need-help-setting-up-lsp-for-neovim-using-lspconfig-language-server-binaries/65455 | 04:35:17 | |
12:37:19 | ||
Maybe you can take some ideas from this framework for using neovim with nix: https://github.com/notaShelf/nvf | 12:38:03 | |
17:05:56 | ||
11 Jun 2025 | ||
That looks complex for my use-case and I also managed to answer my own question. I'll take a look in the future when I have better grasp of nvm and nix. Thanks! | 03:21:47 | |
* That looks complex for my use-case and I also managed to answer my own question already. I'll take a look in the future when I have better grasp of nvm and nix. Thanks! | 04:19:47 | |
15:13:36 | ||
20:48:18 | ||
15 Jun 2025 | ||
14:03:38 | ||
17 Jun 2025 | ||
12:06:44 | ||
18 Jun 2025 | ||
Hello. I'm trying to build a Docker image from a flake using | 18:52:48 | |
19 Jun 2025 | ||
18:06:47 | ||
19:23:33 | ||
20 Jun 2025 | ||
14:16:06 | ||
17:30:13 | ||
22 Jun 2025 | ||
Hello, anyone familiar with | 13:35:13 | |
What is you actually question and is it even flakes related? | 14:15:43 | |
It is. I have an app that is built with a flake. It has a UI, so to run it, I have to do | 14:17:09 | |
I'm trying to bundle it into a Docker image and I wonder if I can bundle | 14:18:29 | |
I currently have | 14:19:42 | |
trying to add | 14:40:02 | |
18:55:53 | ||
Hello, is there a way to execute an attrset with type = "app" that is exposed through a different output than apps ? | 18:56:42 | |
I have an "app" (which is a library output, it would never occur to me to make this an app) that I'd like to run with | 18:58:25 | |
23 Jun 2025 | ||
Redacted or Malformed Event | 07:49:12 | |
If you can build it you could run the result? We use this at work result=$(nix build .#devShells.x86_64-linux.default --no-link --print-out-paths) and then you could do $result/bin/foo or maybe even something with $(nix build ...) might work. | 07:49:33 | |
| 08:06:51 | |
Ah, I can build .foo.someApp.program ! Thanks for the tip. :) | 08:07:43 | |
Surprising that I can build it but not run it. | 08:07:56 | |
* Surprising that I can nix build it but not nix run it. | 08:08:05 |