onny:notizen
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| onny:notizen [2026/05/18 16:27] – [git] 10.250.0.1 | onny:notizen [2026/05/27 07:55] (current) – [tools] 10.250.0.1 | ||
|---|---|---|---|
| Line 635: | Line 635: | ||
| </ | </ | ||
| ==== git ==== | ==== git ==== | ||
| + | |||
| + | git fetch remote branch of a pull request | ||
| + | < | ||
| + | git fetch upstream pull/ | ||
| + | git checkout pr-518799 | ||
| + | </ | ||
| git show, list only affected files | git show, list only affected files | ||
| Line 1313: | Line 1319: | ||
| </ | </ | ||
| ==== packaging ==== | ==== packaging ==== | ||
| + | |||
| + | fetchpatch | ||
| + | |||
| + | < | ||
| + | patches = [ | ||
| + | (fetchpatch { | ||
| + | url = " | ||
| + | hash = " | ||
| + | name = " | ||
| + | }) | ||
| + | ]; | ||
| + | </ | ||
| ===== tools ===== | ===== tools ===== | ||
| Line 1641: | Line 1659: | ||
| invoiceplane = inputs.invoiceplane-unstable.legacyPackages.x86_64-linux.invoiceplane; | invoiceplane = inputs.invoiceplane-unstable.legacyPackages.x86_64-linux.invoiceplane; | ||
| plausible = inputs.plausible-riscv.legacyPackages.x86_64-linux.pkgsCross.riscv64.plausible; | plausible = inputs.plausible-riscv.legacyPackages.x86_64-linux.pkgsCross.riscv64.plausible; | ||
| + | }) | ||
| + | ]; | ||
| + | </ | ||
| + | |||
| + | overlay examples | ||
| + | |||
| + | < | ||
| + | nixpkgs.overlays = [ | ||
| + | (self: super: { | ||
| + | python3 = super.python3.override { | ||
| + | packageOverrides = python-final: | ||
| + | mypy = python-prev.mypy.overridePythonAttrs (old: { | ||
| + | nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ | ||
| + | super.librt | ||
| + | ]; | ||
| + | }); | ||
| + | }; | ||
| + | }; | ||
| }) | }) | ||
| ]; | ]; | ||
onny/notizen.1779121669.txt.gz · Last modified: by 10.250.0.1
