aboutsummaryrefslogtreecommitdiff
path: root/_pastebins
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-27 20:50:17 -0300
committerEuAndreh <eu@euandre.org>2020-11-27 20:50:17 -0300
commitb5ec729aa02a1898abd66b3b42c63f3341f84dce (patch)
tree06acead81fc83067f2e839651b5a9f0474cea137 /_pastebins
parent/home/andreh/dev/libre/dotfiles/scripts/ad-hoc/pastebin.sh: Auto-add _pastebi... (diff)
downloadeuandre.org-b5ec729aa02a1898abd66b3b42c63f3341f84dce.tar.gz
euandre.org-b5ec729aa02a1898abd66b3b42c63f3341f84dce.tar.xz
Add FIXED update to pastebin
Diffstat (limited to '')
-rw-r--r--_pastebins/2020-11-27-guix-build-local-module.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/_pastebins/2020-11-27-guix-build-local-module.md b/_pastebins/2020-11-27-guix-build-local-module.md
index 1a328a9..90e358b 100644
--- a/_pastebins/2020-11-27-guix-build-local-module.md
+++ b/_pastebins/2020-11-27-guix-build-local-module.md
@@ -44,5 +44,6 @@ But with an eval expression it did:
```shell
$ guix build -L. -e '(@ (build) my-hello)'
# works
-
```
+
+FIXED: rename `name` on line 9 of the first snippet, and use `"my-hello"` instead of `"hello"`.