mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
config: remove foo-dogsquared's binary cache
It is pretty outdated and the CI didn't able to build the packages for some time now (that I'm lazy to fix). Not to mention, some of them are being upstreamed to nixpkgs so the need to use this is low. Also, it causes the build to have some errors.
This commit is contained in:
parent
fceb1afa7f
commit
23e00d0472
@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-substituters =
|
extra-substituters =
|
||||||
"https://nix-community.cachix.org https://foo-dogsquared.cachix.org";
|
"https://nix-community.cachix.org";
|
||||||
extra-trusted-public-keys =
|
extra-trusted-public-keys =
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= foo-dogsquared.cachix.org-1:/2fmqn/gLGvCs5EDeQmqwtus02TUmGy0ZlAEXqRE70E=";
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
@ -175,11 +175,9 @@
|
|||||||
# Set several binary caches.
|
# Set several binary caches.
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
"https://foo-dogsquared.cachix.org"
|
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
"foo-dogsquared.cachix.org-1:/2fmqn/gLGvCs5EDeQmqwtus02TUmGy0ZlAEXqRE70E="
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Sane config for the package manager.
|
# Sane config for the package manager.
|
||||||
|
Loading…
Reference in New Issue
Block a user