~jackhill

Recent activity

[PATCH] Support short version flag (-v) 3 years ago

From Jack Hill to ~technomancy/fennel

* src/launcher.fnl: Match on -v in addition to --version to print the
version information.

This change aligns the behavior with the documentation.
---
 src/launcher.fnl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/launcher.fnl b/src/launcher.fnl
index 0a71299..1b97d42 100644
--- a/src/launcher.fnl
+++ b/src/launcher.fnl
@@ -226,6 +226,7 @@ Run fennel, a lisp programming language for the Lua runtime.
  [:--eval form] (eval form)
[message trimmed]

[PATCH] awesome-guix: Add "Guix Jupyter Kernel". 3 years ago

From Jack Hill to ~lle-bout/awesome-guix-devel

README.md (Third party GNU Guix sub-commands): Add
"https://gitlab.inria.fr/guix-hpc/guix-kernel".
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index bb763a5..2230c85 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Add new items by submitting patches to [~lle-bout/awesome-guix-devel@lists.sr.ht

- [Guix Workflow Language (GWL)](https://guixwl.org/)
- [Guix Home Manager](https://framagit.org/tyreunom/guix-home-manager)
[message trimmed]