<aaronjanse>
As an individual, it would be cool to be run binaries packaged for other distros. But infinisil made a strong argument that we don't want to see "enable impure mode to use our package" rather than people properly packaging their software
<aaronjanse>
I actually really want to learn how to use buildFHSUserEnv. I can't find much documentation online
<aaronjanse>
siraben Nah, I'm not on Wayland
<aaronjanse>
Btw, if anyone knows how to get kinetic scrolling in x11, that would be really cool. I recall having it in the past but I can't figure out what I did
<siraben>
aaronjanse: nice, open that PR heh
<aaronjanse>
Will do
<siraben>
Yeah it'd be nice to get good docs on buildFHSUserEnv, I haven't needed to use it mysef yet
<siraben>
aaronjanse: what's kinetic scrolling?
<aaronjanse>
It's where you scroll on a touchpad, let go, and the screen keeps scrolling (until it slows down to a stop)
<siraben>
huh, I funnily enough I use that all the time on macOS but don't miss it on Linux
<siraben>
would be real nice to have though
<siraben>
ah right, because I use vim keybindings in Firefox tridactyl
<colemickens>
error: [json.exception.parse_error.101] parse error at line 3, column 81: syntax error while parsing value - invalid string: missing closing quote; last read: '"MDY6Q29tbWl0MjI0NDE1OTk3OjQyZGY2NjkyZmYwZGQ2MDJkMDM3OTZiMmNjMGM5Nm'
<colemickens>
that popped up in a github action in a nix-shell invocation. I've never seen anything like that from nix before.
<colemickens>
I wonder if GH<->cache is flakey. I had another failure today with `error: failed to extract archive: truncated gzip input`
<aaronjanse>
Wow
vesper11 has joined #nixos-chat
vesper11 has quit [Read error: Connection reset by peer]
<etu>
sunwait is packaged but I had to pin it from master because it's not in a channel yet :)
<etu>
And I tweaked the images to look better on my screen
<etu>
But thinking of packaging sunpaper (dynamic wallpaper thingy based on location and time) in nixpkgs with a module to make tweaks to it
<etu>
andi-: See here for more context ^
<etu>
The repo has 400MiB worth of high-res images and I'm thinking of having a module to easily crop/resize things, so caching it doesn't make sense
<andi->
would still require compute intensive stuff to happen on the target box
<etu>
I'm fine with caching the default set of images though, I'm just not sure about the closure size and what people think :D
<etu>
So based on the feedback so far, 100% of the people would prefer to have things cached ;)
<andi->
Are the files fetched indidivdually or as a big archive that also contains code (and changes over time)?
<andi->
I've been annoyed by the fact that I've to rebuild noto fonts across architectures even thought they are the identical same output.
<etu>
It's a git repo
<etu>
With a shellscript and images
<etu>
pretty much
lejonet has joined #nixos-chat
cole-h has joined #nixos-chat
das_j has quit [Quit: Bridge terminating on SIGTERM]
ajs124 has quit [Quit: Bridge terminating on SIGTERM]
ajs124 has joined #nixos-chat
das_j has joined #nixos-chat
endformationage has joined #nixos-chat
<supersandro2000>
etu: you can escape $out like ${placeholder "out"} instead of \$out
abathur has quit [Quit: abathur]
abathur has joined #nixos-chat
<abathur>
anyone used a wacom intuous tablets w/ included mouse on linux? I connected it for the first time and it mostly works, but I've noticed the mouse-wheel won't scroll in some UIs (kde? Konsole, Dolphin, system settings) even though the touch-wheel works fine in them (and both work correctly in some others, like Chrome)