aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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"`.