forked from Buzzpy/Dev-Encyclopedia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNix_OS.json
More file actions
17 lines (17 loc) · 719 Bytes
/
Nix_OS.json
File metadata and controls
17 lines (17 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"title": "Nix OS",
"subtext": "A powerful package manager and operating system",
"categories": ["OS", "Other", "DevOps"],
"author": "Rayyan Hunerkar",
"description": {
"title": "Nix",
"texts": [
"Nix is a powerful package manager and operating system that allows developers to build, deploy, and manage applications efficiently.",
"It provides a declarative way to manage software dependencies and configurations, making it easier to maintain consistent environments across different systems."
],
"references": [
"https://nixos.org/guides/how-nix-works/",
"https://nixos-and-flakes.thiscute.world/"
]
}
}