3 Jun 2025 |
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 |
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 |
| -VsQ- 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 |
mikejw | how do I do execute commands after shell.nix has run like changing default shell? | 02:24:15 |
mikejw | ah shellHook maybe | 02:25:25 |
| Trent Baldwin joined the room. | 21:08:26 |
| @deeok:matrix.org changed their display name from deeok to matrixrooms.info mod bot (does NOT read/send messages and/or invites; used for checking reported rooms). | 22:19:54 |
| @deeok:matrix.org left the room. | 22:24:19 |
9 Jun 2025 |
| SigmaSquadron joined the room. | 13:04:59 |
| Konys Synok joined the room. | 13:13:14 |
| Philipp changed their display name from Spaenny to Philipp. | 20:46:53 |
| Kleha joined the room. | 23:51:45 |
10 Jun 2025 |
| Vee joined the room. | 04:28:26 |