[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: website: custom-toolchains-with-guix: Publish.
From: |
Ludovic Courtès |
Subject: |
03/03: website: custom-toolchains-with-guix: Publish. |
Date: |
Wed, 15 Mar 2023 10:29:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit dd6cd135350a2059ab976e6f3068269b3b513de3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 15 15:28:48 2023 +0100
website: custom-toolchains-with-guix: Publish.
* website/drafts/custom-toolchains-with-guix.md: Rename to...
* website/posts/custom-toolchains-with-guix.md: ... this. Change date;
add footer.
---
.../{drafts => posts}/custom-toolchains-with-guix.md | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/website/drafts/custom-toolchains-with-guix.md
b/website/posts/custom-toolchains-with-guix.md
similarity index 96%
rename from website/drafts/custom-toolchains-with-guix.md
rename to website/posts/custom-toolchains-with-guix.md
index 9e0ed14..347c962 100644
--- a/website/drafts/custom-toolchains-with-guix.md
+++ b/website/posts/custom-toolchains-with-guix.md
@@ -1,6 +1,6 @@
title: Building Toolchains with Guix
author: Mitchell Schmeisser <mitchellschmeisser@librem.one>
-date: 2023-02-24 12:00
+date: 2023-03-15 16:00
tags: Software Development, Embedded, Scheme API
---
@@ -578,3 +578,21 @@ all.
It highlights one of my favorite aspects of Guix, every package is a
working reference design for you to modify and learn from.
+
+#### About GNU Guix
+
+[GNU Guix](https://guix.gnu.org) is a transactional package manager and
+an advanced distribution of the GNU system that [respects user
+freedom](https://www.gnu.org/distros/free-system-distribution-guidelines.html).
+Guix can be used on top of any system running the Hurd or the Linux
+kernel, or it can be used as a standalone operating system distribution
+for i686, x86_64, ARMv7, AArch64 and POWER9 machines.
+
+In addition to standard package management features, Guix supports
+transactional upgrades and roll-backs, unprivileged package management,
+per-user profiles, and garbage collection. When used as a standalone
+GNU/Linux distribution, Guix offers a declarative, stateless approach to
+operating system configuration management. Guix is highly customizable
+and hackable through [Guile](https://www.gnu.org/software/guile)
+programming interfaces and extensions to the
+[Scheme](http://schemers.org) language.