Skip to content

Commit 11d0c21

Browse files
authored
Merge pull request #830 from reflex-frp/ryantrinkle-patch-1
Fix settings in NixOS.md
2 parents 79c454a + f70e481 commit 11d0c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notes/NixOS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
When using Nix on NixOS, only root can add binary caches to the system. This will force `try-reflex` to rebuild GHCJS from scratch, which takes hours. To use the binary cache, you can add the following lines to your `/etc/nixos/configuration.nix`:
44

55
```
6-
nix.substituters = [ "https://cache.nixos.org/" "https://nixcache.reflex-frp.org" ];
7-
nix.trusted-public-keys = [ "ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=" ];
6+
nix.settings.substituters = [ "https://nixcache.reflex-frp.org" ];
7+
nix.settings.trusted-public-keys = [ "ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI=" ];
88
```
99

1010
If you already have one of these variables set up, just add these values to the existing lists.

0 commit comments

Comments
 (0)