feat: add nix-index and wrapped comma

This commit is contained in:
matt1432 2023-11-22 14:36:42 -05:00
parent cef6917067
commit 231fd16756
3 changed files with 38 additions and 1 deletions

View file

@ -39,6 +39,11 @@
nh.url = "github:viperML/nh";
nix-melt.url = "github:nix-community/nix-melt";
nurl.url = "github:nix-community/nurl";
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, nur, nix-gaming, ... }@attrs: let