Commit Graph

1118 Commits

Author SHA1 Message Date
Colin 8a47eb92ed koreader: use nixpkgs' lua-rapidjson 2024-02-04 21:30:30 +00:00
Colin b87934d5f8 koreader: use nixpkgs lpeg and remove vendor-external-projects.patch 2024-02-04 20:37:10 +00:00
Colin 293eab8225 koreader: use modern openssl 2024-02-04 20:05:02 +00:00
Colin abdbb83e10 koreader: replace vendored dependencies with their nixpkgs equivalents much more effectively
the old method was still causing everything to be re-compiled within koreader, rather than linking against the nix store.

decreases build time to about 3m on a desktop
2024-02-04 19:39:32 +00:00
Colin 4a96fa233a koreader: 2023.10 -> 2024.01 2024-02-04 02:51:27 +00:00
Colin 4bd73ddca3 koreader-from-src: build even more from source 2024-02-03 23:58:41 +00:00
Colin 79736a4a0a koreader-from-src: tidy 2024-02-03 16:30:03 +00:00
Colin 56e7e9a7cc remove unused "default.nix.cmp" file
should have never been checked in
2024-02-03 00:18:33 +00:00
Colin 24e6e6cacc firefox-extensions.sidebery: downgrade 5.1.1 -> 5.0.0
release format is inconsistent; would need to build from-source to reliably use the latest version(s)
2024-02-02 23:26:14 +00:00
Colin 832a572d56 firefox-extensions: bump to latest 2024-02-02 19:17:04 +00:00
Colin 18679cd8c3 fix deprecation warnings: overrideScope' -> overrideScope 2024-02-01 15:44:46 +00:00
Colin 4f352c5725 landlock-sandboxer: build against headers which match the sandboxer source 2024-02-01 13:53:39 +00:00
Colin 17f35a3619 linux-megous: 6.6.0 -> 6.7.2 2024-02-01 12:51:53 +00:00
Colin 44419d71a5 lemmy-lemonade: init at 2023.10.29 2024-02-01 11:32:07 +00:00
Colin 02e597a862 fractal-nixified: 5 -> 6 2024-02-01 10:57:01 +00:00
Colin 00f995aec9 fixup landlock-sandboxer to work well for all systems
downgrade lappy/desko/servo back to default linux; zfs doesn't support latest

