Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Add settings for nix<->stack integration. #69

@aloiscochard

Description

@aloiscochard

In order for stack to work properly in a NixOS environment, it is (sadly) required to pass a --nix flag every-time it is called.

Which mean that, at the moment, if you try to run codex in a stack project on NixOS, it will initially fail.

A workaround, is to edit the project stack.yaml and add nix: enable: true, which is sub-optimal as one might one to keep that only for his local project (and not pollute remote with that change).

Ideally we would like a "stackNixEnable: true" in .codex that will automatically add --nix on every stack call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions