diff options
author | EuAndreh <eu@euandre.org> | 2020-12-19 13:45:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-19 13:49:07 -0300 |
commit | 155eb972fe0f4f0492899a5542a21471ad9f5948 (patch) | |
tree | fb65cf2f2f9b39afb5408ce44f4d1920e089a4e9 /_pastebins | |
parent | Add Podcast structure, with public entrypoint commented out (diff) | |
download | euandre.org-155eb972fe0f4f0492899a5542a21471ad9f5948.tar.gz euandre.org-155eb972fe0f4f0492899a5542a21471ad9f5948.tar.xz |
Fix translation navigation link of collections
Diffstat (limited to '')
-rw-r--r-- | _pastebins/2016-04-05-rpn-macro-setup.md | 7 | ||||
-rw-r--r-- | _pastebins/2018-07-11-nix-pinning.md | 2 | ||||
-rw-r--r-- | _pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.md | 2 | ||||
-rw-r--r-- | _pastebins/2018-07-13-guix-builder-user-creation-commands.md | 2 | ||||
-rw-r--r-- | _pastebins/2018-07-13-guix-users-in-nixos-system-configuration.md | 2 | ||||
-rw-r--r-- | _pastebins/2018-07-13-nix-string-padding.md | 2 | ||||
-rw-r--r-- | _pastebins/2018-07-25-nix-exps.md | 4 | ||||
-rw-r--r-- | _pastebins/2018-07-25-nix-show-derivation-sample-output.md (renamed from _pastebins/2018-07-25-nix-show-derivation.md) | 2 | ||||
-rw-r--r-- | _pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md | 2 | ||||
-rw-r--r-- | _pastebins/2019-12-29-raku-tuple-type-annotation.md | 7 | ||||
-rw-r--r-- | _pastebins/2020-01-04-failure-on-guix-tex-live-importer.md | 2 | ||||
-rw-r--r-- | _pastebins/2020-02-14-guix-shebang.md | 2 | ||||
-rw-r--r-- | _pastebins/2020-11-27-guix-build-local-module.md | 2 | ||||
-rw-r--r-- | _pastebins/2020-12-15-failure-with-relocatable-guix-pack-tarball.md | 2 |
14 files changed, 39 insertions, 1 deletions
diff --git a/_pastebins/2016-04-05-rpn-macro-setup.md b/_pastebins/2016-04-05-rpn-macro-setup.md index 3ea6a86..25ca6ba 100644 --- a/_pastebins/2016-04-05-rpn-macro-setup.md +++ b/_pastebins/2016-04-05-rpn-macro-setup.md @@ -1,8 +1,15 @@ --- + title: RPN macro setup + date: 2016-04-05 + layout: post + lang: en + +ref: rpn-macro-setup + --- ```lisp diff --git a/_pastebins/2018-07-11-nix-pinning.md b/_pastebins/2018-07-11-nix-pinning.md index 3e38bcf..2d35e09 100644 --- a/_pastebins/2018-07-11-nix-pinning.md +++ b/_pastebins/2018-07-11-nix-pinning.md @@ -10,6 +10,8 @@ lang: en eu_categories: nix +ref: nix-pinning + --- ```nix diff --git a/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.md b/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.md index 1278485..c2b8b62 100644 --- a/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.md +++ b/_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.md @@ -10,6 +10,8 @@ lang: en eu_categories: nix,guix +ref: gnu-guix-systemd-daemon-for-nixos + --- ```nix diff --git a/_pastebins/2018-07-13-guix-builder-user-creation-commands.md b/_pastebins/2018-07-13-guix-builder-user-creation-commands.md index c68ce3a..82204a8 100644 --- a/_pastebins/2018-07-13-guix-builder-user-creation-commands.md +++ b/_pastebins/2018-07-13-guix-builder-user-creation-commands.md @@ -10,6 +10,8 @@ lang: en eu_categories: guix +ref: guix-builder-user-creation-commands + --- ```shell diff --git a/_pastebins/2018-07-13-guix-users-in-nixos-system-configuration.md b/_pastebins/2018-07-13-guix-users-in-nixos-system-configuration.md index 865ef63..880d347 100644 --- a/_pastebins/2018-07-13-guix-users-in-nixos-system-configuration.md +++ b/_pastebins/2018-07-13-guix-users-in-nixos-system-configuration.md @@ -10,6 +10,8 @@ lang: en eu_categories: nix,guix +ref: guix-users-in-nixos-system-configuration + --- ```nix diff --git a/_pastebins/2018-07-13-nix-string-padding.md b/_pastebins/2018-07-13-nix-string-padding.md index a3133b6..359bda5 100644 --- a/_pastebins/2018-07-13-nix-string-padding.md +++ b/_pastebins/2018-07-13-nix-string-padding.md @@ -10,6 +10,8 @@ lang: en eu_categories: nix +ref: nix-string-padding + --- ```nix diff --git a/_pastebins/2018-07-25-nix-exps.md b/_pastebins/2018-07-25-nix-exps.md index 3628ed0..23d75b6 100644 --- a/_pastebins/2018-07-25-nix-exps.md +++ b/_pastebins/2018-07-25-nix-exps.md @@ -1,6 +1,6 @@ --- -title: Nix Stuff +title: Nix exps date: 2018-07-25 @@ -10,6 +10,8 @@ lang: en eu_categories: nix +ref: nix-exps + --- ```nix diff --git a/_pastebins/2018-07-25-nix-show-derivation.md b/_pastebins/2018-07-25-nix-show-derivation-sample-output.md index e6b4df6..813965d 100644 --- a/_pastebins/2018-07-25-nix-show-derivation.md +++ b/_pastebins/2018-07-25-nix-show-derivation-sample-output.md @@ -10,6 +10,8 @@ lang: en eu_categories: nix +ref: nix-show-derivation-sample-output + --- ```nix diff --git a/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md b/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md index 62d90ce..3d99ac5 100644 --- a/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md +++ b/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md @@ -10,6 +10,8 @@ lang: en eu_categories: nix +ref: inconsistent-hash-of-buildgomodule + --- FIXED: See https://discourse.nixos.org/t/inconsistent-hash-of-buildgomodule/3127/2 diff --git a/_pastebins/2019-12-29-raku-tuple-type-annotation.md b/_pastebins/2019-12-29-raku-tuple-type-annotation.md index 7829fae..3d5ff34 100644 --- a/_pastebins/2019-12-29-raku-tuple-type-annotation.md +++ b/_pastebins/2019-12-29-raku-tuple-type-annotation.md @@ -1,8 +1,15 @@ --- + title: Raku tuple type annotation + date: 2019-12-29 + layout: post + lang: en + +ref: raku-tuple-type-annotation + --- ```perl diff --git a/_pastebins/2020-01-04-failure-on-guix-tex-live-importer.md b/_pastebins/2020-01-04-failure-on-guix-tex-live-importer.md index c31e396..3388a8d 100644 --- a/_pastebins/2020-01-04-failure-on-guix-tex-live-importer.md +++ b/_pastebins/2020-01-04-failure-on-guix-tex-live-importer.md @@ -10,6 +10,8 @@ lang: en eu_categories: guix +ref: failure-on-guix-tex-live-importer + --- ```shell diff --git a/_pastebins/2020-02-14-guix-shebang.md b/_pastebins/2020-02-14-guix-shebang.md index aac9c17..67d504d 100644 --- a/_pastebins/2020-02-14-guix-shebang.md +++ b/_pastebins/2020-02-14-guix-shebang.md @@ -10,6 +10,8 @@ lang: en eu_categories: guix +ref: guix-shebang + --- ```shell diff --git a/_pastebins/2020-11-27-guix-build-local-module.md b/_pastebins/2020-11-27-guix-build-local-module.md index 616663b..350d50f 100644 --- a/_pastebins/2020-11-27-guix-build-local-module.md +++ b/_pastebins/2020-11-27-guix-build-local-module.md @@ -10,6 +10,8 @@ lang: en eu_categories: guix +ref: guix-build-local-module + --- FIXED: rename `name` on line 9 of the first snippet, and use `"my-hello"` instead of `"hello"`. diff --git a/_pastebins/2020-12-15-failure-with-relocatable-guix-pack-tarball.md b/_pastebins/2020-12-15-failure-with-relocatable-guix-pack-tarball.md index 165571f..2834f90 100644 --- a/_pastebins/2020-12-15-failure-with-relocatable-guix-pack-tarball.md +++ b/_pastebins/2020-12-15-failure-with-relocatable-guix-pack-tarball.md @@ -10,6 +10,8 @@ lang: en eu_categories: guix +ref: failure-with-relocatable-guix-pack-tarball + --- FIXED: Use `GUIX_PROFILE= source etc/profile` |