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

https://github.com/brainrake/nixsh

Nix as shell
https://github.com/brainrake/nixsh

Last synced: about 1 year ago
JSON representation

Nix as shell

Awesome Lists containing this project

README

          

Tired of `bash` being a bad language? Use your favorite programming language as shell.

```
$ nix run github:brainrake/nixsh

nix-repl> :s sh "echo Hello, World!"
Hello, World!

```

Meaning: run run `bash` from it.