upgrade to kicad-unstable

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-21 15:17:15 +01:00
parent 944fd5e020
commit dddf09c33a
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,3 +1,3 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ kicad ];
home.packages = with pkgs; [ kicad-unstable ];
}