added custom version of kicad with step compression turned off.

This commit is contained in:
Gabe Venberg 2025-11-24 20:38:47 +01:00
parent 45c8062c0b
commit b1d6810663
12 changed files with 269 additions and 87 deletions

16
flake.lock generated
View file

@ -210,6 +210,21 @@
"type": "github"
}
},
"nixpkgs-fork": {
"locked": {
"lastModified": 1762695280,
"narHash": "sha256-AxkzIUAd0XA+Ju21lmnsVEvKH3HXe/s/XMWoputxWs0=",
"ref": "refs/heads/kicad-step-fix",
"rev": "554c865ae8c7ba8031359ac30638102b8d379610",
"revCount": 892062,
"type": "git",
"url": "file:///home/gabe/dev/nixpkgs"
},
"original": {
"type": "git",
"url": "file:///home/gabe/dev/nixpkgs"
}
},
"nvim-config": {
"inputs": {
"nixCats": "nixCats",
@ -244,6 +259,7 @@
"nixos-hardware": "nixos-hardware",
"nixos-wsl": "nixos-wsl",
"nixpkgs": "nixpkgs",
"nixpkgs-fork": "nixpkgs-fork",
"nvim-config": "nvim-config",
"sops-nix": "sops-nix"
}