COMMANDS.md will be used to track commands I wish existed as I gone insane

This commit is contained in:
Emile Clark-Boman 2025-07-29 13:59:55 +10:00
parent 8c4cf59ac2
commit b8f06ed1ac

9
COMMANDS.md Normal file
View 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"
```