nix-samples/simple-shell/README.md
2024-03-17 17:33:12 +01:00

21 lines
324 B
Markdown

# shell
## Usage
```sh
> nix-shell shell.nix --command "cowsay hey"
_____
< hey >
-----
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
> nix-shell shell2.nix --command "nvim --version"
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1693350652
```