I've been hopping around Gentoo and Void the past few days with musl on both, and I'll be going back to NixOS in a bit due to not having enough time to set up either of them. I've realised how little RAM either systems use on musl, though, and I was wondering if there is any chance of replacing glibc with musl on NixOS?
1 Comments
hallettj@beehaw.org · 1 pts · 3y
Nixpkgs includes packages compiled for musl under the
pkgsMuslprefix. For example,pkgs.pkgsMusl.hello. IIUC these only exist on a Linux system.Maybe you can use those packages for everything by setting
pkgsMuslas 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
ck_@discuss.tchncs.de · 1 pts · 3y