aboutsummaryrefslogtreecommitdiff
path: root/_pastebins
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-16 13:44:51 -0300
committerEuAndreh <eu@euandre.org>2020-12-16 13:45:44 -0300
commita97561c6cf3cb26b3ba583a04f20576256988ecc (patch)
tree228a6366436d005f108fe5d72e39b7c56454f322 /_pastebins
parentUpdate locales (diff)
downloadeuandre.org-a97561c6cf3cb26b3ba583a04f20576256988ecc.tar.gz
euandre.org-a97561c6cf3cb26b3ba583a04f20576256988ecc.tar.xz
Add some categories to existing pastebins
Diffstat (limited to '')
-rw-r--r--_pastebins/2018-07-11-nix-pinning.md7
-rw-r--r--_pastebins/2018-07-13-gnu-guix-systemd-daemon-for-nixos.md7
-rw-r--r--_pastebins/2018-07-13-guix-builder-user-creation-commands.md7
-rw-r--r--_pastebins/2018-07-13-guix-users-in-nixos-system-configuration.md7
-rw-r--r--_pastebins/2018-07-13-nix-string-padding.md7
-rw-r--r--_pastebins/2018-07-25-nix-exps.md7
-rw-r--r--_pastebins/2018-07-25-nix-show-derivation.md7
-rw-r--r--_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md2
-rw-r--r--_pastebins/2020-01-04-failure-on-guix-tex-live-importer.md7
-rw-r--r--_pastebins/2020-02-14-guix-shebang.md7
-rw-r--r--_pastebins/2020-11-27-guix-build-local-module.md7
-rw-r--r--_pastebins/2020-12-15-failure-with-relocatable-guix-pack-tarball.md7
12 files changed, 79 insertions, 0 deletions
diff --git a/_pastebins/2018-07-11-nix-pinning.md b/_pastebins/2018-07-11-nix-pinning.md
index 4239511..a7dc212 100644
--- a/_pastebins/2018-07-11-nix-pinning.md
+++ b/_pastebins/2018-07-11-nix-pinning.md
@@ -1,8 +1,15 @@
---
+
title: Nix pinning
+
date: 2018-07-11
+
layout: pastebin
+
lang: en
+
+eu_categories: nix
+
---
```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 0580993..26ef929 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
@@ -1,8 +1,15 @@
---
+
title: GNU Guix systemd daemon for NixOS
+
date: 2018-07-13
+
layout: pastebin
+
lang: en
+
+eu_categories: nix,guix
+
---
```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 356fe4b..ce1baf5 100644
--- a/_pastebins/2018-07-13-guix-builder-user-creation-commands.md
+++ b/_pastebins/2018-07-13-guix-builder-user-creation-commands.md
@@ -1,8 +1,15 @@
---
+
title: Guix builder user creation commands
+
date: 2018-07-13
+
layout: pastebin
+
lang: en
+
+eu_categories: guix
+
---
```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 f7c8440..56cd7bd 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
@@ -1,8 +1,15 @@
---
+
title: Guix users in NixOS system configuration
+
date: 2018-07-13
+
layout: pastebin
+
lang: en
+
+eu_categories: nix,guix
+
---
```nix
diff --git a/_pastebins/2018-07-13-nix-string-padding.md b/_pastebins/2018-07-13-nix-string-padding.md
index 8de9048..7119a7d 100644
--- a/_pastebins/2018-07-13-nix-string-padding.md
+++ b/_pastebins/2018-07-13-nix-string-padding.md
@@ -1,8 +1,15 @@
---
+
title: Nix string padding
+
date: 2018-07-13
+
layout: pastebin
+
lang: en
+
+eu_categories: nix
+
---
```nix
diff --git a/_pastebins/2018-07-25-nix-exps.md b/_pastebins/2018-07-25-nix-exps.md
index d0ee26b..4ebeff2 100644
--- a/_pastebins/2018-07-25-nix-exps.md
+++ b/_pastebins/2018-07-25-nix-exps.md
@@ -1,8 +1,15 @@
---
+
title: Nix Stuff
+
date: 2018-07-25
+
layout: pastebin
+
lang: en
+
+eu_categories: nix
+
---
```nix
diff --git a/_pastebins/2018-07-25-nix-show-derivation.md b/_pastebins/2018-07-25-nix-show-derivation.md
index 90ec80e..77f8e47 100644
--- a/_pastebins/2018-07-25-nix-show-derivation.md
+++ b/_pastebins/2018-07-25-nix-show-derivation.md
@@ -1,8 +1,15 @@
---
+
title: nix show-derivation sample output
+
date: 2018-07-25
+
layout: pastebin
+
lang: en
+
+eu_categories: nix
+
---
```nix
diff --git a/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md b/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md
index 12a498b..4fbb37e 100644
--- a/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md
+++ b/_pastebins/2019-06-08-inconsistent-hash-of-buildgomodule.md
@@ -8,6 +8,8 @@ layout: pastebin
lang: en
+eu_categories: nix
+
---
FIXED: See https://discourse.nixos.org/t/inconsistent-hash-of-buildgomodule/3127/2
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 5b74724..ea59540 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
@@ -1,8 +1,15 @@
---
+
title: Failure on Guix TeX Live importer
+
date: 2020-01-04
+
layout: pastebin
+
lang: en
+
+eu_categories: guix
+
---
```shell
diff --git a/_pastebins/2020-02-14-guix-shebang.md b/_pastebins/2020-02-14-guix-shebang.md
index 626aea8..6c639ad 100644
--- a/_pastebins/2020-02-14-guix-shebang.md
+++ b/_pastebins/2020-02-14-guix-shebang.md
@@ -1,8 +1,15 @@
---
+
title: Guix shebang
+
date: 2020-02-14
+
layout: pastebin
+
lang: en
+
+eu_categories: guix
+
---
```shell
diff --git a/_pastebins/2020-11-27-guix-build-local-module.md b/_pastebins/2020-11-27-guix-build-local-module.md
index 49bcd86..b7ce43f 100644
--- a/_pastebins/2020-11-27-guix-build-local-module.md
+++ b/_pastebins/2020-11-27-guix-build-local-module.md
@@ -1,8 +1,15 @@
---
+
title: Guix build local module
+
date: 2020-11-27
+
layout: pastebin
+
lang: en
+
+eu_categories: guix
+
---
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 645a424..9f4c230 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
@@ -1,8 +1,15 @@
---
+
title: Failure with relocatable Guix pack tarball
+
date: 2020-12-15
+
layout: pastebin
+
lang: en
+
+eu_categories: guix
+
---
FIXED: Use `GUIX_PROFILE= source etc/profile`