all repos — nixfiles @ 2c733fb4b58f1940399c528d44ccc170e77e848c

System and user configuration, managed by nix and home-manager

Add nix-index-database flake

Alan Pearce
commit

2c733fb4b58f1940399c528d44ccc170e77e848c

parent

f14c2285e9a0213aa0beed894bfb94c837ced31f

1 file changed, 21 insertions(+), 0 deletions(-)

changed files
M flake.lockflake.lock
@@ -81,6 +81,26 @@ "repo": "home-manager",
"type": "github" } }, + "nix-index-database": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1687097842, + "narHash": "sha256-NPAaRZx5foWLgIPfEaiEZMr9JIlEQhLEVEXpx09341Q=", + "owner": "Mic92", + "repo": "nix-index-database", + "rev": "c8210cb3fcde6860255b54ddba74dc177e6232cd", + "type": "github" + }, + "original": { + "owner": "Mic92", + "repo": "nix-index-database", + "type": "github" + } + }, "nixos-hardware": { "locked": { "lastModified": 1686452266,
@@ -133,6 +153,7 @@ "inputs": {
"darwin": "darwin", "emacs-overlay": "emacs-overlay", "home-manager": "home-manager", + "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "secrets": "secrets"