···39704 kicad = callPackage ../applications/science/electronics/kicad { };
39705 # this is the same but without the (sizable) 3D models library
39706 kicad-small = kicad.override { pname = "kicad-small"; with3d = false; };
0000000039707 # this is the master branch at whatever point update.sh last updated versions.nix
39708 kicad-unstable = kicad.override { pname = "kicad-unstable"; stable = false; };
39709 # and a small version of that
···39704 kicad = callPackage ../applications/science/electronics/kicad { };
39705 # this is the same but without the (sizable) 3D models library
39706 kicad-small = kicad.override { pname = "kicad-small"; with3d = false; };
39707+ # this is the stable branch at whatever point update.sh last updated versions.nix
39708+ kicad-testing = kicad.override { pname = "kicad-testing"; testing = true; };
39709+ # and a small version of that
39710+ kicad-testing-small = kicad.override {
39711+ pname = "kicad-testing-small";
39712+ testing = true;
39713+ with3d = false;
39714+ };
39715 # this is the master branch at whatever point update.sh last updated versions.nix
39716 kicad-unstable = kicad.override { pname = "kicad-unstable"; stable = false; };
39717 # and a small version of that