build landlock-sandboxer against the specific kernel being deployed; it's less noisy that way
2024-01-31 21:19:10 +00:00
Colin 2d4fc4f274 landlock-sandboxer: build against latest compatible linux 2024-01-31 17:45:46 +00:00
Colin 87e2509af4 doc: cozy: mention that upstream has merged the patch i apply 2024-01-31 15:36:54 +00:00
Colin 91eae95b32 modules.gui.gnome: fix build 2024-01-31 15:29:49 +00:00
Colin 6c605944c5 pkgs: firefox-extensions: update to latest 2024-01-27 15:50:47 +00:00
Colin a27a72646c koreader-from-src: fix non-cross build 2024-01-27 14:38:52 +00:00
Colin e21dbd507d landlock-sandboxer: init 2024-01-26 16:52:33 +00:00
Colin bdab1aa7e3 firefox-extensions: update to latest 2024-01-20 21:30:15 +00:00
Colin 080c8dbe3d sane-bt-search: try to install some logging for a sporadic error 2024-01-20 21:19:18 +00:00
Colin a31fe44624 sane-bt-add: handle https:// URIs which forward to magnet: 2024-01-20 21:18:58 +00:00
Colin 59187a0ec0 programs: allow running binaries in a netns-style firejail 2024-01-20 11:11:12 +00:00
Colin 2e9084c9ef nixpkgs: 2024-01-14 -> 2024-01-19; sops-nix -> 2024-01-15
```
• Updated input 'nixpkgs-next-unpatched':
    'github:nixos/nixpkgs/724e39ebb9b8eda97f17d423f66fbc5a991f4f8d' (2024-01-14)
  → 'github:nixos/nixpkgs/331c78971299375240001d946861951b6cc98176' (2024-01-19)
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/6c08fe3ccf437d8b26bec010fd925ddd6bb0d0d5' (2024-01-14)
  → 'github:nixos/nixpkgs/bbec4099302591a41304d360e3bab805e5ccc0be' (2024-01-19)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/70dd0d521f7849338e487a219c1a07c429a66d77' (2024-01-14)
  → 'github:Mic92/sops-nix/87755331580fdf23df7e39b46d63ac88236bf42c' (2024-01-15)
```
2024-01-20 03:14:32 +00:00
Colin 0907240fda sane-vpn: implement the "do" command, to run a program in a netns 2024-01-19 22:55:26 +00:00
Colin f43d6bff92 route VPN traffic such that i can configure any app to selectively use the VPN
e.g. firejail --net=br-ovpnd-us-mi --noprofile --dns=46.227.67.134 getent ahostsv4 uninsane.org
2024-01-19 09:54:01 +00:00
Colin dac6046828 firefox-extensions: update to latest 2024-01-16 19:10:32 +00:00
Colin e2a6ae22dc sxmo-utils: 2024-12-28 -> 2024-01-01 2024-01-16 19:10:08 +00:00
Colin f2ee43d1ef delfin: 0.2.1 -> 0.3.0 2024-01-16 19:09:50 +00:00
Colin 3d80b46570 lemoa: 0.5.0 -> 0.5.1 2024-01-16 19:09:38 +00:00
Colin e7d383604a signal-desktop-from-src: 6.42.0 -> 6.44.0 2024-01-16 19:09:25 +00:00
Colin d6184a7b6d sane-vpn: update to be compatible with newer systemd-network vpn implementation 2024-01-16 03:36:37 +00:00
Colin 02e03227d8 servo: try to integrate peerswap with clightning, but it fails 2024-01-14 04:33:12 +00:00
Colin faa0a7c9ea peerswap: init at unstable-20240111 2024-01-14 02:55:32 +00:00
Colin 892b045342 pyln-client: init at 23.11.2 2024-01-11 00:38:08 +00:00
Colin 75b649543a firefox: enable ctrl-shift-c-should-copy extension 2024-01-03 13:42:58 +00:00
Colin 1261a6f452 firefox-extensions.ctrl-shift-c-should-copy: init at unstable-2023-03-04 2024-01-03 13:33:32 +00:00
Colin 4805510073 sxmo-utils: ship with gojq 2024-01-01 06:15:31 +00:00
Colin b54ab9391b sxmo-utils: add Notejot app 2023-12-30 11:41:36 +00:00
Colin 0c7612c83f sxmo-utils: 2023-12-17 -> 2023-12-28
this should fix spurious screenoff -> unlock transitions (thanks Aren!)
2023-12-30 11:31:36 +00:00
Colin b254379fb1 firefox-extensions: update to latest 2023-12-23 21:31:13 +00:00
Colin ba8774d6e5 hare-ev: remove (upstreamed) 2023-12-20 09:21:11 +00:00
Colin 33d2f0895f signal-desktop-from-src: 6.40.0 -> 6.42.0 2023-12-19 20:53:33 +00:00
Colin 5cd92279b7 firefox-extensions: update to latest 2023-12-19 19:40:24 +00:00
Colin 4085f60018 firefox-extensions.bypass-paywalls-clean: 3.4.6.0 -> 3.4.7.0 2023-12-19 19:40:08 +00:00
Colin 0c34aec8ec lemoa: 0.4.0 -> 0.5.0 2023-12-19 18:08:16 +00:00
Colin 9d04037bec hare-ev: remove unnecessary rec 2023-12-19 17:44:04 +00:00
Colin 6af44bfd86 delfin: add an updateScript 2023-12-19 17:43:07 +00:00
Colin dc288d9aa7 sane_ssdp: reduce verbosity 2023-12-18 18:00:12 +00:00
Colin 577d149728 sxmo-utils: 2023-12-09 -> 2023-12-17 2023-12-18 00:05:14 +00:00
Colin e297df011d xdg-terminal-exec: remove (it exists upstream now) 2023-12-16 00:41:51 +00:00
Colin 5d66a1e6a5 hare-json: remove. it's been upstreamed as hareThirdParty.hare-json 2023-12-15 17:59:09 +00:00
Colin 1522eccfb3 nixpkgs: 2023-12-14 -> 2023-12-15
```
• Updated input 'nixpkgs-next-unpatched':
    'github:nixos/nixpkgs/248d12a902bfc36134176f31beba87b1fe30a3c1' (2023-12-14)
  → 'github:nixos/nixpkgs/9ad53b7aaf2b9e9e0d7e36ff4f8a779bf9b0195f' (2023-12-15)
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/fd7914c96f7c006047e0154dd239aa2396478094' (2023-12-14)
  → 'github:nixos/nixpkgs/8a205497ba6f6938b7b516c184b7cf326ab15548' (2023-12-15)
```
2023-12-15 17:40:44 +00:00
Colin 58d4f0d512 delfin: fix cross build 2023-12-15 08:43:10 +00:00
Colin 1f7fc8700e delfin: fix icons 2023-12-15 08:30:20 +00:00
Colin 83b83841d6 delfin: init at 0.2.1 2023-12-15 08:08:11 +00:00
Colin 94dcb0f08a firefox: ship open-in-mpv extension 2023-12-13 21:34:34 +00:00
Colin 15622251ef firefox: define the fx_cast addon 2023-12-13 20:51:57 +00:00
Colin 413c8a4fef sponsorblock: re-disable the first-launch nag 2023-12-13 17:37:48 +00:00
Colin 51a90136ea sxmo-utils: default preferSystemd to true
this probably removes some duplicate sxmo-utils packages from my install
2023-12-13 16:27:18 +00:00
Colin e7cfa19897 sxmo-utils: use xdg-open in sxmo_open.sh 2023-12-13 16:27:18 +00:00
Colin 41411e005f flare-signal-nixified: document experience with 10.1-xx seies 2023-12-13 08:10:50 +00:00
Colin c22119f69b flare-signal-nixified: enable primary device registration 2023-12-13 07:17:17 +00:00
Colin 354a4e523b flare-signal-nixified: 0.10.1-beta.4 -> 0.10.1-beta.6 2023-12-13 07:01:16 +00:00
Colin 54c51a5636 fractal-latest: remove old comments 2023-12-12 21:02:09 +00:00
Colin 101a2bc3af hare-ev: 2023-10-30 -> 2023-12-04 2023-12-12 20:45:46 +00:00
Colin f4bfaf3581 firefox-extensions: update to latest 2023-12-12 20:44:56 +00:00
Colin e8dfc1dc71 sxmo-utils: 2023-11-26 -> 2023-12-09 2023-12-12 20:44:27 +00:00
Colin 4a622c558e signal-desktop-from-src: fix nodejs to 18.x 2023-12-11 21:07:42 +00:00
Colin f4d4c7a92a sxmo-utils: remove gojq and just use normal jq 2023-12-11 04:44:45 +00:00
Colin 0a41192eb1 sxmo-utils: remove gojq requirement 2023-12-11 03:27:58 +00:00
Colin d2e1441d1f sane-clone: grab package data from ~/nixos instead of nixpkgs
this way i can clone my own packages
2023-12-10 17:28:30 +00:00
Colin eb5b9b083c mpv-uosc-latest: remove (no longer needed)
nixpkgs mpv-uosc was recently updated, seems to work well out-of-the-box
2023-12-10 02:32:33 +00:00
Colin 8b09599c5e sane-sync-music: update files if mtime differs
*presumably* most tagging software updates the mtime when tags change, but i didn't actually check
2023-12-08 15:07:12 +00:00
Colin 4caf61387e sane-sync-music: add --compress and --compat options 2023-12-08 10:24:48 +00:00
Colin bacad0f111 sane-sync-music: add a --force-copy flag 2023-12-07 19:00:51 +00:00
Colin 9619c6d2e1 sane-sync-music: refactor to facilitate future tweaks 2023-12-07 18:49:01 +00:00
Colin 07c7050335 docs: sane-sync-music: document a bug 2023-12-07 18:17:21 +00:00
Colin 24a6fba008 sane-tag-music: remove prefer-path flag to force 2023-12-07 18:08:41 +00:00
Colin 51c53b2103 sane-tag-music: allow manually specifying tags via CLI 2023-12-07 18:08:41 +00:00
Colin 4ae01aa353 sane-tag-music: auto-create id3 tags for MP3 files 2023-12-07 18:08:41 +00:00
Colin 83c7657951 sane-tag-music: better handle track names for compilation albums 2023-12-07 17:29:10 +00:00
Colin e20386299f sane-tag-music: add a --force flag 2023-12-07 17:29:10 +00:00
Colin d6e43effde sane-tag-music: better handle verbose track names 2023-12-07 17:29:10 +00:00
Colin bbe8f4a852 sane-tag-music: support opus, aac (limited) 2023-12-07 17:29:10 +00:00
Colin 8c98e38053 sane-tag-music: better handling of "Various Artists" 2023-12-07 17:29:10 +00:00
Colin 96a36d4d6b sane-tag-music: support ogg files 2023-12-07 17:29:10 +00:00
Colin e810774202 fractal,flare: note that release is incompatible with cross compilation 2023-12-07 16:39:36 +00:00
Colin 7f08ad01db sane-tag-music: handle more character encoding edgecases 2023-12-07 15:52:28 +00:00
Colin 2c66d8cad0 sane-tag-music: don't crash when file opening fails 2023-12-07 15:51:51 +00:00
Colin fc4803f3fd sane-tag-music: fix bug that song would be extracted into a list of chars 2023-12-07 15:51:17 +00:00
Colin 5a6d1dd3c2 sane-tag-music: don't write empty tags 2023-12-07 13:55:45 +00:00
Colin ba42ff7469 sane-tag-music: support mp3 2023-12-07 13:55:45 +00:00
Colin a6cc698c69 signal-desktop-from-src: simplify build process 2023-12-07 13:49:07 +00:00
Colin 49d8578b83 signal-desktop-from-src: build without emulation 2023-12-07 13:49:07 +00:00
Colin 4d84bdafed koreader: cross-compile without binfmt 2023-12-07 13:49:07 +00:00
Colin 8b71e6ac5a sane-stop-all-servo: update with newer services 2023-12-07 05:36:09 +00:00
Colin abc0ac88d3 flare-signal-nixified: cross-compile without emulation 2023-12-06 19:25:09 +00:00
Colin 9da604c0af fractal-nixified: fix build 2023-12-06 19:22:45 +00:00
Colin 79f4c9f98c flare-signal-nixified: support defaultCrateOverrides 2023-12-06 14:22:16 +00:00
Colin 04af5558b5 ibus: cross compile without binfmt/qemu 2023-12-04 06:59:00 +00:00
Colin 1c75977da7 firefox-extensions: update bypass-paywalls-clean, ublacklist, ublock-origin 2023-12-04 01:47:35 +00:00
Colin c96f9cd4de ibus: 1.5.29-rc1 -> 1.5.29
TODO: cleanup this patch and then send to nixpkgs :)
2023-12-03 14:41:56 +00:00
Colin 31da2f10c9 sane-wipe: support dino 2023-12-03 14:40:14 +00:00
Colin 9e51d7f150 sane-wipe-*: consolidate into one sane-wipe binary 2023-12-03 14:25:35 +00:00
Colin c687d059c5 signal-desktop: support wayland even when running as a service 2023-12-03 13:00:29 +00:00
Colin a131358c36 signal-desktop: support wayland 2023-12-03 13:00:29 +00:00
Colin 55f4ef9a4f firefox-extensions.metamask: 11.6.2 -> 11.6.3 2023-12-01 04:33:03 +00:00
Colin 9503658dec sane-tag-music: handle tracks with soundcloud ID at end of title 2023-11-30 13:59:08 +00:00
Colin 3c9bf681b2 sane-tag-music: better handle compilation albums 2023-11-30 13:23:55 +00:00
Colin c1b20675c1 sane-tag-music: handle more path schemas 2023-11-30 12:53:04 +00:00
Colin 7abf7459f9 signal-desktop-from-src: 6.38.0 -> 6.40.0 2023-11-30 09:58:25 +00:00
Colin b14c6ecd5b firefox-extensions: update to latest 2023-11-30 09:47:09 +00:00
Colin ed1bf899b6 fractal: annotate crates which require binfmt for cross compilation 2023-11-30 01:36:53 +00:00
Colin 996b4f8366 sane-tag-music: update tags even if file had no existing tags 2023-11-29 13:05:05 +00:00
Colin 39d94b34d7 sane-tag-music: better handle singles 2023-11-29 12:57:16 +00:00
Colin 6edc6841bf sane-tag-music: support directory/tree operations 2023-11-29 12:52:35 +00:00
Colin b2806bd649 sxmo: ship codemadness-frontends 0.6 2023-11-29 12:31:36 +00:00
Colin 936118b8cb sane-tag-music: init 2023-11-29 12:29:58 +00:00
Colin 120f251590 sxmo-utils: enable sxmo_youtube.sh script 2023-11-29 10:16:00 +00:00
Colin d9962e1b03 codemadness-frontends: fix cross compilation 2023-11-29 10:15:39 +00:00
Colin 1396eb2c58 codemadness-frontends: init at 0.8 2023-11-29 09:51:42 +00:00
Colin 12daa9830e pkgs/default.nix: fix sorting 2023-11-29 04:29:40 +00:00
Colin 3e5e1477b9 pipeline: init at 1.14.1
note that this doesn't cross compile, because of stupid fucking rust build.rs scripts

