chore: remove unused nix sibstituters
This commit is contained in:
parent
9bc5e9d10e
commit
b4a9a4023f
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, inputs, ... }:
|
{ lib, inputs, ... }:
|
||||||
|
|
||||||
let flakes = lib.filterAttrs (name: value: value ? outputs) inputs;
|
let flakes = lib.filterAttrs (name: value: value ? outputs) inputs;
|
||||||
in {
|
in {
|
||||||
|
@ -11,16 +11,9 @@ in {
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
trusted-users = [ "@wheel" ];
|
trusted-users = [ "@wheel" ];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
substituters = [
|
substituters = [ "https://felschr.cachix.org" ];
|
||||||
"https://hydra.iohk.io"
|
trusted-public-keys =
|
||||||
"https://shajra.cachix.org"
|
[ "felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A=" ];
|
||||||
"https://felschr.cachix.org"
|
|
||||||
];
|
|
||||||
trusted-public-keys = [
|
|
||||||
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
|
|
||||||
"shajra.cachix.org-1:V0x7Wjgd/mHGk2KQwzXv8iydfIgLupbnZKLSQt5hh9o="
|
|
||||||
"felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A="
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
|
|
Loading…
Reference in a new issue