From d918a10014018c11badaca04f64ab4d2175bfcf9 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 8 Feb 2026 01:34:20 +0530 Subject: chore(nix/flake): add comma) --- flake.lock | 21 +++++++++++++++++++++ flake.nix | 11 +++++++++++ 2 files changed, 32 insertions(+) diff --git a/flake.lock b/flake.lock index 1844145..9bb1030 100644 --- a/flake.lock +++ b/flake.lock @@ -302,6 +302,26 @@ "url": "https://flakehub.com/f/DeterminateSystems/nix-src/%2A" } }, + "nix-index-database": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1770315571, + "narHash": "sha256-hy0gcAgAcxrnSWKGuNO+Ob0x6jQ2xkR6hoaR0qJBHYs=", + "owner": "nix-community", + "repo": "nix-index-database", + "rev": "2684bb8080a6f2ca5f9d494de5ef875bc1c4ecdb", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-index-database", + "type": "github" + } + }, "nixarr": { "inputs": { "nixpkgs": [ @@ -459,6 +479,7 @@ "headplane": "headplane", "home-manager": "home-manager", "namescale": "namescale", + "nix-index-database": "nix-index-database", "nixarr": "nixarr", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_4", diff --git a/flake.nix b/flake.nix index e086148..8ee63a6 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,11 @@ url = "github:rasmus-kirk/nixarr"; inputs.nixpkgs.follows = "nixpkgs"; }; + + nix-index-database = { + url = "github:nix-community/nix-index-database"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = @@ -49,6 +54,7 @@ headplane, namescale, nixarr, + nix-index-database, }: let lib = nixpkgs.lib; @@ -91,6 +97,11 @@ sops-nix.nixosModules.sops home-manager.nixosModules.home-manager determinate.nixosModules.default + + nix-index-database.nixosModules.default + { + programs.nix-index-database.comma.enable = true; + } ]; }); -- cgit v1.2.3