Loïc Reynier

Results 10 comments of Loïc Reynier

What I usually do is build a wrapper around prettier and create a new hook. Here is a Flake example with the TOML plugin: ```nix { description = "Test Flake";...

A `.pre-commit-hooks.yaml` file could also be added to this repository such as ```yaml - id: treefmt name: treefmt description: Format code with treefmt entry: treefmt language: rust minimum_pre_commit_version: 1.18.1 ```...

In my experience Alacritty closing immediately is caused by missing drivers. In that case this is an issue related to your system rather than a Home-Manager issue. On my system...

I have no experience in Nix on macOs but from the [Nix package source](https://github.com/NixOS/nixpkgs/blob/350fd0044447ae8712392c6b212a18bdf2433e71/pkgs/applications/terminal-emulators/alacritty/default.nix#L98-L101) it seems that "Applications" files are copied to the environment. If I understand correctly, I don't...

I wanted to add the `dangerLevelCommand` option to the test, but since it generates an entry in the store for the generated shell script I don't know how to deal...

I just opened a [PR](https://github.com/NixOS/nixpkgs/pull/167146) this morning to add `toipe` to `nixpkgs`.

> Although, I would be interested in knowing how this would be maintained. What happens when I release a new version of toipe? Do I have to make a new...

I added you as a maintainer, I will let you know when the PR is accepted. You should receive a notification anyway.

`toipe` merge request in `nixpkgs` has just been accepted!

Wouldn't a `sudoedit` be more appropriate in this case?