File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ jobs:
21
21
uses : actions/checkout@v3
22
22
23
23
- name : Set up Nix with caching
24
- uses : kadena-io/setup-nix-with-cache/by-root@v3
24
+ uses : kadena-io/setup-nix-with-cache/by-root@v3.1
25
25
with :
26
26
cache_url : s3://nixcache.chainweb.com?region=us-east-1
27
27
signing_private_key : ${{ secrets.NIX_CACHE_PRIVATE_KEY }}
28
+ additional_experimental_features : recursive-nix
28
29
29
30
- name : Set up AWS credentials
30
31
uses : aws-actions/configure-aws-credentials@v2
34
35
aws-region : us-east-1
35
36
36
37
- name : Give root user AWS credentials
37
- uses : kadena-io/setup-nix-with-cache/copy-root-aws-credentials@v3
38
+ uses : kadena-io/setup-nix-with-cache/copy-root-aws-credentials@v3.1
38
39
39
40
- name : Build and cache artifacts
40
41
run : |
41
42
echo Building the project
42
43
nix build .#check --log-lines 500 --show-trace
44
+
45
+ echo Build the recursive output
46
+ nix build .#recursive.allDerivations --log-lines 500 --show-trace
You can’t perform that action at this time.
0 commit comments