Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/schonfinkel/devshells

Some Nix-based development shells/templates to help me quickly bootstrap projects
https://github.com/schonfinkel/devshells

fsharp gleam nix nix-flake nix-flakes nixos

Last synced: 7 days ago
JSON representation

Some Nix-based development shells/templates to help me quickly bootstrap projects

Awesome Lists containing this project

README

        

# Nix Devshells

These are my personal devshells to help me bootstrap nix-based development environments faster.

## Projects

- F#

```shell
nix flake new --template github:schonfinkel/devshells#fsharp ./dir
```

- Gleam

```shell
nix flake new --template github:schonfinkel/devshells#gleam ./dir
```