Skip to content

Commit 5eeaf6a

Browse files
authored
Merge pull request #200 from rayyanhunerkar/add-nix-os
feat: add nix os term, description and references
2 parents 335028a + f397a4a commit 5eeaf6a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/content/terms/Nix_OS.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"title": "Nix OS",
3+
"subtext": "A powerful package manager and operating system",
4+
"categories": ["OS", "Other", "DevOps"],
5+
"author": "Rayyan Hunerkar",
6+
"description": {
7+
"title": "Nix",
8+
"texts": [
9+
"Nix is a powerful package manager and operating system that allows developers to build, deploy, and manage applications efficiently.",
10+
"It provides a declarative way to manage software dependencies and configurations, making it easier to maintain consistent environments across different systems."
11+
],
12+
"references": [
13+
"https://nixos.org/guides/how-nix-works/",
14+
"https://nixos-and-flakes.thiscute.world/"
15+
]
16+
}
17+
}

0 commit comments

Comments
 (0)