Add new substituter configuration
This commit is contained in:
parent
3441e1c4e6
commit
fe38fa67fc
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue