Please work
This commit is contained in:
parent
5315feb612
commit
d7e82621c8
16 changed files with 179 additions and 42 deletions
24
flake.nix
24
flake.nix
|
@ -95,17 +95,17 @@
|
|||
herculesCI.ciSystems = ["x86_64-linux" "aarch64-linux"];
|
||||
});
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://cache.aciceri.dev"
|
||||
"https://nix-community.cachix.org"
|
||||
"https://rock5b-nixos.cachix.org"
|
||||
"https://helix.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"cache.aciceri.dev:4e9sFjWPUOjGwTJE98PXinJJZLwPz0m5nKsAe63MY3E="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"rock5b-nixos.cachix.org-1:bXHDewFS0d8pT90A+/YZan/3SjcyuPZ/QRgRSuhSPnA="
|
||||
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
||||
];
|
||||
# extra-substituters = [
|
||||
# "ssh-ng://root@cache.aciceri.dev"
|
||||
# "https://nix-community.cachix.org"
|
||||
# "https://rock5b-nixos.cachix.org"
|
||||
# "https://helix.cachix.org"
|
||||
# ];
|
||||
# extra-trusted-public-keys = [
|
||||
# "cache.aciceri.dev-1:aNP6f+rRTuDHi/45L1VBzlGchuj54/mI2N/22qTWgzE="
|
||||
# "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
# "rock5b-nixos.cachix.org-1:bXHDewFS0d8pT90A+/YZan/3SjcyuPZ/QRgRSuhSPnA="
|
||||
# "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
||||
# ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue