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};
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue