Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/content/terms/Nix_OS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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/"
]
}
}
Loading