mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
add reflex cache
This commit is contained in:
parent
915a3f80ee
commit
82d6d6de84
2 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./iohk.nix
|
||||
./reflex.nix
|
||||
./platonic.nix
|
||||
./cm-idris2-pkgs.nix
|
||||
];
|
||||
|
|
|
|||
8
features/caches/reflex.nix
Normal file
8
features/caches/reflex.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
nix.binaryCachePublicKeys = [
|
||||
"ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI="
|
||||
];
|
||||
nix.binaryCaches = [
|
||||
"https://nixcache.reflex-frp.org"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue