flake: nix-index-db -> nix-index-database

This commit is contained in:
Anthony Rodriguez 2025-02-07 23:01:52 +01:00
parent 46c78fe6e1
commit c208306c96
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA
2 changed files with 14 additions and 12 deletions

4
flake.lock generated
View file

@ -791,7 +791,7 @@
"type": "github" "type": "github"
} }
}, },
"nix-index-db": { "nix-index-database": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
@ -3802,7 +3802,7 @@
"hyprwm-contrib": "hyprwm-contrib", "hyprwm-contrib": "hyprwm-contrib",
"nezia_dev": "nezia_dev", "nezia_dev": "nezia_dev",
"nix-gaming": "nix-gaming", "nix-gaming": "nix-gaming",
"nix-index-db": "nix-index-db", "nix-index-database": "nix-index-database",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"nvf": "nvf", "nvf": "nvf",

View file

@ -37,7 +37,7 @@
# nix related # nix related
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware"; nixos-hardware.url = "github:NixOS/nixos-hardware";
nix-index-db = { nix-index-database = {
url = "github:nix-community/nix-index-database"; url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -50,10 +50,11 @@
}; };
anyrun = { anyrun = {
url = "github:anyrun-org/anyrun"; url = "github:anyrun-org/anyrun";
inputs.nixpkgs.follows = "nixpkgs"; inputs = {
nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems"; systems.follows = "systems";
inputs.flake-parts.follows = "flake-parts"; flake-parts.follows = "flake-parts";
};
}; };
basix = { basix = {
url = "github:notashelf/basix"; url = "github:notashelf/basix";
@ -122,11 +123,12 @@
}; };
nvf = { nvf = {
url = "github:notashelf/nvf"; url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs"; inputs = {
nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems"; systems.follows = "systems";
inputs.flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";
inputs.flake-parts.follows = "flake-parts"; flake-parts.follows = "flake-parts";
};
}; };
treefmt-nix = { treefmt-nix = {
url = "github:numtide/treefmt-nix"; url = "github:numtide/treefmt-nix";