Hotfix release available: 2026-07-14b "Mort".
upgrade now! [57.2] (what's this?)
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/08/19 20:10] – [nixos] 10.250.0.1 | onny:notizen [2026/08/31 15:04] (current) – [date] fdc9:281f:4d7:9ee9::1 | ||
|---|---|---|---|
| Line 143: | Line 143: | ||
| </ | </ | ||
| ===== date ===== | ===== date ===== | ||
| + | |||
| + | convert date to unix timestamp | ||
| <code bash> | <code bash> | ||
| Line 148: | Line 150: | ||
| </ | </ | ||
| + | convert unix timestamp to datetime | ||
| + | |||
| + | <code bash> | ||
| + | date -d @1254330900 ' | ||
| + | </ | ||
| ===== rsync ===== | ===== rsync ===== | ||
| custom ssh port | custom ssh port | ||
| Line 1075: | Line 1082: | ||
| ''; | ''; | ||
| }); | }); | ||
| + | </ | ||
| + | |||
| + | override only source hash | ||
| + | |||
| + | < | ||
| + | django-oauth-toolkit = super.django-oauth-toolkit.overrideAttrs (old: { | ||
| + | version = " | ||
| + | |||
| + | src = old.src.override { | ||
| + | hash = " | ||
| + | }; | ||
| + | }); | ||
| </ | </ | ||
| Line 1222: | Line 1241: | ||
| </ | </ | ||
| + | ===== python ===== | ||
| + | |||
| + | python relax dependency | ||
| + | |||
| + | < | ||
| + | pythonRelaxDeps = [ " | ||
| + | </ | ||
| ==== packaging module ==== | ==== packaging module ==== | ||
onny/notizen.1787170239.txt.gz · Last modified: by 10.250.0.1
