nix index automatic

This commit is contained in:
Luj 2023-06-10 19:28:42 +02:00
parent 8f94c1e1f0
commit 2770d8fb58
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 31 additions and 1 deletions

View file

@ -70,6 +70,12 @@
inputs.nixpkgs.follows = "unstable";
};
nix-index-database =
{
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-rfc-92.url = "github:obsidiansystems/nix/dynamic-drvs";
};