flake update, kicad patch got merged.

This commit is contained in:
Gabe Venberg 2025-12-27 21:03:03 +01:00
parent 58477a0079
commit 9670012844
17 changed files with 55 additions and 80 deletions

View file

@ -4,7 +4,6 @@
...
}:
inputs.nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
specialArgs = {inherit inputs myLib;};
modules = [
inputs.home-manager.nixosModules.home-manager
@ -33,6 +32,7 @@ inputs.nixpkgs.lib.nixosSystem {
"rockchipdrm"
"phy_rockchip_pcie"
];
nixpkgs.hostPlatform ="x86_64-linux";
hardware.enableRedistributableFirmware = true;
host.details = {
user = "gabe";