diff options
author | EuAndreh <eu@euandre.org> | 2020-02-06 03:58:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-06 03:58:52 -0300 |
commit | ccadc0bdf0436cefe76318567d358f27a46bf3e5 (patch) | |
tree | 58d52309b1ea2b6b7c3a08feed04deb5d64b83d2 /_pastebins/nix-show-derivation.md | |
parent | Add code metadata annotation (diff) | |
parent | Setup publish environment variables (diff) | |
download | euandre.org-ccadc0bdf0436cefe76318567d358f27a46bf3e5.tar.gz euandre.org-ccadc0bdf0436cefe76318567d358f27a46bf3e5.tar.xz |
Merge branch 'jekyll'
Diffstat (limited to '')
-rw-r--r-- | _pastebins/nix-show-derivation.md (renamed from site/pastebin/nix-show-derivation.org) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/site/pastebin/nix-show-derivation.org b/_pastebins/nix-show-derivation.md index 96d2c66..90ec80e 100644 --- a/site/pastebin/nix-show-derivation.org +++ b/_pastebins/nix-show-derivation.md @@ -1,8 +1,11 @@ --- title: nix show-derivation sample output date: 2018-07-25 +layout: pastebin +lang: en --- -#+BEGIN_SRC nix -n + +```nix $ nix show-derivation /nix/store/zzz9cl2ly0mb2njr7vwa5528fxmn29m8-combofont-0.2.drv { "/nix/store/zzz9cl2ly0mb2njr7vwa5528fxmn29m8-combofont-0.2.drv": { @@ -71,4 +74,4 @@ $ nix show-derivation /nix/store/zzz9cl2ly0mb2njr7vwa5528fxmn29m8-combofont-0.2. } } } -#+END_SRC +``` |