| 31 May 2025 |
Alison Jenkins | seems to be still getting hung up on libbluray | 06:40:55 |
| @tiferrei:matrix.org 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:matrix.org 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 |
Rene | I have a different flake, using the same repo as an input, that works fine.
| 13:32:36 |
Rene | I've narrowed it down to having two inputs that each depend on the same borsh input. I don't understand why it's causing it to try to build for the wrong architecture
| 13:54:20 |
| @tioan:dunwyn.xyz left the room. | 19:01:52 |
| 6 Jun 2025 |
| @vsq90:pikaviestin.fi joined the room. | 15:28:56 |
| mikejw joined the room. | 17:37:58 |
mikejw | hi.. I want to connect to docker desktop from within nix shell. Do I need a flake for this? I'm not really sure what a flake is | 17:38:26 |
mikejw | if I make the docker package available it seems to conflict with docker desktop | 17:46:42 |
mikejw | oh looks like I need colima | 17:53:15 |
mikejw | hmm.. that doesn't seem to work.. it looks like the real answer is that I can't use pure mode. Does this make sense to anyone? | 18:17:57 |
robsliwi | What is your OS and what is your plan? 🙃 | 18:27:58 |
| 7 Jun 2025 |
mikejw | macOS. I just wanted to use nix with docker desktop. I think just not using pure mode was the solution | 01:40:40 |