Yvan Sraka
Yvan Sraka
The issue here is that interactive user confirmation of using IOG cache currently [stuck the CI](https://buildkite.com/input-output-hk/haskell-dot-nix/builds/6855#01827c9d-946f-48b2-8f0d-9c4484f0f0ee) … solutions could be to: - add IOG cache to global Nix configuration of...
I could add [the same local `nix.conf` hack](https://github.com/input-output-hk/haskell.nix/pull/1611) to another shell script or give a try to: ``` yes | nix build .#roots.x86_64-linux --option allow-import-from-derivation false ```
I should follow guidelines defined here https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake-init.html#template-definitions in https://github.com/NixOS/templates/pull/40
https://github.com/NixOS/templates/pull/40
This is superseded by https://github.com/input-output-hk/haskell.nix/pull/1746