Remove stubstituters configuration from action
This commit is contained in:
parent
a4ca620fac
commit
d4c24fb239
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ runs:
|
|||
- name: Setup NIX CI Environment
|
||||
run: |
|
||||
mkdir -p ~/.config/nix && cp /etc/nix/nix.conf ~/.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…
Reference in a new issue