feat: set up deploy-rs

This commit is contained in:
Felix Schröter 2022-05-05 21:24:46 +02:00
parent 5f329f550e
commit b2bb30a24d
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 80 additions and 3 deletions
system

View file

@ -7,6 +7,8 @@
options = "--delete-older-than 30d";
};
nix.trustedUsers = [ "@wheel" ];
nix.settings = {
auto-optimise-store = true;
substituters = [ "https://hydra.iohk.io" "https://shajra.cachix.org" ];