mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 19:00:46 +00:00
Update cheatsheets
This commit is contained in:
17
nix3-edit
Normal file
17
nix3-edit
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# nix edit
|
||||
|
||||
> Open the Nix expression of a Nix package in $EDITOR.
|
||||
> More information: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-edit.html>.
|
||||
|
||||
- Open the source of the Nix expression of a package from nixpkgs in your `$EDITOR`:
|
||||
|
||||
`nix edit {{nixpkgs#pkg}}`
|
||||
|
||||
- Dump the source of a package to `stdout`:
|
||||
|
||||
`EDITOR=cat nix edit {{nixpkgs#pkg}}`
|
||||
Reference in New Issue
Block a user