summaryrefslogtreecommitdiff
path: root/src/content/pastebins
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/pastebins')
-rw-r--r--src/content/pastebins/2018/07/11/nix-pinning.adoc1
-rw-r--r--src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc1
-rw-r--r--src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc1
-rw-r--r--src/content/pastebins/2018/07/13/guixbuilder.adoc1
-rw-r--r--src/content/pastebins/2018/07/13/nix-strpad.adoc1
-rw-r--r--src/content/pastebins/2018/07/25/nix-exps.adoc1
-rw-r--r--src/content/pastebins/2018/07/25/nix-showdrv.adoc1
-rw-r--r--src/content/pastebins/2019/06/08/inconsistent-hash.adoc1
-rw-r--r--src/content/pastebins/2019/12/29/raku-tuple-type.adoc1
-rw-r--r--src/content/pastebins/2020/01/04/guix-import-failure.adoc1
-rw-r--r--src/content/pastebins/2020/02/14/guix-shebang.adoc1
-rw-r--r--src/content/pastebins/2020/11/27/guix-build-local.adoc1
-rw-r--r--src/content/pastebins/2020/12/15/guix-pack-fail.adoc1
-rw-r--r--src/content/pastebins/2021/09/02/sicp-3-19.adoc1
14 files changed, 14 insertions, 0 deletions
diff --git a/src/content/pastebins/2018/07/11/nix-pinning.adoc b/src/content/pastebins/2018/07/11/nix-pinning.adoc
index d4bc905..63b1ac9 100644
--- a/src/content/pastebins/2018/07/11/nix-pinning.adoc
+++ b/src/content/pastebins/2018/07/11/nix-pinning.adoc
@@ -1,4 +1,5 @@
= Nix pinning
+:categories: nix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc b/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc
index 55c4509..df92548 100644
--- a/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc
+++ b/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc
@@ -3,6 +3,7 @@ export sort=3
////
= GNU Guix systemd daemon for NixOS
+:catgories: nix, guix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc b/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
index a56d0c5..38c1fe2 100644
--- a/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
+++ b/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc
@@ -3,6 +3,7 @@ export sort=2
////
= Guix users in NixOS system configuration
+:categories: nix, guix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/13/guixbuilder.adoc b/src/content/pastebins/2018/07/13/guixbuilder.adoc
index 84e84d9..e8a8dd5 100644
--- a/src/content/pastebins/2018/07/13/guixbuilder.adoc
+++ b/src/content/pastebins/2018/07/13/guixbuilder.adoc
@@ -1,4 +1,5 @@
= Guix builder user creation commands
+:categories: guix
[source,shell]
----
diff --git a/src/content/pastebins/2018/07/13/nix-strpad.adoc b/src/content/pastebins/2018/07/13/nix-strpad.adoc
index f6c0823..e6d9d64 100644
--- a/src/content/pastebins/2018/07/13/nix-strpad.adoc
+++ b/src/content/pastebins/2018/07/13/nix-strpad.adoc
@@ -3,6 +3,7 @@ export sort=1
////
= Nix string padding
+:categories: nix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/25/nix-exps.adoc b/src/content/pastebins/2018/07/25/nix-exps.adoc
index 824be69..04cb7f4 100644
--- a/src/content/pastebins/2018/07/25/nix-exps.adoc
+++ b/src/content/pastebins/2018/07/25/nix-exps.adoc
@@ -1,4 +1,5 @@
= Nix exps
+:categories: nix
[source,nix]
----
diff --git a/src/content/pastebins/2018/07/25/nix-showdrv.adoc b/src/content/pastebins/2018/07/25/nix-showdrv.adoc
index d7faf13..700d430 100644
--- a/src/content/pastebins/2018/07/25/nix-showdrv.adoc
+++ b/src/content/pastebins/2018/07/25/nix-showdrv.adoc
@@ -3,6 +3,7 @@ export sort=1
////
= nix show-derivation sample output
+:categories: nix
[source,nix]
----
diff --git a/src/content/pastebins/2019/06/08/inconsistent-hash.adoc b/src/content/pastebins/2019/06/08/inconsistent-hash.adoc
index 5877018..32ebaec 100644
--- a/src/content/pastebins/2019/06/08/inconsistent-hash.adoc
+++ b/src/content/pastebins/2019/06/08/inconsistent-hash.adoc
@@ -1,4 +1,5 @@
= Inconsistent hash of buildGoModule
+:categories: nix
:commit: https://euandre.org/git/servers/commit?id=6ba76140238b5e3c7009c201f9f80ac86063f438
diff --git a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
index 8bb7250..1a0d779 100644
--- a/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
+++ b/src/content/pastebins/2019/12/29/raku-tuple-type.adoc
@@ -1,4 +1,5 @@
= Raku tuple type annotation
+:categories: raku, programming languages
[source,perl]
----
diff --git a/src/content/pastebins/2020/01/04/guix-import-failure.adoc b/src/content/pastebins/2020/01/04/guix-import-failure.adoc
index 9e5d987..08c6ea1 100644
--- a/src/content/pastebins/2020/01/04/guix-import-failure.adoc
+++ b/src/content/pastebins/2020/01/04/guix-import-failure.adoc
@@ -1,4 +1,5 @@
= Failure on Guix TeX Live importer
+:categories: guix
[source,shell]
----
diff --git a/src/content/pastebins/2020/02/14/guix-shebang.adoc b/src/content/pastebins/2020/02/14/guix-shebang.adoc
index 862b12f..0dcbe54 100644
--- a/src/content/pastebins/2020/02/14/guix-shebang.adoc
+++ b/src/content/pastebins/2020/02/14/guix-shebang.adoc
@@ -1,4 +1,5 @@
= Guix shebang
+:categories: guix
[source,shell]
----
diff --git a/src/content/pastebins/2020/11/27/guix-build-local.adoc b/src/content/pastebins/2020/11/27/guix-build-local.adoc
index e703ba6..6fe5089 100644
--- a/src/content/pastebins/2020/11/27/guix-build-local.adoc
+++ b/src/content/pastebins/2020/11/27/guix-build-local.adoc
@@ -1,4 +1,5 @@
= Guix build local module
+:categories: guix
FIXED: rename `name` on line 9 of the first snippet, and use `"my-hello"`
instead of `"hello"`.
diff --git a/src/content/pastebins/2020/12/15/guix-pack-fail.adoc b/src/content/pastebins/2020/12/15/guix-pack-fail.adoc
index 72172db..369cae4 100644
--- a/src/content/pastebins/2020/12/15/guix-pack-fail.adoc
+++ b/src/content/pastebins/2020/12/15/guix-pack-fail.adoc
@@ -1,4 +1,5 @@
= Failure with relocatable Guix pack tarball
+:categories: guix
:post: https://guix.gnu.org/blog/2018/tarballs-the-ultimate-container-image-format/
diff --git a/src/content/pastebins/2021/09/02/sicp-3-19.adoc b/src/content/pastebins/2021/09/02/sicp-3-19.adoc
index f6aa8cf..f8245f7 100644
--- a/src/content/pastebins/2021/09/02/sicp-3-19.adoc
+++ b/src/content/pastebins/2021/09/02/sicp-3-19.adoc
@@ -1,4 +1,5 @@
= SICP exercise 3.19
+:categories: lisp, programming languages
[source,scheme]
----