Skip to content

Commit

Permalink
chore(flake): update input URL (#100)
Browse files Browse the repository at this point in the history
* chore(flake): update input URL

The https://github.com/Mic92/nix-index-database repository moved to
https://github.com/nix-community/nix-index-database.

* flake.lock: Update

Flake lock file updates:

• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/45d82e0a8b9dd6c5dd9da835ac0c072239af7785' (2023-12-11)
  → 'github:nix-community/nix-index-database/d6510ce144f5da7dd9bac667ba3d5a4946c00d11' (2023-12-31)
• Updated input 'nix-index-database/nixpkgs':
    'github:nixos/nixpkgs/2c7f3c0fb7c08a0814627611d9d7d45ab6d75335' (2023-12-04)
  → 'github:nixos/nixpkgs/cfc3698c31b1fb9cdcf10f36c9643460264d0ca8' (2023-12-27)

---------

Co-authored-by: Thiago Kenji Okada <[email protected]>
  • Loading branch information
trueNAHO and thiagokokada authored Jan 5, 2024
1 parent 2e7cc75 commit 32b131f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flake-compat.url = "github:edolstra/flake-compat";
flake-utils.url = "github:numtide/flake-utils";
nix-filter.url = "github:numtide/nix-filter";
nix-index-database.url = "github:Mic92/nix-index-database";
nix-index-database.url = "github:nix-community/nix-index-database";
nixpkgs.follows = "nix-index-database/nixpkgs";
};

Expand Down

0 comments on commit 32b131f

Please sign in to comment.