timd

Results 83 issues of timd

Running with nixos/nix#6530, which is currently planned for the next point release, I am getting the following eval error pretty much everywhere in a work project: ``` error: evaluation aborted...

:wrench: Type: Maintenance
:fire: Priority: High
:muscle: Effort: 5

if setting `default-flake = someRegistryFlake` such as `nixpkgs`, `nix search` just returns empty handed. It only seems to work by explicating a ref that doesn't reference the registry at all,...

One of the biggest objections to this patchset so far has been that some don't want to privilege any given flake over the others. I realized we might resolve this...

So the program works beautifully except for one caveat. My laptop, Spectre x360 with i7-8550u, has a GTX MX150 and intel UHD 620. When I start X11 using the Intel...

If I run `qbittorrent-nox --help`, it says I can set options via environmental variables following the semantic `QBT_PARAMETER_NAME`. My question is, where can I find the parameter name for each...

Feature request
Core

Align indents to the way alejandra formats, and format automatically on save to keep the two in sync.

S-inactive
A-language-support

Currently there is no bulletproof way to advise direnv of the true Nix dependency chain for a nix shell in order for the `watch_*` functions to reload only when something...

Feature

**Is your feature request related to a problem? Please describe.** The current flake inputs spec seems to me to conflate two different concerns. 1. It provides a way for the...

improvement

I started using statix in CI and we ran into a very strange error, I reduced it down to this minimal reproduction: ``` ./${f}.f ``` This is a valid path,...

There are cases where we may want to test a value that may or may not be a boolean like so `if v == true`. Statix currently suggests I reduce...