https://github.com/brainrake/nixsh
Nix as shell
https://github.com/brainrake/nixsh
Last synced: about 1 year ago
JSON representation
Nix as shell
- Host: GitHub
- URL: https://github.com/brainrake/nixsh
- Owner: brainrake
- Created: 2022-06-04T10:25:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T11:18:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T09:13:48.057Z (about 1 year ago)
- Language: Nix
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.