Thanks so far.

Matthew Bauer <mjbaue...@gmail.com> writes:
> Partly this is understanding the split between Nix, Nixpkgs, and NixOS.
> You might not actually be rebuilding your changes to nixpkgs. This part
> of the manual explains this somewhat:
>
> http://nixos.org/nixos/manual/index.html#sec-getting-sources
>
> So, you may have to do:
>
> # nixos-rebuild switch -I nixpkgs=/my/sources/nixpkgs

Rebuild it with that in the configuration.nix

  nixpkgs.config.KodiPlugin = {
    enablePeripheralJoystick = true;
  };

Not shure if thats right. But does not work.
Of course sadly kodi config is half destroyed or "updated" in a way that
you can switch back without regressions to kodi 16.2.

But thats no new problem. So yes I have a somewhat working old
generation, well that would be fixed if I could do the upgrade
eventually. :)

Its not like that regression is the only one... vpn doesnt start as
example saw a few errors in the bootsequence. Upgrades seem often pretty
painfull in nixos :)

I mean I guess I could solve that problem with buying some hardware
remote mini keyboard, but generaly that should not be such a big problem
in theory :)


_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to