| 29 Apr 2022 |
das_j | In reply to @dandellion:dodsorf.as Now that I know it has this feature I'm going to start using it 🙈 * There's harmonia now if you don't want to push the closures through perl: https://github.com/helsinki-systems/harmonia (although highly experimental for now) | 18:08:57 |
| kira64xyz joined the room. | 19:46:03 |
| @lina:monero.social joined the room. | 20:34:24 |
| 30 Apr 2022 |
@ulrikstrid:matrix.org | In reply to @janne.hess:helsinki-systems.de There's harmonia now if you don't want to push the closures through perl: https://github.com/helsinki-systems/harmonia (although highly experimental for now) 2 questions: Could you create a flake with both nixstore-lib and harmonia itself? AND Are you based in Finland or Germany | 07:00:19 |
@ulrikstrid:matrix.org | * 2 questions:
Could you create a flake with both nixstore-lib and harmonia itself?
AND
Are you based in Finland or Germany? | 07:00:25 |
ajs124 | We're based in Germany and we're unlikely to create a flake for this (right now, I think) | 07:34:08 |
@ulrikstrid:matrix.org | In reply to @andreas.schraegle:helsinki-systems.de We're based in Germany and we're unlikely to create a flake for this (right now, I think) Would you accept a PR? I guess I could maintain a simple fork | 08:00:38 |
@ulrikstrid:matrix.org | * Would you accept a PR? I guess I could maintain a simple fork if not | 08:01:37 |
Alyssa Ross | wow, you can't define a flake for nix code from somewhere else? | 08:05:09 |
ajs124 | In reply to @ulrikstrid:matrix.org Would you accept a PR? I guess I could maintain a simple fork if not Maybe. I'm not the maintainer. We just don't really use flakes (yet). Might give it a try (again) at some point, idk. | 08:08:44 |
@linus:schreibt.jetzt | In reply to @qyliss:fairydust.space wow, you can't define a flake for nix code from somewhere else? you can use a non-flake git(hub) repo as a non-flake flake input | 08:55:42 |
@linus:schreibt.jetzt | That could be a sensible alternative path. | 08:56:12 |
das_j | In reply to @ulrikstrid:matrix.org Would you accept a PR? I guess I could maintain a simple fork if not We could merge the PR but we wouldn't maintain the file. If it got out of date, somebody else would have to take care of it | 09:46:41 |
schuelermine | In reply to @ulrikstrid:matrix.org 2 questions: Could you create a flake with both nixstore-lib and harmonia itself? AND Are you based in Finland or Germany?
Are you based in Finland or Germany?
| 16:39:55 |
schuelermine | In reply to @ulrikstrid:matrix.org 2 questions: Could you create a flake with both nixstore-lib and harmonia itself? AND Are you based in Finland or Germany? *
Are you based in Finland or Germany? Why do you want to know that?
| 16:40:01 |
schuelermine | *
Are you based in Finland or Germany?
Why do you want to know that?
| 16:40:03 |
schuelermine | In reply to @qyliss:fairydust.space wow, you can't define a flake for nix code from somewhere else? I made a flake for some code I hadn’t written by cloning the repo and writing the code myself | 16:40:41 |
@ulrikstrid:matrix.org | In reply to @schuelermine:matrix.org
Are you based in Finland or Germany?
Why do you want to know that?
Because the org is named Helsinki... and GitHub say their location is Germany 😅 | 16:40:50 |
schuelermine | Ah! | 16:40:57 |
Alyssa Ross | that confused me as well | 16:41:02 |
@ulrikstrid:matrix.org | In reply to @schuelermine:matrix.org I made a flake for some code I hadn’t written by cloning the repo and writing the code myself So basically forking? | 16:41:36 |
schuelermine | In reply to @ulrikstrid:matrix.org So basically forking? I made a flake for a Haskell CLI tetris game that wasn’t available in Hackage; yeah, I forked it https://github.com/schuelermine/tetris/tree/add-nix-build | 16:42:28 |
@ulrikstrid:matrix.org | Yepp, I'm willing to do that as well, but if they accept PRs I don't have to keep it up to date with upstream and just test the flake from time to time when I need it | 16:44:05 |
ajs124 | In reply to @qyliss:fairydust.space that confused me as well It has confused a lot of people. Maybe we should've gone with a different name 🤷♂️ | 16:44:10 |
| 1 May 2022 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from ContinuousWave to Chinchilla Washington. | 06:53:02 |
| 2 May 2022 |
| mirtyl_wacdec joined the room. | 08:21:28 |
| 3 May 2022 |
| @anarres:catgirl.cloud joined the room. | 15:53:52 |
@anarres:catgirl.cloud | We're currently setting up Hydra for our projects. I have a project with a flake.nix and flake.lock checked in a git repository which builds on all required systems. However, Hydra shows me the following error:
error: cannot write modified lock file of flake 'git+ssh://git@<repository>' (use '--no-write-lock-file' to ignore)
I couldn't find anything helpful on the web. Does anyone have any idea? We have another project on the same Hydra that seems to be fine.
| 15:58:58 |
Rick (Mindavi) | Update the lockfile? | 16:07:47 |
Rick (Mindavi) | It sounds like it mismatches with the flake.nix | 16:08:01 |