Logger

Results 53 comments of Logger

i already had `1.23.0` this fixed it for me: ```nix gomod2nix.inputs.nixpkgs.follows = "nixpkgs"; ```

> To: @i-am-logger > > Are the non-colored related declarations required: > > > Should we remove the non-color related declarations: > > > Stylix should aim to declare only...

i'm getting this now in a flake.nix file were you able to resolve it? from what i see it uses the stable rather then nightly and am not sure why

i had to change mine from `nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";` to `nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";`

don't forget the `follows` ``` nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; systems.url = "github:nix-systems/default"; fenix.url = "github:nix-community/fenix"; fenix.inputs.nixpkgs.follows = "nixpkgs"; naersk.url = "github:nix-community/naersk"; naersk.inputs.nixpkgs.follows = "nixpkgs"; ```

anf if you use `devenv` ``` devenv.url = "github:cachix/devenv"; devenv.inputs.nixpkgs.follows = "nixpkgs"; ```

Thanks for the pointer to `libcava-0.10.3` seems nix's waybar package installs `libcava-0.10.1` https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/by-name/wa/waybar/package.nix#L76

after update libcava to 0.10.3 i get this error: ![image](https://github.com/user-attachments/assets/036fc454-7b17-4048-bc65-0edc0cfdc085) my cava configuration is in `~/.config/cava/config`