Skip to content

Commit 0c2296a

Browse files
committed
develop: kicad package fix via overlay
1 parent cf2c310 commit 0c2296a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

overlays/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
{
44
modifications = final: prev: {
5+
# https://github.com/NixOS/nixpkgs/issues/335003#issuecomment-2755803376
6+
kicad = (
7+
prev.kicad.override {
8+
stable = true;
9+
}
10+
);
11+
12+
# You should use the Flatpak instead.
513
zoom-us =
614
let
715
# see: https://github.com/NixOS/nixpkgs/issues/322970

0 commit comments

Comments
 (0)