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

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

[nongnu] elpa/nix-mode 3957a90b1a 125/500: Add `null` to list of Nix bui


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 3957a90b1a 125/500: Add `null` to list of Nix builtins
Date: Sat, 29 Jan 2022 08:26:48 -0500 (EST)

branch: elpa/nix-mode
commit 3957a90b1a3ae8f4702369cd7395cd7c5a2b9b7f
Author: Remy Goldschmidt <taktoa@gmail.com>
Commit: Matthew Justin Bauer <mjbauer95@gmail.com>

    Add `null` to list of Nix builtins
---
 nix-mode.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nix-mode.el b/nix-mode.el
index 4a3bc0bd94..ac5824b641 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -36,10 +36,10 @@
 (defconst nix-builtins
   '("builtins" "baseNameOf"
     "derivation" "dirOf"
-    "false" "fetchTarball"
-    "import" "isNull"
-    "map" "removeAttrs"
-    "toString" "true"))
+    "true" "false" "null"
+    "isNull" "toString"
+    "fetchTarball" "import"
+    "map" "removeAttrs"))
 
 (defconst nix-warning-keywords
   '("assert" "abort" "throw"))



reply via email to

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