input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
37 stars 9 forks source link

Add developer shell for Rust programming language #20

Closed yvan-sraka closed 1 month ago

yvan-sraka commented 1 year ago

You can try it with nix develop "github:yvan-sraka/devx#rust" 😉!

yvan-sraka commented 1 year ago

I don't think this PR should contain the

  • .editorconfig
  • .envrc
  • .gitignore

changes. They are orthogonal to the addition of rust support.

Do I open one PR by extra config file, are rather make a bulk one with all these little tweaks?

angerman commented 1 year ago

I don't think this PR should contain the

  • .editorconfig

  • .envrc

  • .gitignore

changes. They are orthogonal to the addition of rust support.

Do I open one PR by extra config file, are rather make a bulk one with all these little tweaks?

Let's have a different PR with those and discuss the merits of adding them or not there.

yvan-sraka commented 1 year ago

Let's have a different PR with those and discuss the merits of adding them or not there.

https://github.com/input-output-hk/devx/pull/27 :)

angerman commented 1 year ago

@yvan-sraka please rebase this, clean it up, and let's get this merged.