Rishi Kumar

Results 10 issues of Rishi Kumar

Running `nix build` after nix flake `init --template "github:DeterminateSystems/zero-to-nix#javascript-pkg"` gives a hash mismatch error. This pull request addresses that and adds the correct hash making the environment reproducible.

**Bend** recently got packaged for Nix ( [link](https://github.com/NixOS/nixpkgs/pull/312972) ) . This PR adds instructions to `README.md` on how to use **Bend** with **Nix**.

According to https://pre-commit.com , by default, the pre-commit hooks should only run on the edited files instead of all files. This PR addresses this and changes the default to the...

This PR removes the dependency on the database admin and creates a new `migration` role which contains all the necessary permissions for setting up the database migration via the Database...

This PR replaces `netcat-traditional` with `netcat-bsd` in `ci/image/gcp/Dockerfile`, as the former is not maintained since 1 year.

This is a draft PR that is made to be used for discussions surrounding postgresql upgrade that we want to do!

I've been working on implementing LSP features for `devenv.sh` and have submitted the following proof-of-concept PRs: [PR 1](https://github.com/nix-community/nixd/pull/584) and [PR 2](https://github.com/cachix/devenv/pull/1390). While the current implementation works, it has the following...

enhancement

This PR adds default support for devenv.sh with the `nixd` LSP, eliminating the need for manual configuration. This enhancement makes `devenv` more intuitive and is likely to promote wider adoption...

enhancement