mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
feat: replace cppnix with lix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user