Simple dev shells using nix
Find a file
2024-04-05 00:25:57 +00:00
.github/workflows add github workflow for udpating inputs 2023-12-08 14:53:30 +05:30
shells 🤦 2024-03-10 12:31:42 +05:30
flake.lock Actions: Update Inputs 2024-04-05 00:25:57 +00:00
flake.nix add ruby shell 2024-03-10 10:13:01 +05:30
LICENSE add license 2023-12-08 14:55:32 +05:30
README.md add shell for java 2024-01-12 19:06:30 +05:30

Dev Shells with Nix

This repo contains a bunch of handy dev shells that can used on any system that has the nix package manager installed.

Requirements

Available shells

Go

What's included?

Activate with Nix

$ nix develop github:adtya/devshell#go

Activate with Direnv

use flake github:adtya/devshell#go

Python

What's included?

Activate with Nix

$ nix develop github:adtya/devshell#python

Activate with Direnv

use flake github:adtya/devshell#python
layout pipenv # adding this will also activate pipenv shell

Haskell

What's included?

Activate with Nix

$ nix develop github:adtya/devshell#haskell

Activate with Direnv

use flake github:adtya/devshell#haskell

Rust

What's included?

Activate with Nix

$ nix develop github:adtya/devshell#rust

Activate with Direnv

use flake github:adtya/devshell#rust

Node

What's included?

Activate with Nix

$ nix develop github:adtya/devshell#node

Activate with Direnv

use flake github:adtya/devshell#node

Java

What's included?

  • OpenJDK 20
  • gradle 8

Activate with Nix

$ nix develop github:adtya/devshell#java

Activate with Direnv

use flake github:adtya/devshell#java