···11+I use [lix](https://git.lix.systems/lix-project/lix).
22+33+> [!NOTE] Furthermore this is with a custom
44+patch set through [izlix](https://github.com/isabelroses/izlix). Though I don't
55+recommend using izlix. If you want the patches you may copy them for personal
66+use.
77+18This flake makes a point of using lix where possible.
2933-To do so we add the following snippet taken from [modules/base/nix/overlays/default.nix](https://github.com/isabelroses/dotfiles/blob/63a58bee7e7273c82a4c502cac64bcfb68b8e54f/modules/base/nix/overlays/default.nix#L13-L23).
1010+To do so we add the following snippet taken from [modules/base/nix/overlays/default.nix](https://github.com/isabelroses/dotfiles/blob/463e509725f610d802c483fdc00ce0b77cd778c2/modules/base/nixpkgs/overlays/default.nix#L13-L25).
411What this does is use lix where possible rather than nix.
512613```nix
···1825 nixForLinking = prev.nixVersions.stable;
1926}
2027```
2121-2222-Futhermore, I add the following patches:
2323-2424-- [callpackage cli](https://github.com/isabelroses/dotfiles/blob/main/modules/flake/packages/lix/patches/lix-callpackage-cli.patch) - a patch to add `-C` to `nix build` to allow you to build a package from a file.
2525-- [abs builtin](https://github.com/isabelroses/dotfiles/blob/main/modules/flake/packages/lix/patches/lix-feat-builtins-abs.patch) - adds the `abs` builtin
2626-- [greaterThan builtin](https://github.com/isabelroses/dotfiles/blob/main/modules/flake/packages/lix/patches/lix-feat-builtins-greaterThan.patch) - adds the `greaterThan` builtin
2727-- [pow builtin](https://github.com/isabelroses/dotfiles/blob/main/modules/flake/packages/lix/patches/lix-feat-builtins-pow.patch) - adds the `pow` builtin
2828-2929-None of the patches should be used in production code but are nice to have.