Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/schonfinkel/devshells
- Owner: schonfinkel
- License: agpl-3.0
- Created: 2025-01-09T13:04:28.000Z (27 days ago)
- Default Branch: master
- Last Pushed: 2025-01-28T23:34:14.000Z (7 days ago)
- Last Synced: 2025-01-29T00:28:33.235Z (7 days ago)
- Topics: fsharp, gleam, nix, nix-flake, nix-flakes, nixos
- Language: Nix
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```