me
/
guix
Archived
1
0
Fork 0

gnu: node-xyz: Add a note to the end of the file.

* gnu/packages/node-xyz.scm: Add a note to avoid adding packages in the
end of the file.

Change-Id: If1f35eb120d283ce9e9dc84ec7b97aebfad4ed5e
master
Sharlatan Hellseher 2024-02-18 12:36:10 +00:00
parent 345a54ff4c
commit cb1107416e
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 5 additions and 0 deletions

View File

@ -1732,3 +1732,8 @@ files in RAM at once.
@item Prefer to open input files one at a time than all at once.
@end enumerate")
(license license:expat)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above in alphabetic order.
;;;