thanks, openssl-sys
2023-11-29 04:28:19 +00:00
Colin 8eb83bb283 sane-ssl-dump: remove
i never used it
2023-11-28 09:12:39 +00:00
Colin ae5dee394c sane-clone: simplify to not use jq 2023-11-27 10:22:45 +00:00
Colin a94c460a95 sane-clone: note that fetchFromGitLab doesnt pass attrs through in quite the same way 2023-11-27 09:48:59 +00:00
Colin c5dbda67ad bonsai: fix cross compilation 2023-11-27 09:19:13 +00:00
Colin 2260fbaec5 bonsai/hare-ev/hare-json: sync with nixpkgs PR 2023-11-27 09:19:13 +00:00
Colin 3e8d7ef8e3 sane-wipe-browser: also wipe Brave 2023-11-27 06:45:41 +00:00
Colin 96ca2a6585 sxmo-utils: 2023-11-07 -> 2023-11-26 2023-11-26 22:02:47 +00:00
Colin eba9253efe firefox-extensions: bump 2023-11-26 02:16:55 +00:00
Colin 9491190ce4 bonsai: 1.0.0 -> 1.0.2; hare-json/hare-ev deps also updated
nixpkgs has a new version of hare which supports these
2023-11-26 01:21:02 +00:00
Colin 9b70d8884d refactor: expose "pkgs.sane.*" even for pkgs which wouldnt be visible in the toplevel scope 2023-11-26 01:20:17 +00:00
Colin 361be1e5d1 fractal-latest: 2023-09-14 -> 2023-11-24 2023-11-25 09:01:41 +00:00
Colin d8a4702f1e bonsai: disable auto-updater 2023-11-25 08:57:50 +00:00
Colin 75124f18c0 firefox-extensions: update 2023-11-25 08:57:50 +00:00
Colin f54df71d2a fractal-nixified: unstable-2023-09-14 (350a65cb0) -> 5 (2023-11-24)
this gets me the libadwaita/gtk4 updates from gnome 45.
2023-11-25 08:57:50 +00:00
Colin b40b29350a linux-megous: orange-pi-6.5-20230914-1327 -> orange-pi-6.6-20231103-1422 2023-11-25 08:57:42 +00:00
Colin 9ccbfd8bf0 sane-clone: init
script to "git clone" a nix packages source code
2023-11-24 21:29:15 +00:00
Colin b03328b54f chatty-latest: fix build
evolution-data-server no longer propagates libsecret: upstream nixpkgs applied this patch as well
2023-11-22 03:50:39 +00:00
Colin beb13b8f84 gnome 44 -> 45 2023-11-21 23:12:19 +00:00
Colin 70b273a0d2 sxmo: include WM menu in the system menu 2023-11-21 22:39:31 +00:00
Colin 505c2d83f2 sxmo-utils: add missing upower dependency 2023-11-20 04:49:38 +00:00
Colin 2e983267d4 sxmo-utils: 2023-10-10 -> 2023-11-07 2023-11-19 23:55:41 +00:00
Colin df0c63b300 sxmo-utils: obtain via `fetchFromSourcehut` 2023-11-19 23:53:37 +00:00
Colin 1db2031b76 sxmo-utils: rename from sxmo-utils-latest 2023-11-19 23:44:48 +00:00
Colin 2720ccc1fc sxmo-utils.stable: remove
i don't use this. upstream doesn't tag releases enough for it to be useful.
2023-11-19 23:40:56 +00:00
Colin f2aea2c201 phog: 0.1.5 -> 0.1.6 2023-11-19 23:35:00 +00:00
Colin 6b9c5f518e koreader-from-src: 2023-10-18 -> 2023.10 (i.e. end-of-month commit) 2023-11-19 23:04:39 +00:00
Colin a1298d6cda nixpkgs 2023-11-14 -> 2023-11-17
```
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/bf744fe90419885eefced41b3e5ae442d732712d' (2023-11-14)
  → 'github:nixos/nixpkgs/c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad' (2023-11-17)
```
2023-11-19 10:57:50 +00:00
Colin 29f1da873b sane-weather: enable alternate NWS provider (metar API has changed) 2023-11-19 02:07:07 +00:00
Colin 7b2932b02b firefox-extensions: update to latest 2023-11-18 22:06:26 +00:00
Colin 5c7851e4d9 signal-desktop-from-src: fix SOURCE_EPOCH_DATE to prevent "build to old" runtime error 2023-11-17 03:22:27 +00:00
Colin 50651d1c03 animatch: provide via upstream 2023-11-16 20:17:20 +00:00
Colin c46a5089a6 animatch: simplify build 2023-11-16 07:39:49 +00:00
Colin 1b3f902dc2 signal-desktop-from-src: use non-builtins fetchurl to fix purity (and NUR build) 2023-11-16 07:24:39 +00:00
Colin 29c5811b68 animatch: init at 1.0.3 2023-11-16 00:32:02 +00:00
Colin 8111757357 firefox-extensions: update (bypass-paywalls-clean, ublacklist, ether-metamask) 2023-11-15 23:20:40 +00:00
Colin 93ff8f25a1 signal-desktop-from-src: 6.36.0 -> 6.38.0
apparently after pairing, both versions give the message that they're 'too old'
2023-11-15 23:12:55 +00:00
Colin 87b78d1c89 signal-desktop-from-src: remove unused package.json 2023-11-15 22:41:05 +00:00
Colin bc56f78fd2 signal-desktop-from-src: clean up the package 2023-11-15 22:40:13 +00:00
Colin 41ac63f445 signal-desktop-from-src: remove lockfile from repo 2023-11-15 21:41:29 +00:00
Colin 6ff01649d6 signal-desktop-from-src: build with electron_27-bin 2023-11-15 07:07:44 +00:00
Colin 319bfe205d signal-desktop-from-src: support cross compilation 2023-11-15 05:50:23 +00:00
Colin c4367644dd sane-vpn: add usage/help 2023-11-14 23:29:34 +00:00
Colin 70ccbb3f59 signal-desktop-from-src: working build 2023-11-14 02:18:28 +00:00
Colin cd79be5414 feeds: remove unused fields 2023-11-10 17:27:51 +00:00
Colin 5202c572fb firefox-extensions: update to latest 2023-11-08 23:44:27 +00:00
Colin b0e66056ec WIP: signal-desktop-from-src: use node headers from electron.bin 2023-11-05 20:03:38 +00:00
Colin 08dd4ca641 sane-bt-add: leave a TODO for fixing InvalidSchema exceptions 2023-11-05 20:03:03 +00:00
Colin b59685cc9d signal-desktop-from-src: get more working
no longer complains about ABI mismatches
2023-11-05 14:49:40 +00:00
Colin c30e131aa7 signal-desktop-from-src: closer to working 2023-11-04 14:52:09 +00:00
Colin e97d844380 signal-desktop-from-src: link in ringrtc, better-sqlite3
now it launches, but hangs at splashscreen
2023-11-02 15:52:23 +00:00
Colin 0628bd7880 ublock-origin: 1.52.3b17 -> 1.53.1b1 2023-11-02 10:35:54 +00:00
Colin bee3b664c9 signal-desktop-from-src: remove comments which are no longer helpful 2023-11-02 10:25:49 +00:00
Colin 15cade99e7 signal-desktop-from-src: clean up a bit
still doesn't run, but the build process is cleaner
2023-11-02 10:24:23 +00:00
Colin 4150fab10b signal-desktop-from-src: get building (but it crashes at launch) 2023-11-02 09:10:08 +00:00
Colin c5ad11a243 nixpkgs: 2023-10-26 -> 2023-10-29; sops-nix; uninsane-dot-org
```
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/63678e9f3d3afecfeafa0acead6239cdb447574c' (2023-10-26)
  → 'github:nixos/nixpkgs/0cbe9f69c234a7700596e943bfae7ef27a31b735' (2023-10-29)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/014e44d334a39481223a5d163530d4c4ca2e75cb' (2023-10-25)
  → 'github:Mic92/sops-nix/632c3161a6cc24142c8e3f5529f5d81042571165' (2023-10-29)
• Updated input 'sops-nix/nixpkgs-stable':
    'github:NixOS/nixpkgs/fb000224952bf7749a9e8b3779104ef7ea4465c8' (2023-10-21)
  → 'github:NixOS/nixpkgs/d87c5d8c41c9b3b39592563242f3a448b5cc4bc9' (2023-10-29)
• Updated input 'uninsane-dot-org':
    'git+https://git.uninsane.org/colin/uninsane?ref=refs/heads/master&rev=dea3e5cdd747ac321447ef00fa1e51423676aeda' (2023-10-08)
  → 'git+https://git.uninsane.org/colin/uninsane?ref=refs/heads/master&rev=2419750ca98fc04af42c91e50c49a29c68d465d2' (2023-10-30)
```
2023-10-31 14:24:39 +00:00
Colin 713bbffd7d new script: sane-wipe-flare 2023-10-31 06:54:53 +00:00
Colin 5d34139da6 sane-deadlines: ceil the day countdown 2023-10-31 04:22:54 +00:00
Colin 000bae364e flare-signal: support cross compilation 2023-10-30 11:02:01 +00:00
Colin 3667484e80 fractal-nixified: doc: explain postPatch purpose 2023-10-30 10:48:22 +00:00
Colin c459eb0118 flare-signal-nixified: working build 2023-10-30 10:47:58 +00:00
Colin 1c483992da flare-signal-nixified: init at 0.10.0 (deps build; flare itself does not) 2023-10-30 08:04:07 +00:00
Colin 51995a7d95 update firefox-extension 2023-10-28 21:19:08 +00:00
Colin 66524685a9 koreader-from-src: build without emulation 2023-10-27 11:37:40 +00:00
Colin d68cc761cc koreader-from-src: don't interrupt RSS sync on image DL failure 2023-10-27 08:41:02 +00:00
Colin 25c13705cd sane-bt-add: trim trailing space from the input URL 2023-10-26 10:38:28 +00:00
Colin 501e79006c new script: sane-wipe-fractal 2023-10-24 00:41:05 +00:00
Colin baca7931ad static-nix-shell: add `extraMakeWrapperArgs` option 2023-10-22 11:45:44 +00:00
Colin ea19eac1c9 update firefox-extensions: ether-metamask 11.2.0 -> 11.3.0; i2p 1.52.3b16 -> 1.52.3b17 2023-10-21 21:49:21 +00:00
Colin ee2b1f245e koreader-from-src: 2023.06 -> unstable-2023-10-18 2023-10-20 00:44:03 +00:00
Colin f11f91b9fc sane-bt-search: increase default result count 5 -> 12 2023-10-19 00:35:55 +00:00
Colin cbaaa984b6 phog: 0.1.4 -> 0.1.5 2023-10-18 22:11:26 +00:00
Colin 6e4f0af012 gpodder-adaptive: 3.11.3+1 -> 3.11.4+1 2023-10-18 22:11:07 +00:00
Colin ca998dc2be firefox-extensions: update (bypass-paywalls-clean, ether-metamask, sponsorblock, ublacklist 2023-10-18 21:46:48 +00:00
Colin b6a2107b1c sane-bt-search: support filtering for books, in general 2023-10-18 21:46:11 +00:00
Colin 1f0fad62a7 fractal-nixified: add missing "gst-plugins-good" dependency
this is necessary to play mp4. should be sent to upstream nixpkgs fractal-next package too
2023-10-16 00:40:14 +00:00
Colin 5b633d20bc fractal-nixified: add convenient "optimized" and "unoptimized" passthru attributes
override isn't exposed to 'nix build ...', so this gives a way to build the variants from CLI
2023-10-16 00:21:18 +00:00
Colin f2ad69af1f linux-megous: disable keep-power-in-suspend patch 2023-10-14 09:44:57 +00:00
Colin e34ca0fec9 rtl8723cs-wowlan: support wake on UDP 2023-10-14 02:59:22 +00:00
Colin 43464e658f rtl8723cs-wowlan: factor the Ip frame out of Tcp frame
that'll make it easier to support UDP in future
2023-10-14 02:56:02 +00:00
Colin 0593971917 linux-megous: test some wowlan patches 2023-10-13 10:29:16 +00:00
Colin ad1ebc0ed3 rtl8723cs-wowlan: implement --dest-mac flag 2023-10-13 06:13:19 +00:00
Colin 1272b941c2 rtl8723cs-wowlan: tcp: add dest-ip option 2023-10-13 05:55:10 +00:00
Colin 3d63c33669 rtl8723cs-wowlan: fix get_ipaddrs to handle multiple "hostname" binaries on PATH 2023-10-13 05:45:40 +00:00
Colin d6c5580fc3 rtl8723cs-wowlan: remove dependency on moreutils 2023-10-11 22:36:47 +00:00
Colin 042e6ae3f9 sxmo-utils-latest: 2023-10-10 -> 2023-10-11 2023-10-11 20:31:43 +00:00
Colin 710e4cc066 nixpkgs: 2023-10-06 -> 2023-10-09
```
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/87828a0e03d1418e848d3dd3f3014a632e4a4f64' (2023-10-06)
  → 'github:nixos/nixpkgs/f99e5f03cc0aa231ab5950a15ed02afec45ed51a' (2023-10-09)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/d7380c38d407eaf06d111832f4368ba3486b800e' (2023-10-08)
  → 'github:Mic92/sops-nix/6b32358c22d2718a5407d39a8236c7bd9608f447' (2023-10-09)
```
2023-10-11 10:08:11 +00:00
Colin 5cfde63d5d wowlan: document theory on wake failure 2023-10-11 10:01:15 +00:00
Colin dc40395136 linux-megous: build with SCHED_DEBUG=y 2023-10-11 05:39:47 +00:00
Colin 28a2042664 gPodder: store data in ~/.local/share/gPodder, not ~/gPodder 2023-10-11 05:14:20 +00:00
Colin 08c92151eb rtl8723cs-wowlan: automatically derive the IP address to watch for ARP packets on 2023-10-11 02:44:34 +00:00
Colin c3d0b6b486 sxmo-utils-latest: 2023-10-05 -> 2023-10-10 2023-10-11 01:30:43 +00:00
Colin 6dd1d5759b wowlan: document a new failure mode/workaround 2023-10-10 21:33:34 +00:00
Colin f3162544f7 firefox-extensions: update 2023-10-10 20:51:06 +00:00
Colin c493fcfd7f rtl8723cs-wowlan: iwprv -> iwpriv typo fix 2023-10-10 08:38:40 +00:00
Colin 85e5d30b0f wowlan module: port to rtl8723cs-wowlan python script 2023-10-10 08:34:02 +00:00
Colin 29dde0240b wowlan: define a script which can set the patterns at runtime
this will be a little easier to debug on the device itself
2023-10-10 08:03:45 +00:00
Colin 114df5efab wowlan: enable CONFIG_ARP_KEEP_ALIVE (experimental) 2023-10-10 05:24:57 +00:00
Colin d740dbe049 sxmo-utils: fix some forgotten superd users to systemd 2023-10-09 22:18:07 +00:00
Colin aa18af8635 sxmo-utils: apply documentation-related patches 2023-10-09 20:25:48 +00:00
Colin 2b39cfb57e sxmo-utils: add deps via PATH suffix, not prefix
that makes them overridable by the user, more easily
2023-10-09 00:25:03 +00:00
Colin a9ddfb2752 WIP: sxmo: port to systemd 2023-10-09 00:25:03 +00:00
Colin b8ae4a284d linux-megous: revert LPS patch until i know its really an improvement 2023-10-09 00:25:03 +00:00
Colin f3c60ad136 sxmo: revert the sxmo_log patch: tee is good enough 2023-10-09 00:25:03 +00:00
Colin b6d2fbdf6d sxmo-utils-latest: 2023-09-22 -> 2023-10-05 2023-10-08 01:45:11 +00:00
Colin 22e9a48edc gpodder-adaptive: 3.11.2+1 -> 3.11.3+1 2023-10-07 21:29:36 +00:00
Colin 03d3ea4965 moby: ship the geoclue where-am-i helper on PATH 2023-10-07 04:34:15 +00:00
Colin 2097c3ad77 moby: gps: document some findings 2023-10-07 04:25:44 +00:00
Colin 5fdd6881a0 sxmo-utils: update Dino suspend blocker patch 2023-10-07 00:20:49 +00:00
Colin 67192d89a9 sxmo-utils: suspend: block if Dino is in a call 2023-10-06 20:42:49 +00:00
Colin b6c8b1948b bypass-paywalls-clean: don't show options on first launch
this is apparently a thing firefox does when it sees the `options_ui`
key in manifest.json?
2023-10-05 19:02:51 +00:00
Colin 5a84c9a585 fractal-nixified: plumb an "optimize" argument to toggle between slow and fast build 2023-10-03 16:31:28 +00:00
Colin 464fca9679 eg25-control: actually, dont dump /dev/ttyUSB1 2023-10-03 01:13:37 +00:00
Colin 4dbb656a34 eg25-control: dump fix data as part of --dump-debug-info 2023-10-03 00:40:32 +00:00
Colin 8c4caab995 linux-megous: 6.4.15 -> 6.5.3 2023-10-03 00:29:42 +00:00
Colin 00b59f6985 firefox-extensions: update ublacklist, sponsorblock, ether-metamask 2023-10-02 07:49:21 +00:00
Colin d82d3e55cb firefox-extensions.bypass-paywalls-clean: 3.3.5.0 -> 3.3.6.0 2023-10-02 07:48:01 +00:00
Colin bbdc6f3aa9 eg25-control: treat some GPS config failures as non-fatal 2023-10-02 06:12:12 +00:00
Colin 16ee30b696 sxmo-utils: kill-window patch: fetch from mail list 2023-10-02 05:39:58 +00:00
Colin fe6d2f04c5 sxmo-utils: add a Kill Window option to the wmmenu 2023-10-02 04:53:00 +00:00
Colin d138c99c61 sxmo-utils: fix j4-dmenu-desktop not found when trying to view all apps 2023-10-02 04:37:50 +00:00
Colin 7d63132c48 fractal-nixified: massively reduce build time (via unoptimized build) 2023-10-02 03:20:43 +00:00
Colin 0c0948e8e1 fractal-nixified: tidy up 2023-10-01 22:40:56 +00:00
Colin 6283384522 fractal-nixified: sort dependencies 2023-10-01 22:19:37 +00:00