mirror of
https://github.com/blahai/nyx.git
synced 2025-06-11 10:03:02 -04:00
Flake: add hydra as substituter. Nyx: add trusted substituters to nix config
This commit is contained in:
parent
2102c7af67
commit
f9314f93b3
3 changed files with 30 additions and 12 deletions
|
@ -8,6 +8,7 @@
|
|||
"https://hyprland.cachix.org/"
|
||||
"https://anyrun.cachix.org"
|
||||
"https://wezterm.cachix.org"
|
||||
"https://hydra.nixos.org/"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
@ -15,6 +16,7 @@
|
|||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
|
||||
"wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="
|
||||
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
|
||||
];
|
||||
|
||||
auto-optimise-store = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue