An open API service indexing awesome lists of open source software.

https://github.com/sshine/templates

Simon's Nix flake templates
https://github.com/sshine/templates

Last synced: about 1 year ago
JSON representation

Simon's Nix flake templates

Awesome Lists containing this project

README

          

# Simon's Nix flake templates

These are project templates for demonstrating development environments with Nix.

You can use `nix flake init` to get started, using e.g.:

```
mkdir hello-rs
cd hello-rs
nix flake init --template github:sshine/templates#rust-simple
```

But they are mainly intended for reading flake.nix for inspiration.

## [rust-simple](./rust-simple)

Provide a devShell with the Rust toolchain, nothing else.

You need to `cargo build`, `cargo run`, etc.

The flake does not export any packages.