flake update, kicad patch got merged.
This commit is contained in:
parent
58477a0079
commit
9670012844
17 changed files with 55 additions and 80 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
nixpkgs.overlays = lib.mkIf (config.targets.genericLinux.enable && (inputs ? nixpkgs-fork)) [
|
||||
(final: prev: {
|
||||
fork = inputs.nixpkgs-fork.legacyPackages.${prev.system};
|
||||
fork = inputs.nixpkgs-fork.legacyPackages.${prev.stdenv.hostPlatform.system};
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
12
configs/home-manager/kicad.nix
Normal file
12
configs/home-manager/kicad.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
(kicad.override {compressStep=false;})
|
||||
interactive-html-bom
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue