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"
|
"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",
|
||||||
|
|
22
flake.nix
22
flake.nix
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue