NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.36k stars 13.59k forks source link

Package request: rustlings #334595

Closed StayBlue closed 2 weeks ago

StayBlue commented 1 month ago

Project description

This project is used by programmers looking to explore the Rust programming language and learn more about it while doing exercises. These exercises are meant to get you comfortable with the language itself and its features.

Metadata


Add a :+1: reaction to issues you find important.

mksafavi commented 4 weeks ago

Interesting package request. But does it make sense given that you need to modify the rustling files in order to use it? I personally used the flake.nix that's included in the project. which I think are removed in the new release :(

StayBlue commented 4 weeks ago

Interesting package request. But does it make sense given that you need to modify the rustling files in order to use it? I personally used the flake.nix that's included in the project. which I think are removed in the new release :(

Take a look at this issue. The maintainer of rustlings explained why the flake.nix was removed.

mo8it commented 2 weeks ago

Interesting package request. But does it make sense given that you need to modify the rustling files in order to use it? I personally used the flake.nix that's included in the project. which I think are removed in the new release :(

Take a look at this issue. The maintainer of rustlings explained why the flake.nix was removed.

TL;DR: All required files are embedded in the binary now. The exercises are dumped on initialization.

I am the new author. If you need any help, don't hesitate to ping me.

Note that a new version was published yesterday.