Change of substituters and little group of fixs

This commit is contained in:
Laurent Gueret
2026-01-28 20:35:28 +01:00
parent ae5ac475c5
commit 3da420f424
5 changed files with 37 additions and 2 deletions
+9
View File
@@ -45,4 +45,13 @@
};
}
);
nixConfig = {
extra-substituters = [
"https://cache.flox.dev"
];
extra-trusted-public-keys = [
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
];
};
}