Add new substituter configuration

This commit is contained in:
Fabian Hauser 2024-12-10 16:52:44 +02:00
parent 3441e1c4e6
commit fe38fa67fc

View file

@ -14,6 +14,9 @@ runs:
steps:
- name: Setup NIX CI Environment
run: |
mkdir -p ~/.config/nix
echo "substituters = https://nixpkgs-cache.qo.is?priority=39" >> ~/.config/nix/nix.conf
echo "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" >> ~/.config/nix/nix.conf
nix profile install nixpkgs#git-lfs nixpkgs#gnused
- name: Checkout Repository