File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 41
41
42
42
- label : ' Check that the haskell.nix roots do not require IFDs'
43
43
command :
44
- - nix build .#roots.x86_64-linux --option allow-import-from-derivation false
44
+ - yes | nix build .#roots.x86_64-linux --option allow-import-from-derivation false
45
45
agents :
46
46
system : x86_64-linux
47
47
Original file line number Diff line number Diff line change 147
147
] ;
148
148
} ;
149
149
} ) ;
150
+
151
+ # --- Flake Local Nix Configuration ----------------------------
152
+ nixConfig = {
153
+ # This sets the flake to use the IOG nix cache.
154
+ # Nix should ask for permission before using it,
155
+ # but remove it here if you do not want it to.
156
+ extra-substituters = [ "https://cache.iog.io" ] ;
157
+ extra-trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ] ;
158
+ allow-import-from-derivation = "true" ;
159
+ } ;
150
160
}
You can’t perform that action at this time.
0 commit comments