|
|
|
|
|
by dsissitka
2056 days ago
|
|
You can but unless you use NixOS the experience might not be great. A few months ago I tried migrating my development environment from Ansible to Nix. My playbooks are basically in alphabetical order and so that meant starting with Alacritty. I immediately hit two issues: - A conflict between the version of fontconfig the package was compiled with and the version of fontconfig installed on my system. - Nix's OpenGL problem. [0] They're easy enough to work around but I wonder how big the list would've gotten if I hadn't stopped there. [0] https://github.com/NixOS/nixpkgs/issues/9415 |
|