system/nix-stable: fix rename warning

This commit is contained in:
LavaDesu 2022-12-02 21:33:17 +07:00
parent cf6f8131ed
commit 506cb016ad
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,14 +1,16 @@
{ config, lib, pkgs, ... }: {
nix = rec {
binaryCaches = [
"https://cache.nixos.org?priority=10"
"https://lava.cachix.org"
];
binaryCachePublicKeys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"lava.cachix.org-1:8lTWI/3IKWHByzzYHZySunMPYs2eAJw2duL+uLZkSy0="
];
trustedBinaryCaches = binaryCaches;
nix = {
settings = rec {
substituters = [
"https://cache.nixos.org?priority=10"
"https://lava.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"lava.cachix.org-1:8lTWI/3IKWHByzzYHZySunMPYs2eAJw2duL+uLZkSy0="
];
trusted-substituters = substituters;
};
extraOptions = ''
experimental-features = nix-command flakes