This commit is contained in:
parent
8e46b9cf7e
commit
f4b86c7763
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ steps:
|
|||
- name: cargo2nix check
|
||||
image: nixos/nix:latest
|
||||
commands:
|
||||
- echo "substituters = https://f000.backblazeb2.com/file/cache-chir-rs/ https://cache.nixos.org/" >> /etc/nix/nix.conf
|
||||
- echo "substituters = https://f000.backblazeb2.com/file/cache-chir-rs/ https://cache.nixos.org/" > /etc/nix/nix.conf
|
||||
- echo "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nixcache:8KKuGz95Pk4UJ5W/Ni+pN+v+LDTkMMFV4yrGmAYgkDg= hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8b" >> /etc/nix/nix.conf
|
||||
- echo "experimental-features = nix-command flakes ca-derivations" >> /etc/nix/nix.conf
|
||||
- nix run github:cargo2nix/cargo2nix -- -f Cargo2.nix
|
||||
|
|
Loading…
Reference in a new issue