File tree 3 files changed +301
-215
lines changed
3 files changed +301
-215
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : 7b2f93e
2
+ _commit : 4564a5b
3
3
_src_path : .
4
4
aiohttp : true
5
5
author : Radosław Szamszur
Original file line number Diff line number Diff line change 19
19
20
20
env :
21
21
NIX_CHANNEL : nixpkgs=channel:nixos-22.11
22
+ NIX_INSTALL_URL : https://releases.nixos.org/nix/nix-2.13.3/install
22
23
23
24
jobs :
24
25
meta :
52
53
- uses : cachix/install-nix-action@v18
53
54
with :
54
55
nix_path : ${{ env.NIX_CHANNEL }}
56
+ install_url : ${{ env.NIX_INSTALL_URL }}
55
57
# Remove bellow step if you do not want to use Cachix - Nix binary cache.
56
58
# For OpenSource projects there is free 5GB of storage.
57
59
# https://www.cachix.org
85
87
with :
86
88
extra_nix_config : " system-features = nixos-test benchmark big-parallel kvm"
87
89
nix_path : ${{ env.NIX_CHANNEL }}
90
+ install_url : ${{ env.NIX_INSTALL_URL }}
88
91
# Remove bellow step if you do not want to use Cachix - Nix binary cache.
89
92
# For OpenSource projects there is free 5GB of storage.
90
93
# https://www.cachix.org
You can’t perform that action at this time.
0 commit comments