added overlay for nixpkgs testing of PRs.

This commit is contained in:
Gabe Venberg 2025-10-26 15:37:32 +01:00
parent aa548ca2db
commit 6a176e1a50
5 changed files with 25 additions and 8 deletions

View file

@ -1,4 +1,5 @@
{
inputs,
config,
pkgs,
lib,
@ -6,5 +7,6 @@
}: {
home.packages = with pkgs; [
kicad
interactive-html-bom
];
}