File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v3
25
25
- uses : blaggacao/nix-quick-install-action@detect-nix-flake-config
26
26
with :
27
- nix_conf : |
28
- experimental-features = nix-command flakes
29
- accept-flake-config = true
27
+ nix_conf : experimental-features = nix-command flakes
30
28
- name : Update subflake references
31
29
run : |
32
30
# create the store path of
57
55
steps :
58
56
- uses : blaggacao/nix-quick-install-action@detect-nix-flake-config
59
57
with :
60
- nix_conf : |
61
- experimental-features = nix-command flakes
62
- accept-flake-config = true
58
+ nix_conf : experimental-features = nix-command flakes
63
59
- uses : DeterminateSystems/magic-nix-cache-action@main
64
60
- uses : divnix/std-action/run@main
65
61
75
71
steps :
76
72
- uses : blaggacao/nix-quick-install-action@detect-nix-flake-config
77
73
with :
78
- nix_conf : |
79
- experimental-features = nix-command flakes
80
- accept-flake-config = true
74
+ nix_conf : experimental-features = nix-command flakes
81
75
- uses : DeterminateSystems/magic-nix-cache-action@main
82
76
- uses : divnix/std-action/run@main
83
77
93
87
steps :
94
88
- uses : blaggacao/nix-quick-install-action@detect-nix-flake-config
95
89
with :
96
- nix_conf : |
97
- experimental-features = nix-command flakes
98
- accept-flake-config = true
90
+ nix_conf : experimental-features = nix-command flakes
99
91
- uses : actions/checkout@v3
100
92
- name : Update subflake references
101
93
run : |
You can’t perform that action at this time.
0 commit comments