forked from sinara-hw/kirdy
update flake: KiCAD_BOM_Generator
This commit is contained in:
parent
a2cb5ce624
commit
80b9848539
|
@ -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