diff --git a/users/flokli/nixos/nixos-tvix-cache/README.md b/users/flokli/nixos/nixos-tvix-cache/README.md index 6a0e2f8dd..699135def 100644 --- a/users/flokli/nixos/nixos-tvix-cache/README.md +++ b/users/flokli/nixos/nixos-tvix-cache/README.md @@ -15,7 +15,7 @@ The goals of this machine: You can configure this as a Nix substitutor on your systems like this: ```nix - nix.settings.substituters = lib.mkForce [ + nix.settings.substituters = [ "https://nixos.tvix.store" ]; ```