https://github.com/mlabs-haskell/plutus-conformance
https://github.com/mlabs-haskell/plutus-conformance
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlabs-haskell/plutus-conformance
- Owner: mlabs-haskell
- License: apache-2.0
- Created: 2024-05-13T20:02:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T14:47:22.000Z (about 2 years ago)
- Last Synced: 2024-05-29T06:24:09.999Z (about 2 years ago)
- Language: Nix
- Size: 66.4 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# plutus-conformance
## Nix Binary Cache
You can optionally use binary cache to skip building software and download it instead.
Edit `/etc/nix/nix.conf` (or related settings in NixOS config) and merge the new
values separated by spaces into the options:
```conf
substituters = ...https://plutonomicon.cachix.org https://cache.iog.io
trusted-public-keys = ... public-plutonomicon.cachix.org-1:3AKJMhCLn32gri1drGuaZmFrmnue+KkKrhhubQk/CWc= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
```
Warning: do not add users to trusted-users because that
[gives them root accesswithout password](https://nixos.org/manual/nix/stable/command-ref/conf-file.html?highlight=giving%25root#conf-trusted-users).