add nix-index-database

other bits of cleanup
This commit is contained in:
Gerg-L 2024-06-12 19:06:00 -04:00
parent be5dcf0554
commit 6432f7b69e
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
4 changed files with 46 additions and 13 deletions

View file

@ -51,6 +51,12 @@
repo = "lanzaboote";
inputs.nixpkgs.follows = "unstable";
};
nix-index-database = {
type = "github";
owner = "nix-community";
repo = "nix-index-database";
inputs.nixpkgs.follows = "unstable";
};
#my own packages
spicetify-nix = {
type = "github";