flake: move flake's substituter to ./flakes/*
This commit is contained in:
parent
9ad52c1baa
commit
d683d4bb53
3 changed files with 10 additions and 4 deletions
|
@ -2,4 +2,8 @@
|
|||
nixpkgs.overlays = [
|
||||
inputs.berberman.overlays.default
|
||||
];
|
||||
nix.settings = {
|
||||
substituters = ["https://berberman.cachix.org"];
|
||||
trusted-public-keys = ["berberman.cachix.org-1:UHGhodNXVruGzWrwJ12B1grPK/6Qnrx2c3TjKueQPds="];
|
||||
};
|
||||
}
|
||||
|
|
6
flakes/nixos/hyprland.nix
Normal file
6
flakes/nixos/hyprland.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
nix.settings = {
|
||||
substituters = ["https://hyprland.cachix.org"];
|
||||
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
|
||||
};
|
||||
}
|
|
@ -8,14 +8,10 @@
|
|||
"https://mirror.sjtu.edu.cn/nix-channels/store" # SJTU - 上海交通大学 Mirror
|
||||
|
||||
"https://nix-community.cachix.org"
|
||||
"https://berberman.cachix.org"
|
||||
"https://hyprland.cachix.org"
|
||||
"https://cache.garnix.io"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"berberman.cachix.org-1:UHGhodNXVruGzWrwJ12B1grPK/6Qnrx2c3TjKueQPds="
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
];
|
||||
use-xdg-base-directories = true;
|
||||
|
|
Loading…
Reference in a new issue