fenix/COMMANDS.md

10 lines
187 B
Markdown
Raw Normal View History

```bash
# fenix repl (default)
nix repl --expr "import <nixpkgs>{}" pkgs
# fenix repl --nopkgs
nix repl
# fenix src FUNC (maybe a different name then src?)
fenix repl <<< ":e $FUNC"
```