Cole Mickens
Cole Mickens
Yes, I have the dconf in there, and I use the gtk.nix module as well. It seems like its working fine, I might've had some local state gtk.css or something...
okay, yeah, my gsettings script is failing, it can't find the desktop schemas, so the gsettings commands aren't doing anything. I feel like I had fixed this somehow ages ago...
yeah, I had disabled the gtk wrapper somehow. I think I got confused and thought the base wrapper was disabled (since hm/nixos has user dbus socket activation now), but in...
Hopefully this is somewhat helpful, but I'm experiencing this (1) seemingly more lately, (2) almost every time I have a large cross-compile rebuild. Not sure if it's the cross-compile part,...
I have a derivation that builds nearly every x86_64-linux derivation that I care about, and I patch `mesa`. So... basically anytime nixos-unstable moves, I hit this. Enough that I [script](https://github.com/colemickens/nixcfg/blob/bb78cb9e42d4a78d963548e52c948aaf781292e5/misc/nixbuild.sh#L48-L74)...
here's three failures since I added logging: ``` ==> nixbuild-1665485511-SvXJzTCV nixbuild-1665498596-0NxwvjdR nixbuild-1665508919-lW97k6ID
This is a failed `nix build -vvvvv`, it's a big large: [fail.log](https://github.com/NixOS/nix/files/9796345/fail.log): ` error: derivation '/nix/store/xhjazx61n5ylj5js21mjsvkq268yxrzb-hwdb.bin.drv' requires non-existent output 'out' from input derivation '/nix/store/7d8w142a8akv2789ks551m11pps5mzja-udisks-2.9.4.drv' `
@matthewbauer What if I'm trying to just get a list of store paths and not actually do a copy (my final destination store is not supported natively by cachix/nix)?
The only variant of all of these that properly convey "sub-shell", to me, is `nix shell`. (_to me_, ) `nix [add,load]` etc all look/feel too similar to `nix profile add`...
I have recently parallelized my deployments. This often involves concurrent `nix copy` operations that are either copying drvs/outs and/or evaling at the same time. After the parallelization, I'm regularly seeing...