/devshells

Basic Nix DevShell Flake

Primary LanguageNix

Nix DevShell Flakes

Usage

Initialize flake in current directory:

nix flake init -t github:JorgeMayoral/devshells#<name> 

Enter the devshell:

nix develop

Available templates

All templates include nushell as shell.

Name Description
default Default empty template
nodejs Template with Node.js
rust Simple template with Rust