diff --git a/flake.lock b/flake.lock index 486a30c..4739f01 100644 --- a/flake.lock +++ b/flake.lock @@ -791,7 +791,7 @@ "type": "github" } }, - "nix-index-db": { + "nix-index-database": { "inputs": { "nixpkgs": [ "nixpkgs" @@ -3802,7 +3802,7 @@ "hyprwm-contrib": "hyprwm-contrib", "nezia_dev": "nezia_dev", "nix-gaming": "nix-gaming", - "nix-index-db": "nix-index-db", + "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs_2", "nvf": "nvf", diff --git a/flake.nix b/flake.nix index 6e24380..fa26c9f 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ # nix related nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixos-hardware.url = "github:NixOS/nixos-hardware"; - nix-index-db = { + nix-index-database = { url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -50,10 +50,11 @@ }; anyrun = { url = "github:anyrun-org/anyrun"; - inputs.nixpkgs.follows = "nixpkgs"; - - inputs.systems.follows = "systems"; - inputs.flake-parts.follows = "flake-parts"; + inputs = { + nixpkgs.follows = "nixpkgs"; + systems.follows = "systems"; + flake-parts.follows = "flake-parts"; + }; }; basix = { url = "github:notashelf/basix"; @@ -122,11 +123,12 @@ }; nvf = { url = "github:notashelf/nvf"; - inputs.nixpkgs.follows = "nixpkgs"; - - inputs.systems.follows = "systems"; - inputs.flake-utils.follows = "flake-utils"; - inputs.flake-parts.follows = "flake-parts"; + inputs = { + nixpkgs.follows = "nixpkgs"; + systems.follows = "systems"; + flake-utils.follows = "flake-utils"; + flake-parts.follows = "flake-parts"; + }; }; treefmt-nix = { url = "github:numtide/treefmt-nix";