Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ed8a50fa1386
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1693d00562d2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 17, 2020

  1. kicad: set default footprint, symbol library and package locations

    Previously, these library locations were set absolutely. This
    prevented overriding their locations with environment variables. Now,
    setting the corresponding environment variable will override the
    setting in the environment wrapper. For instance, I can set
    
    KISYSMOD=/some/path/to/footprints
    
    and this will be used as my footprint library instead of the default
    footprint library in the nix store. This feature is particularly
    useful for having kicad libraries which are writable.
    matthuszagh committed Oct 17, 2020
    Copy the full SHA
    9320c69 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1693d00 View commit details
    Browse the repository at this point in the history