30 May 2025 |
| Martin Lindbüchl joined the room. | 18:11:33 |
31 May 2025 |
dramforever | okay. granted, it's not the most easy to read, but what you can do is pare it down a bit. there are lines inserted in the trace like "… while evaluating". if we grep while it looks much more managable | 03:14:09 |
dramforever | we can get it down even further while evaluating derivation | 03:14:25 |
dramforever | * we can get it down even further with while evaluating derivation | 03:14:30 |
dramforever | this paints a pretty clear picture of what's going on:
… while evaluating derivation 'home-manager-generation'
… while evaluating derivation 'home-manager-files'
… while evaluating derivation 'man-cache'
… while evaluating derivation 'man-paths'
… while evaluating derivation 'heroic-2.16.1'
… while evaluating derivation 'heroic-2.16.1-bwrap'
… while evaluating derivation 'heroic-2.16.1-fhsenv-rootfs'
… while evaluating derivation 'alsa-plugins-1.2.12'
… while evaluating derivation 'ffmpeg-7.1.1'
… while evaluating derivation 'libbluray-1.3.4'
… while evaluating derivation 'openjdk-17.0.14+7'
| 03:14:56 |
dramforever | heroic depends on 32-bit versions of various stuff, which eventually goes to ffmpeg, which depends on libbluray | 03:15:25 |
dramforever | but an overlay of yours made libbluray depend on java | 03:15:40 |
dramforever | i don't know enough about your use case but what i would do is to override whatever you actually use for bluray to use the overridden libbluray | 03:17:13 |
Alison Jenkins | In reply to @dramforever:matrix.org i don't know enough about your use case but what i would do is to override whatever you actually use for bluray to use the overridden libbluray I will temporarily disable that and see if it helps. The reason for the Java is the Blu-ray menus | 06:09:35 |
Alison Jenkins | I disabled the overlay for the libbluray and this is the new stack trace | 06:40:04 |
Alison Jenkins | Download stacktrace.txt | 06:40:11 |
Alison Jenkins | seems to be still getting hung up on libbluray | 06:40:55 |
| tiferrei joined the room. | 20:52:27 |
| blue_flycatcher joined the room. | 21:29:38 |
1 Jun 2025 |
| @harrythe13th:matrix.org removed their display name HarryThe13th. | 07:52:23 |
| @harrythe13th:matrix.org left the room. | 07:52:29 |
| jeancaspar joined the room. | 23:33:09 |
| Sean Thawe joined the room. | 23:38:14 |
3 Jun 2025 |
| dylan joined the room. | 03:42:48 |
| MrStickyPiston joined the room. | 09:25:48 |
MrStickyPiston | What exactly will be updated when running the auto update and using flakes? | 09:27:43 |
nim65s | you can set a git repo in system.autoUpgrade.flake , and your system will follow this repo when auto upgrading | 10:47:51 |
nim65s | this won't run nix flake update , so if you don't already do this in some way, you can add eg. system.autoUpgrade.flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ] | 10:49:14 |
4 Jun 2025 |
| amaanq joined the room. | 06:34:04 |
| nebucatnetzer13 joined the room. | 17:09:31 |
nebucatnetzer13 | Does someone know if it is possible to use the devenv services with flake-parts?
I would like to only consume the nix modules and use them with flake-parts.
I know that services-flake exists but I want specifically the devenv services. | 17:09:50 |
| robsliwi changed their display name from Robert Sliwinski to robsliwi. | 18:30:11 |
| HedgeMage joined the room. | 19:22:54 |
| pat changed their display name from kingofscorchers to pat. | 20:10:10 |
5 Jun 2025 |
Rene | Hello. I'm getting a weird error when trying to do nix flake check :
error: a 'aarch64-darwin' with features {} is required to build '/nix/store/wprydkf14qwvnnyz8vvhbn7rbhchr8rz-cabal2nix-borsh.drv', but I am a 'x86_64-linux'
| 13:29:39 |