Commit Graph

9692 Commits

Author SHA1 Message Date
9b4ff72758 neovim: switch nix-shell plugin back to the old way 2025-03-16 01:51:12 +00:00
2ac61bfa14 preferences: switch back to precompiled electron binaries 2025-03-16 00:40:54 +00:00
d549f4a0eb programs: disable a few programs i havent used in a long time 2025-03-16 00:40:18 +00:00
b488eeaf1d neovim: ship the *wrapped* version of tree-sitter-nix-shell
hopefully this will fix syntax highlighting
2025-03-16 00:39:41 +00:00
a5d36ca633 tree-sitter-nix-shell: make compatible with tree-sitter 0.15 2025-03-16 00:39:12 +00:00
af87c40b97 impure.nix (updaters): dont hardcode the location of this repo 2025-03-15 05:01:14 +00:00
c926bfc765 scripts/check-nur: dont hardcode the location of this repo 2025-03-15 05:00:49 +00:00
13a2acfd70 scripts/update: dont hardcode the location of this repo 2025-03-15 04:55:09 +00:00
bbefa924cf scripts/update: implement -j option to control the number of parallel update jobs 2025-03-15 04:45:28 +00:00
855522daec go2tv: install both the full and the "light" CLI 2025-03-14 10:31:31 +00:00
8393c6f823 go2tv: partially fix the -tc option 2025-03-14 10:31:17 +00:00
90df599adf go2tv: re-enable SSDP search patch 2025-03-13 15:25:56 +00:00
5b718799a5 mslicer: remove unused dependencies 2025-03-12 16:41:17 +00:00
e264c8dd21 mslicer: fix so the mslicer GUI loads 2025-03-12 15:46:40 +00:00
8818f271cb snapper: increase snapshot lifetime, except for lappy 2025-03-12 15:30:38 +00:00
0fd424306a mpv: associate with .amr audio files 2025-03-12 15:30:38 +00:00
075a089696 mslicer: forcibly link against wayland
this fixes the error that it can't find wayland, but now it complains about unsupported (graphics) features

old error:
```
thread 'main' panicked at mslicer/src/main.rs:80:6:
called `Result::unwrap()` on an `Err` value: WinitEventLoop(Os(OsError { line: 80, file: "/build/mslicer-0.2.0-vendor/winit-0.29.15/src/platform_impl/linux/wayland/event_loop/mod.rs", error: WaylandError(Connection(NoWaylandLib)) }))
```

new error:
```
thread 'main' panicked at mslicer/src/main.rs:80:6:
called `Result::unwrap()` on an `Err` value: Wgpu(RequestDeviceError(RequestDeviceError { inner: Core(UnsupportedFeature(Features(POLYGON_MODE_LINE))) }))
```
2025-03-11 16:22:39 +00:00
b18797bf98 gps-share: 0.3.1 -> 0.3.1-unstable-2024-03-19 2025-03-11 15:29:02 +00:00
ba7a931b18 gps-share: port to useFetchCargoVendor 2025-03-11 15:24:26 +00:00
284eeceee9 nixpkgs-wayland: 2025-03-07 -> 2025-03-11 2025-03-11 15:10:38 +00:00
5b1fa9bf32 nixpkgs-bootstrap: 2025-03-10 -> 2025-03-11 2025-03-11 15:10:27 +00:00
30637c3da2 uvtools: 5.0.7 -> 5.0.8 2025-03-11 15:10:05 +00:00
58a6f7cfd9 uassets: 2025-03-09 -> 2025-03-11 2025-03-11 15:09:41 +00:00
15546f9b31 sops-nix: 2025-03-03 -> 2025-03-10 2025-03-11 15:09:20 +00:00
ab8699732a firefox-extensions.sponsorblock: 5.11.8 -> 5.11.9 2025-03-11 15:08:47 +00:00
3c1a762c25 mslicer: init at 0.2.0
i haven't tested anything beyond the --help flags

hopefully this generates .goo files which are more compatible than UVtools'
2025-03-11 07:29:13 +00:00
69297280eb templates: rust: update for fetchCargoVendor 2025-03-11 07:21:17 +00:00
3956a2f166 nixpkgs: 2025-03-08 -> 2025-03-10 2025-03-10 18:10:16 +00:00
6ed1375069 syshud: 2025-01-13 -> 2025-03-09 2025-03-10 18:06:01 +00:00
8be329096e megapixels-next: 2025-03-07 -> 2025-03-09 2025-03-10 18:05:09 +00:00
e2e58fae5e euicc-manual: 0-unstable-2025-03-03 -> 0-unstable-2025-03-09 2025-03-10 15:44:34 +00:00
763bce7824 firefox-extensions.sponsorblock: 5.11.7 -> 5.11.8 2025-03-10 15:44:18 +00:00
05e27a5af6 uassets: 0-unstable-2025-03-08 -> 0-unstable-2025-03-09 2025-03-10 15:44:00 +00:00
7ae39338b7 cassini: point to my own development fork
i hope this isn't a dead end.
2025-03-10 07:59:53 +00:00
0bdc5b4a59 cassini: ship it
this fixes the firewall, but looks like the data format may have changed since upstream authored the project...

i think i can change:
```py
desc['Data']['Attributes']['MainboardID']
```
to
```
desc['Data']['MainboardID']
```
2025-03-10 07:59:49 +00:00
ca1b9294e5 net/upnp: document the firewall commands better 2025-03-10 07:59:44 +00:00
4441e1609f sane-scripts.ssdp: use stdenv.mkDerivation instead of buildPythonPackage 2025-03-10 06:49:57 +00:00
47fb71d980 templates/pkgs/python: show how to package a setuptools project 2025-03-10 06:49:16 +00:00
58b89e88fe cassini: init at 0-unstable-2024-03-30 2025-03-10 06:48:26 +00:00
69c41081a0 uvtools: ship 2025-03-10 01:49:47 +00:00
73ddbe22f0 libqmi: fix cross via upstream patch 2025-03-10 01:49:47 +00:00
072a98dce4 zelda64recomp: ship it 2025-03-09 02:06:39 +00:00
3080c34398 nixpkgs-bootstrap.master: 0-unstable-2025-03-06 -> 0-unstable-2025-03-08 2025-03-09 01:10:06 +00:00
7c78ba5776 megapixels-next: 2.0.0-alpha1-unstable-2025-02-17 -> 2.0.0-alpha1-unstable-2025-03-07 2025-03-09 01:09:22 +00:00
4615203f09 uassets: 0-unstable-2025-03-07 -> 0-unstable-2025-03-08 2025-03-09 01:09:00 +00:00
7116f3a954 mm64baserom: init 2025-03-08 21:43:48 +00:00
fd000c6ad8 sm64baserom: remove ... from callArgs 2025-03-08 21:43:03 +00:00
dc8bdf09ad signal-desktop-from-src: provide libgdm directly rather than through mesa 2025-03-08 20:43:14 +00:00
ef54ea84dc sway: disable USB DAC media keys 2025-03-08 13:53:36 +00:00
6554c8ea52 rename flavored hosts to $hostName{-light,-min}{-staging,-next}
i.e. swap the order of those two parameters
2025-03-08 09:38:45 +00:00