full nix-index-database integration

This commit is contained in:
notgne2 2025-11-17 11:23:14 -07:00
parent cd549dc423
commit f67c5e6ada
No known key found for this signature in database
4 changed files with 16 additions and 3 deletions

View file

@ -31,6 +31,11 @@
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
};
nixConfig = {