Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions profiles/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,15 @@ in
dates = "weekly";
};
settings = {
# makes devenv shells build significantly faster
trusted-substituters = [
"https://devenv.cachix.org"
substituters = [
"https://devenv.cachix.org" # makes devenv shells build significantly faster
"https://cache.ocf.berkeley.edu"
];
trusted-public-keys = [
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"cache.ocf.berkeley.edu-1:6n9lihkjExzagz8GYR1QY/ZthT/XAKOy+ju5Jxd6wBg="
];
};
extraOptions = ''
extra-substituters = https://devenv.cachix.org https://cache.ocf.berkeley.edu
extra-trusted-public-keys = devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw= cache.ocf.berkeley.edu-1:6n9lihkjExzagz8GYR1QY/ZthT/XAKOy+ju5Jxd6wBg=
'';
};

nixpkgs.flake.setNixPath = true;
Expand Down
Loading