add nix-shell command option

This commit is contained in:
Aaron Honeycutt 2026-02-22 12:03:12 -07:00
parent 7c6174cc53
commit 191e603aa2

View file

@ -14,6 +14,10 @@ nix profile add nixpkgs#package-name
## Run a command
```bash
nix-shell -p hello --run "hello"
```
If using flakes:
```bash