From 750de56372e6baca36a39e86c7b6770b5f7d3744 Mon Sep 17 00:00:00 2001 From: rayyanhunerkar Date: Wed, 23 Apr 2025 13:19:12 +0530 Subject: [PATCH 1/2] feat: add nix os term, description and references --- src/content/terms/Nix_OS.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/content/terms/Nix_OS.json diff --git a/src/content/terms/Nix_OS.json b/src/content/terms/Nix_OS.json new file mode 100644 index 00000000..dabdc65f --- /dev/null +++ b/src/content/terms/Nix_OS.json @@ -0,0 +1,17 @@ +{ + "title": "Nix OS", + "subtext": "A powerful package manager and operating system", + "categories": ["Operating Systems", "Package Managers", "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/" + ] + } +} \ No newline at end of file From f397a4ad9ca58d449ed5d62fce9c575cef266d15 Mon Sep 17 00:00:00 2001 From: Chenuli Jayasinghe Date: Wed, 23 Apr 2025 20:47:27 -0400 Subject: [PATCH 2/2] Update Nix_OS.json Adjusted the categories --- src/content/terms/Nix_OS.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/terms/Nix_OS.json b/src/content/terms/Nix_OS.json index dabdc65f..a2fc7519 100644 --- a/src/content/terms/Nix_OS.json +++ b/src/content/terms/Nix_OS.json @@ -1,7 +1,7 @@ { "title": "Nix OS", "subtext": "A powerful package manager and operating system", - "categories": ["Operating Systems", "Package Managers", "DevOps"], + "categories": ["OS", "Other", "DevOps"], "author": "Rayyan Hunerkar", "description": { "title": "Nix", @@ -14,4 +14,4 @@ "https://nixos-and-flakes.thiscute.world/" ] } -} \ No newline at end of file +}