feat: add nix-index and wrapped comma
This commit is contained in:
parent
cef6917067
commit
231fd16756
3 changed files with 38 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue