Files
nixpkgs/pkgs/misc
Wolfgang Walther 37fda8bd49 tmuxPlugins: allow simple overrideAttrs without function
Regular `overrideAttrs` also supports passing a plain attribute set.

Before this PR:

```
nix-repl> tmuxPlugins.battery.overrideAttrs { pname = "my-battery"; }
error: attempt to call something which is not a function but a set: {
pname = "my-battery"; }
```

After, it works.
2025-06-18 19:09:52 +02:00
..
2025-02-24 10:44:41 +01:00
2025-06-06 17:22:25 +03:00