Skip to content

Commit 4770b03

Browse files
committed
chore(nix): switch from Lix to nixVersions.latest
Comment out Lix cache substituter and use upstream Nix instead of Lix as the default Nix package.
1 parent 43eca17 commit 4770b03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/all/conf.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
in {
99
nix = {
1010
enable = true;
11-
package = mkDefault pkgs.lix; # test lix, alt to CppNix
11+
package = mkDefault pkgs.nixVersions.latest;
1212
checkConfig = mkDefault true;
1313

1414
settings = {

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,13 @@
342342
extra-substituters = [
343343
"https://yazi.cachix.org"
344344
"https://wezterm.cachix.org"
345-
"https://cache.lix.systems"
345+
#"https://cache.lix.systems"
346346
"https://cache.numtide.com"
347347
];
348348
extra-trusted-public-keys = [
349349
"yazi.cachix.org-1:Dcdz63NZKfvUCbDGngQDAZq6kOroIrFoyO064uvLh8k="
350350
"wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="
351-
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
351+
#"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
352352
"niks3.numtide.com-1:DTx8wZduET09hRmMtKdQDxNNthLQETkc/yaX7M4qK0g="
353353
];
354354
};

0 commit comments

Comments
 (0)