[nix] Move to Lix

This commit is contained in:
Alyxia Sother 2024-07-10 19:19:30 +02:00
parent e7e1874516
commit 19b92cd8fd
No known key found for this signature in database
GPG key ID: 01E16C4E775A37E4

View file

@ -138,7 +138,13 @@ in
{
nix = {
package = pkgs.nix;
# package = pkgs.nix;
package = pkgs.lix.overrideAttrs (oldAttrs: {
postPatch = (oldAttrs.postPatch or "") + ''
substituteInPlace src/libmain/shared.cc \
--replace-fail "(Lix, like Nix)" "but for lesbians"
'';
});
settings = {
experimental-features = [ "nix-command" "flakes" ];
build-users-group = "nixbld";