diff options
author | EuAndreh <eu@euandre.org> | 2025-04-05 15:27:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-05 15:27:47 -0300 |
commit | e6257f1b0980f0048c3d5bd3afe7fc803adf7db3 (patch) | |
tree | 01ec62d3bc7b895183395a12df7f65de111c3659 /src/content/pastebins/2018/07 | |
parent | Makefile, deps.mk, mkdeps.sh: Cosmetic tweaks (diff) | |
download | euandre.org-e6257f1b0980f0048c3d5bd3afe7fc803adf7db3.tar.gz euandre.org-e6257f1b0980f0048c3d5bd3afe7fc803adf7db3.tar.xz |
src/content/: Fix sorting of articles published in the same day
Diffstat (limited to 'src/content/pastebins/2018/07')
4 files changed, 16 insertions, 0 deletions
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 729e981..55c4509 100644 --- a/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc +++ b/src/content/pastebins/2018/07/13/guix-nixos-systemd.adoc @@ -1,3 +1,7 @@ +//// +export sort=3 +//// + = GNU Guix systemd daemon for NixOS [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 b000cd3..a56d0c5 100644 --- a/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc +++ b/src/content/pastebins/2018/07/13/guixbuilder-nixos.adoc @@ -1,3 +1,7 @@ +//// +export sort=2 +//// + = Guix users in NixOS system configuration [source,nix] diff --git a/src/content/pastebins/2018/07/13/nix-strpad.adoc b/src/content/pastebins/2018/07/13/nix-strpad.adoc index 0557b79..f6c0823 100644 --- a/src/content/pastebins/2018/07/13/nix-strpad.adoc +++ b/src/content/pastebins/2018/07/13/nix-strpad.adoc @@ -1,3 +1,7 @@ +//// +export sort=1 +//// + = Nix string padding [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 d7a2d9a..d7faf13 100644 --- a/src/content/pastebins/2018/07/25/nix-showdrv.adoc +++ b/src/content/pastebins/2018/07/25/nix-showdrv.adoc @@ -1,3 +1,7 @@ +//// +export sort=1 +//// + = nix show-derivation sample output [source,nix] |