diff options
Diffstat (limited to '')
-rw-r--r-- | pastebins/nix-show-derivation.md (renamed from site/pastebin/nix-show-derivation.org) | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/site/pastebin/nix-show-derivation.org b/pastebins/nix-show-derivation.md index 96d2c66..2daec81 100644 --- a/site/pastebin/nix-show-derivation.org +++ b/pastebins/nix-show-derivation.md @@ -1,8 +1,6 @@ ---- -title: nix show-derivation sample output -date: 2018-07-25 ---- -#+BEGIN_SRC nix -n +--- title: nix show-derivation sample output date: 2018-07-25 --- + +``` {.nix .numberLines startFrom=""} $ nix show-derivation /nix/store/zzz9cl2ly0mb2njr7vwa5528fxmn29m8-combofont-0.2.drv { "/nix/store/zzz9cl2ly0mb2njr7vwa5528fxmn29m8-combofont-0.2.drv": { @@ -71,4 +69,4 @@ $ nix show-derivation /nix/store/zzz9cl2ly0mb2njr7vwa5528fxmn29m8-combofont-0.2. } } } -#+END_SRC +``` |