this post was submitted on 17 Jul 2023
3 points (100.0% liked)
nixos
1476 readers
1 users here now
All about NixOS - https://nixos.org/
founded 5 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nixpkgs includes packages compiled for musl under the
pkgsMusl
prefix. For example,pkgs.pkgsMusl.hello
. IIUC these only exist on a Linux system.Maybe you can use those packages for everything by setting
pkgsMusl
as your package set. For example if you are using Home Manager with a flake config you normally have a line like,Maybe you could change that to