Silvan Mosberger

Results 48 issues of Silvan Mosberger

In the current version, `nix-locate` can't find the `libGL.so` file in the `libGL` package: ``` $ nix-locate libGL.so -w --top-level primusLib.out 0 s /nix/store/qjfnhrq496lw088yw8nkzqz47pbhqkbc-primus-lib-2015-04-28/lib/libGL.so libGLU_combined.out 0 s /nix/store/k9m5fksmz59j1nyyqvxrdxsayi8gynr4-libGLU-combined/lib/libGL.so libglvnd.out 0...

enhancement

When I increase the font size with `C-x C-+`, the sideline will sometimes overflow the line onto the next one: ![screenshot_3](https://user-images.githubusercontent.com/20525370/46262016-ac383400-c4fb-11e8-9cff-addf1597fcce.png) Very annoying, because when moving over such lines while...

ui-sideline

Since I needed this myself, here is a gitignore filter that includes the `.git` directory itself (which is often needed for running `git` commands): ```nix { lib, gitignoreFilter }: path:...

This issue is used to nominate people for commit rights instead, scroll to the bottom to see how it's done. Nixpkgs has an ever growing number of PR's but not...

6.topic: policy discussion
9.needs: community feedback

[As discussed on Discourse](https://discourse.nixos.org/t/nixfmt-alpha-release/2899/19?u=infinisil), opening an issue to discuss what to do about expressions that standard Nix throws an error for, but nixfmt doesn't mind. The cases I found are:...

low-prio

#### SNM Version: v2.1.3 #### Nixos Version: unstable #### Relevant part of the config to reproduce: ```nix { mailserver.enable = true; services.bind.enable = true; } ``` #### What I expected...

Trying to use these images in GitHub Actions gives an error, see e.g. https://github.com/Infinisil/github-actions-docker/runs/1271863329: ``` /usr/bin/docker exec de645264c246e9831bfdda7ede83a62ed2d14583037ddb6b317acabd8fdfb1fa sh -c "cat /etc/*release | grep ^ID" OCI runtime exec failed: exec...

###### Description of changes [nix-direnv](https://github.com/nix-community/nix-direnv) is surprisingly annoying to configure correctly, due to it needing both system-wide adjustments (`nix.conf` changes), but also user-wide adjustments (telling direnv to load nix-direnv using...

6.topic: nixos
8.has: module (update)
10.rebuild-linux: 1-10
10.rebuild-darwin: 1-10
10.rebuild-darwin: 1

### Description nix-zsh-completions substitutes `channel:` and `https://` entries in `NIX_PATH` with cached versions thereof. To do that it uses this function: https://github.com/spwhitt/nix-zsh-completions/blob/468d8cf752a62b877eba1a196fbbebb4ce4ebb6f/_nix-common-options#L338-L356 However this function doesn't work anymore, because it...

Allows the system administrator to configure direnv libraries and rc files using by default /etc/xdg/direnv/lib/*.sh and /etc/xdg/direnv/direnvrc See https://github.com/NixOS/nixpkgs/pull/192667#discussion_r979811832 for motivation