mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 03:28:30 -07:00
chore: force priorities of substituters
This commit is contained in:
parent
4b51d6dea7
commit
65e681dd50
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ in
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
substituters = [
|
substituters = lib.mkForce [
|
||||||
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store?priority=1"
|
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store?priority=1"
|
||||||
"https://cache.nixos.org?priority=2"
|
"https://cache.nixos.org?priority=2"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue