fix(common): add nix-index-database
This commit is contained in:
parent
2d989b1be6
commit
ac227d6aed
3 changed files with 29 additions and 7 deletions
|
@ -117,6 +117,11 @@
|
|||
inputs.flake-compat.follows = "";
|
||||
};
|
||||
|
||||
nix-index-database = {
|
||||
url = "github:nix-community/nix-index-database";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# nix's most elaborate, overcomplicated joke
|
||||
systems.url = "github:nix-systems/default";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue