feat: replace cppnix with lix

This commit is contained in:
Ryan Yin
2025-07-28 14:26:09 +08:00
parent 32fa706f9f
commit 31c1139dbd

View File

@@ -6,7 +6,10 @@
}: {
# auto upgrade nix to the unstable version
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/tools/package-management/nix/default.nix#L284
nix.package = pkgs.nixVersions.latest;
# nix.package = pkgs.nixVersions.latest;
# https://lix.systems/add-to-config/
nix.package = pkgs.lix;
nix.settings = {
# enable flakes globally