flake: nix-index-db -> nix-index-database
This commit is contained in:
parent
46c78fe6e1
commit
c208306c96
2 changed files with 14 additions and 12 deletions
4
flake.lock
generated
4
flake.lock
generated
|
@ -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",
|
||||
|
|
22
flake.nix
22
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";
|
||||
|
|
Loading…
Add table
Reference in a new issue