feat: setup nix-index-database

This commit is contained in:
tux
2025-02-24 00:21:13 +05:30
parent 85e519ea49
commit 923d7de4e6
4 changed files with 27 additions and 5 deletions

View File

@ -133,6 +133,10 @@
url = "git+ssh://git@github.com/tuxdotrs/cyber-tux.git";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
ghostty.url = "github:ghostty-org/ghostty";
nixos-hardware.url = "github:nixos/nixos-hardware";
nixpkgs-f2k.url = "github:moni-dz/nixpkgs-f2k";