emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode ae1f5253be 478/500: nix-flake: Add documentation


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode ae1f5253be 478/500: nix-flake: Add documentation to README
Date: Sat, 29 Jan 2022 08:27:58 -0500 (EST)

branch: elpa/nix-mode
commit ae1f5253be69b66c83f825bda493ecab6f845029
Author: Akira Komamura <akira.komamura@gmail.com>
Commit: Akira Komamura <akira.komamura@gmail.com>

    nix-flake: Add documentation to README
---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index 94935dc12d..f3c2bd2ddd 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,20 @@ Other useful functions for Lisp scripts are provided:
 
 - nix-system - Get the current system, detected by Nix
 
+### nix-flake.el
+
+nix-flake.el provides support for flake commands.
+These commands are experimental as of Nix 2.4.
+
+It uses transient.el to provide a magit-like interface.
+To run a command on the current flake, type:
+
+M-x nix-flake<RET>
+
+You can also initialize a flake from a template:
+
+M-x nix-flake-init<RET>
+
 ### nix-repl.el
 
 nix-repl.el has two purposes.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]