| 24 Nov 2024 |
steveej | * i'm participating virtually from the train 😆 currently trying to figure out how to force logseq to evaluate on aarch64-linux, with this override that has worked on 24.05:
(pkgs.logseq.overrideAttrs (
attrs:
lib.attrsets.recursiveUpdate attrs (
lib.attrsets.optionalAttrs pkgs.stdenv.isAarch64 {
src = repoFlake.inputs.logseq_0_10_9_aarch64_appimage;
meta.platforms = [ "aarch64-linux" ];
}
)
))
edit: posted the code that actually worked on 24.05
| 08:21:30 |
steveej | for some reason the src override isn't effective and it still (eagerly?) evaluates the selectSystem function in losgeq.nix:
… while calling the 'throw' builtin
at /nix/store/idq1bmwwy9rlkc21hccvx42wlwpxsx1f-source/pkgs/by-name/lo/logseq/package.nix:20:45:
19| inherit (stdenv.hostPlatform) system;
20| selectSystem = attrs: attrs.${system} or (throw "Unsupported system: ${system}");
| ^
21| suffix = selectSystem {
error: Unsupported system: aarch64-linux
| 08:23:21 |
steveej | the issue is that upstream doesn't build the AppImage for aarch64-linux and i'm getting it from a 3rd party (me) in this case | 08:24:36 |
steveej | maybe it's feasible to do a source build? however i'm scared of yarn. here's the dockerfile i use to build the appimage: https://forgejo.www.stefanjunker.de/steveej/infra/src/commit/229b3cb0d39fd8dfe88f3ca4bb8d46f889f1d929/nix/pkgs/logseq/Containerfile | 08:26:49 |
infinisil | https://nixos-modules.nix.みんな/lessons/a-basic-module/lesson/ | 08:49:28 |
maralorn | ners: That’s what I was talking about: https://fuglede.github.io/llama.ttf/ | 09:21:27 |
matthewcroughan | ners: https://github.com/tunnelvr/tunnelvr/commit/de409fa739fd17297c986fe437656d16c21010f6 | 09:24:50 |
Fabio Lenherr | :qa! | 09:25:35 |
matthewcroughan | ners: https://github.com/NixOS/nixpkgs/pull/358544 | 09:26:48 |
matthewcroughan | Download 1802.02180v1.pdf | 09:28:06 |
matthewcroughan | https://arxiv.org/abs/1802.02180 | 09:30:55 |
matthewcroughan | ners: https://github.com/OpenBB-finance/OpenBB | 09:31:48 |
matthewcroughan | not in nixpkgs yet^ | 09:31:50 |
matthewcroughan | Ah, there was a PR https://github.com/NixOS/nixpkgs/pull/274139 | 09:32:35 |
matthewcroughan | maralorn: https://github.com/maralorn/nix-output-monitor/issues/167 | 09:47:39 |
ners |  Download ima_eb93485.jpeg | 10:20:28 |
infinisil | https://github.com/NixOS/nixpkgs/pull/157070#issuecomment-1025095911 | 10:20:45 |
linschlager | Could someone label this PR as well? :) https://github.com/NixOS/nixpkgs/pull/358661 | 10:43:15 |
nebucatnetzer13 | In reply to @linschlager:beeper.com Could someone label this PR as well? :) https://github.com/NixOS/nixpkgs/pull/358661 Done | 10:44:25 |
majfontana | Is it okay if I ask for general NixOS help here, or should I do it in some thread? (Specifically I'd like to ask about adding NUR to home manager.) | 11:28:18 |
apeioo | https://github.com/NixOS/nixpkgs/pull/358479 | 11:28:51 |
matthewcroughan | https://github.com/NixOS/nixpkgs/pull/266880 | 11:36:13 |
matthewcroughan | docusign alternative, it's nice.. wanting to test it | 11:36:20 |
matthewcroughan | would be cool if this could get into 24.11 | 11:36:25 |
Weijia | In reply to @matthewcroughan:defenestrate.it https://github.com/NixOS/nixpkgs/pull/266880 Looks like builds are failing on ofborg? | 11:41:17 |
matthewcroughan | ah, darwin, I guess it's not really the intended platform (since you probably just wanna enable this in nixos) | 11:48:49 |
linschlager | Could someone label this PR please? https://github.com/NixOS/nixpkgs/pull/358693 😇 | 12:10:10 |
tfc | could anybody please look at this PR again?
https://github.com/NixOS/nixpkgs/pull/358472 | 13:17:22 |
matthewcroughan | https://github.com/NixOS/nixpkgs/pull/266880 tfc | 13:31:09 |
thomas-zahner | matthewcroughan: https://github.com/swaywm/sway/issues/5207#issuecomment-820930477 | 13:39:02 |