Simon Žlender
Simon Žlender
I have a GenServer that I register using the `{:via, ...}` tuple. After running a hot code upgrade my process isn't discoverable anymore. I wonder if it has something to...
### Check for existing issues - [X] Completed ### Describe the feature Scrolling through text in Zed feels choppier compared to Visual Studio Code on a high refresh rate display...
- Adds [tree-sitter-nickel](https://github.com/nickel-lang/tree-sitter-nickel) ([nickel-lang.org](https://nickel-lang.org/)) - Adds highlights and injections queries Release Notes: - Added Nickel syntax highlighting
Setting a custom `CARGO_TARGET_DIR` breaks `buildDepsOnly` caching. For example if you build deps with `CARGO_TARGET_DIR=target/foo`, then `inheritCargoArtifactsHook` will extract artifacts to `target/foo/foo` so the artifacts will not be picked up....
If you use a custom CA (like in corporate environments) then Nix packages that use OpenSSL (like curl) will fail with cryptic errors like `curl: (35) error:16000069:STORE routines::unregistered scheme`. This...
Re: https://github.com/NixOS/nixpkgs/issues/270741 The nix-direnv derivation wraps `direnvrc` by prepending the file with `NIX_BIN_PREFIX=${pkgs.nix}`. As a result: - On non-NixOS systems it's impossible to use nix-direnv with the system version of...
What's the most idiomatic way to work with multiple nixpkgs in flake-parts? When defining `nixosConfigurations` I often have to work with multiple nixpkgs. For example host `a` would use `nixos-unstable`...
It's currently not possible to cross-build images for a foreign architecture. Using `nix2container` on `nixpkgs` with a foreign `crossSystem` will attempt to build the `nix2container-bin` and `jq` binaries for the...
WIP PoC for https://github.com/nlewo/nix2container/issues/138. This is not ready for review, just a starting point. Though all the tests on my machine do seem to pass. > 1. Wrap `nix2container` with...
For me (Nix 2.18.2 / Mac) `~/.nix-defexpr/channels` points to `~/.local/state/nix/profiles/channels`. Is there any reason the `pin` command needs to be hardcoded to `/nix/var/nix/profiles/per-user/$USER/channels`? I presume this would solve the missing...