| 16 Apr 2025 |
| wesleyjrz joined the room. | 00:20:48 |
| @awwpotato:envs.net joined the room. | 01:48:42 |
| Alexandru Tocar joined the room. | 11:47:04 |
| Jee joined the room. | 19:07:36 |
| 17 Apr 2025 |
| @gabyx:matrix.org joined the room. | 09:24:21 |
| 18 Apr 2025 |
| @cirnolovetech:matrix.org joined the room. | 01:05:27 |
| 19 Apr 2025 |
| Friday joined the room. | 00:36:07 |
| jopejoe1 (4094@39c3) changed their display name from jopejoe1 to jopejoe1 (4094@eh22). | 13:00:15 |
| hazel joined the room. | 21:47:09 |
| 20 Apr 2025 |
| hazel changed their display name from Hazel Sudzilouski to hazel. | 04:04:15 |
| 21 Apr 2025 |
| @ihar.hrachyshka:matrix.org left the room. | 13:28:31 |
| BastienM joined the room. | 14:20:39 |
| wesleyjrz changed their profile picture. | 17:48:45 |
| arjen joined the room. | 18:56:34 |
| 22 Apr 2025 |
| senorsmile joined the room. | 02:49:32 |
| @cirnolovetech:matrix.org left the room. | 09:30:12 |
| levifig joined the room. | 16:10:18 |
| 23 Apr 2025 |
| jul1u5 changed their profile picture. | 18:31:50 |
| 24 Apr 2025 |
| @bryan:snowboardtechie.com joined the room. | 05:21:28 |
| @level8broccoli:matrix.org left the room. | 12:23:37 |
| arjen set a profile picture. | 17:09:47 |
| arjen changed their profile picture. | 17:10:41 |
| @ortolanbunting3002:tchncs.de joined the room. | 18:20:31 |
| 25 Apr 2025 |
| jethair (int32/i32) joined the room. | 01:01:53 |
| thirdofmay18081814goya joined the room. | 16:08:19 |
| Rene joined the room. | 18:37:30 |
Rene | Hi. I have an app in a flake that uses another app (like a database). It doesn't need it for building, but it should be there for run-time. Is there a way I can bundle the two together?
| 18:43:41 |
robsliwi | What's the context?
NixOS has modules that make this possible.
Otherwise you could include the run-time deps in the devShell and use them when you need it?
Or make an app that runs both, the app and the deps as well? | 18:59:50 |
Rene | In reply to @rob.sliwi:matrix.org What's the context? NixOS has modules that make this possible. Otherwise you could include the run-time deps in the devShell and use them when you need it? Or make an app that runs both, the app and the deps as well? I thought of maybe making a flake that depends on two flakes for the two apps that I want to bundle together. I was wondering if there was any official flake-y way of having a user install a set of related apps in their profile.
| 19:03:02 |
robsliwi | Sounds simple like: Specify both flakes in the inputs and go for it? | 19:07:26 |