diff options
Diffstat (limited to '')
-rw-r--r-- | site/pastebin/failure-on-guix-tex-live-importer.org | 6 | ||||
-rw-r--r-- | site/pastebin/inconsistent-hash-of-buildgomodule.org | 7 | ||||
-rw-r--r-- | site/pastebin/nix-exps.org | 6 | ||||
-rw-r--r-- | site/pastebin/nix-show-derivation.org | 6 | ||||
-rw-r--r-- | site/pastebin/raku-tuple-type-annotation.org | 6 |
5 files changed, 20 insertions, 11 deletions
diff --git a/site/pastebin/failure-on-guix-tex-live-importer.org b/site/pastebin/failure-on-guix-tex-live-importer.org index c75b66a..cb86621 100644 --- a/site/pastebin/failure-on-guix-tex-live-importer.org +++ b/site/pastebin/failure-on-guix-tex-live-importer.org @@ -1,5 +1,7 @@ -#+TITLE: Failure on Guix TeX Live importer -2020-01-04 samedi 16:03 +--- +title: Failure on Guix TeX Live importer +date: 2020-01-04 +--- #+BEGIN_SRC shell -n $ guix import texlive fontspec redirection vers « https://ctan.org/xml/1.2/pkg/fontspec »... diff --git a/site/pastebin/inconsistent-hash-of-buildgomodule.org b/site/pastebin/inconsistent-hash-of-buildgomodule.org index 4ba5610..2aa7d96 100644 --- a/site/pastebin/inconsistent-hash-of-buildgomodule.org +++ b/site/pastebin/inconsistent-hash-of-buildgomodule.org @@ -1,6 +1,7 @@ -#+TITLE: Inconsistent hash of buildGoModule -2019-06-08 Saturday 19:14 - +--- +title: Inconsistent hash of buildGoModule +date: 2019-06-08 +--- [[https://discourse.nixos.org/t/inconsistent-hash-of-buildgomodule/3127/2][FIXED]]. The [[https://git.sr.ht/~euandreh/vps/commit/6ba76140238b5e3c7009c201f9f80ac86063f438][commit that made this visible]]. diff --git a/site/pastebin/nix-exps.org b/site/pastebin/nix-exps.org index 858a5a3..997d6ab 100644 --- a/site/pastebin/nix-exps.org +++ b/site/pastebin/nix-exps.org @@ -1,5 +1,7 @@ -#+TITLE: Nix Stuff -2018-07-25 Wed 20:50 +--- +title: Nix Stuff +date: 2018-07-25 +--- #+BEGIN_SRC nix -n let pkgsOriginal = import <nixpkgs> {}; diff --git a/site/pastebin/nix-show-derivation.org b/site/pastebin/nix-show-derivation.org index f443d77..96d2c66 100644 --- a/site/pastebin/nix-show-derivation.org +++ b/site/pastebin/nix-show-derivation.org @@ -1,5 +1,7 @@ -#+TITLE: =nix show-derivation= sample output -2018-07-25 Wed 20:51 +--- +title: nix show-derivation sample output +date: 2018-07-25 +--- #+BEGIN_SRC nix -n $ nix show-derivation /nix/store/zzz9cl2ly0mb2njr7vwa5528fxmn29m8-combofont-0.2.drv { diff --git a/site/pastebin/raku-tuple-type-annotation.org b/site/pastebin/raku-tuple-type-annotation.org index c2ca83c..8d0e55f 100644 --- a/site/pastebin/raku-tuple-type-annotation.org +++ b/site/pastebin/raku-tuple-type-annotation.org @@ -1,5 +1,7 @@ -#+TITLE: Raku tuple type annotation -2019-12-29 dimanche 21:11 +--- +title: Raku tuple type annotation +date: 2019-12-29 +--- #+BEGIN_SRC raku -n # Single Str return value: this works sub f1(Str $in --> Str) { |