Sebastián Estrella

Results 21 issues of Sebastián Estrella

**Description:** After reviewing the [source code](https://github.com/actions/setup-node/blob/main/src/main.ts#L36-L52), it appears that providing an empty string to the `node-version` input is the simplest approach to bypassing Node.js installation, which may require greater explanation...

feature request

Right now, it appears that setting `allowUnfree = true` only affects the `nixpkgs` input; a closer look at the generated `.devenv.flake.nix` file reveals the following code: ```nix pkgs = import...

enhancement

Adding `all-cabal-hashes` as an input to simplify maintenance tasks. The following command could be used to update the `all-cabal-hashes` input: ``` nix flake lock --input all-cabal-hashes ``` **TODO** - [...

The README file mentioned that `x86_64-darwin` and `x86_64-linux` are supported; however, the `macos-latest` label appears to have been switched to `macos-14`, which is based on Apple M1.

## what Module consumers cannot pass a custom `basic_auth_credentials` per branch using the existing variables. At the branch level, there is also a typo on `enable_basic_auth`. ## why The changes...

minor
needs-cloudposse
terratest-failing

First and foremost, I'd like to thank everyone who contributed to this project, which has been an excellent contribution to the Nix ecosystem. Inspired by @domenkozar work on [devenv](https://devenv.sh/blog/2024/03/20/devenv-10-rewrite-in-rust/), I...

Right now, the `terraform-fmt` hook uses OpenTofu under the hood, which is a little misleading given the hook name. On the other hand, the use of OpenTofu over Terraform may...