Naïm Camille Favier

Results 190 comments of Naïm Camille Favier

Ah, I shouldn't have merged so soon. The nixpkgs-unstable import is currently broken (but a [fix](https://github.com/NixOS/nixpkgs/pull/198247) is underway), so that channel will be rolled back a bit until the next...

While I think this is reasonable, I can't find any authority on what the format of `longDescription` is supposed to be (though the convention seems to be markdown). I think...

This is an index of flakes that are useful to the community, not a place to advertise your company, *much less* your random web3 thing nobody asked for.

Your flake doesn't expose any packages or options, so adding it would have no effect for now. You can see this by adding `--json` to your command before `flake`.

This is still applicable.

I had no problem connecting with IPv6.

http://math.andrej.com/feed.xml Unfortunately it [doesn't validate](https://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fmath.andrej.com%2Ffeed.xml), which is why I'm here. EDIT: https://github.com/andrejbauer/mathematics-and-computation/pull/149

I recommend doing something like ```nix { systemd.user.services.setxkbmap.Service.ExecStartPost = "${pkgs.xorg.xmodmap}/bin/xmodmap ..."; } ``` so that your xmodmap rules are reactivated every time the setxkbmap service runs.

https://github.com/nix-community/home-manager/pull/2971 adds a `flake.lock`, so I guess it's blocked on this. > @DeterminateSystems have since released a [GitHub Action](https://github.com/DeterminateSystems/update-flake-lock) that does what we would want, and it's probably better for...