COMMANDS.md will be used to track commands I wish existed as I gone insane
This commit is contained in:
parent
8c4cf59ac2
commit
b8f06ed1ac
1 changed files with 9 additions and 0 deletions
9
COMMANDS.md
Normal file
9
COMMANDS.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
```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"
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue