From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Vladimir Sedach Newsgroups: gmane.emacs.help Subject: Re: [OFFTOPIC] 1L? Date: Mon, 11 Feb 2019 19:48:43 -0800 Message-ID: <35058.4357905731$1549943417@news.gmane.org> References: <86lg2r7ggb.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="81290"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: mu4e 1.1.0; emacs 26.1 Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 12 04:50:13 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gtP5H-000L1f-GX for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Feb 2019 04:50:11 +0100 Original-Received: from localhost ([127.0.0.1]:60676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtP5G-0002ic-HQ for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Feb 2019 22:50:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtP55-0002iO-6Z for help-gnu-emacs@gnu.org; Mon, 11 Feb 2019 22:50:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtP54-0006br-1S for help-gnu-emacs@gnu.org; Mon, 11 Feb 2019 22:49:59 -0500 Original-Received: from forward101p.mail.yandex.net ([77.88.28.101]:55073) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtP53-0006U2-B4 for help-gnu-emacs@gnu.org; Mon, 11 Feb 2019 22:49:57 -0500 Original-Received: from mxback2j.mail.yandex.net (mxback2j.mail.yandex.net [IPv6:2a02:6b8:0:1619::10b]) by forward101p.mail.yandex.net (Yandex) with ESMTP id 1FE9F3281806; Tue, 12 Feb 2019 06:49:50 +0300 (MSK) Original-Received: from smtp2o.mail.yandex.net (smtp2o.mail.yandex.net [2a02:6b8:0:1a2d::26]) by mxback2j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 8litnJAfbz-nmo4WVVI; Tue, 12 Feb 2019 06:49:50 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oneofus.la; s=mail; t=1549943390; bh=y3JTw3P7zGeGzPRea9muP/yQ52jSPX3UEv4guFYxGx0=; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID; b=gvTTvPWBUTKXEeHQ8aR5Ryz5dnTkQd6fDdQ0Hj0lW1b2I6CkpGgCp3XvfjK6IMQP+ v92oH7DJcu50SCsBzM3JBluYykhlJoC6RzvCWeDOODLpVz108CJ5s52VDgJftZq+w+ wDogm3Xb6nNdjsiGoBy7yLu4RQ/9D5Rn5FG0Zc7w= Authentication-Results: mxback2j.mail.yandex.net; dkim=pass header.i=@oneofus.la Original-Received: by smtp2o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Y9E3ciLUWU-nl6mg8uo; Tue, 12 Feb 2019 06:49:47 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) In-reply-to: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 77.88.28.101 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119365 Archived-At: > AFAIK it's an instance of the "NixOS design", right? Guix is a GNU package manager derived from Nix. GuixSD is a GNU/Linux distribution built on the Linux-libre kernel, Guix package manager, and OS configuration and the init system written in Guile. There is an Emacs major mode UI for the whole thing. https://www.gnu.org/software/guix/ Vladimir