Skip to content

Commit 1513fb7

Browse files
committed
update flake
1 parent dbf3e05 commit 1513fb7

File tree

2 files changed

+104
-8
lines changed

2 files changed

+104
-8
lines changed

flake.lock

+96
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
description = "ranim";
33

4-
nixConfig = {
5-
extra-substituters = [
6-
"https://mirrors.ustc.edu.cn/nix-channels/store"
7-
];
8-
trusted-substituters = [
9-
"https://mirrors.ustc.edu.cn/nix-channels/store"
10-
];
11-
};
4+
# nixConfig = {
5+
# extra-substituters = [
6+
# "https://mirrors.ustc.edu.cn/nix-channels/store"
7+
# ];
8+
# trusted-substituters = [
9+
# "https://mirrors.ustc.edu.cn/nix-channels/store"
10+
# ];
11+
# };
1212

1313

1414
inputs = {

0 commit comments

Comments
 (0)