forked from sinara-hw/kirdyAdapter
flake: Update the "kicad_bom_generator"'s URL
This commit is contained in:
parent
ee2e86d796
commit
082aa8521f
|
@ -9,11 +9,11 @@
|
||||||
"rev": "72686f5556785c9aa13678dc42757dddfb7d7c23",
|
"rev": "72686f5556785c9aa13678dc42757dddfb7d7c23",
|
||||||
"revCount": 2,
|
"revCount": 2,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.m-labs.hk/linuswck/KiCAD_BOM_Generator.git"
|
"url": "https://git.m-labs.hk/M-Labs/KiCAD_BOM_Generator.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.m-labs.hk/linuswck/KiCAD_BOM_Generator.git"
|
"url": "https://git.m-labs.hk/M-Labs/KiCAD_BOM_Generator.git"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||||
inputs.kicad_bom_generator = {
|
inputs.kicad_bom_generator = {
|
||||||
url = "git+https://git.m-labs.hk/linuswck/KiCAD_BOM_Generator.git";
|
url = "git+https://git.m-labs.hk/M-Labs/KiCAD_BOM_Generator.git";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue