We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdac09 commit 95822b0Copy full SHA for 95822b0
1 file changed
README.md
@@ -35,7 +35,7 @@ Add the cache substituter and public key to your `flake.nix`:
35
{
36
nixConfig = {
37
extra-substituters = "https://nixpkgs-python.cachix.org";
38
- extra-trusted-public-keys = "nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcber0jBIYSMemRlUcXNk=";
+ extra-trusted-public-keys = "nixpkgs-python.cachix.org-1:hxjI7pFxTyuTHn2NkvWCrAUcNZLNS3ZAvfYNuYifcEU=";
39
};
40
}
41
```
0 commit comments