feat(core): add nix-index-database module

This commit is contained in:
tux
2026-08-07 16:41:03 +05:30
parent 8410655614
commit 162b822870
4 changed files with 41 additions and 0 deletions

View File

@@ -49,6 +49,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
import-tree.url = "github:vic/import-tree";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11-small";