!zghijEASpYQWYFzriI:nixos.org

Hydra

387 Members
109 Servers

Load older messages


SenderMessageTime
17 Apr 2022
@ulrikstrid:matrix.org@ulrikstrid:matrix.orgFor completeness sake, this pointed me to https://github.com/NixOS/nix/issues/2789 and now it works05:46:18
@ulrikstrid:matrix.org@ulrikstrid:matrix.orgThank you to everyone that helped me 🙏05:46:29
@linus:schreibt.jetzt@linus:schreibt.jetzt
In reply to @ulrikstrid:matrix.org
I guess we're waiting for https://github.com/NixOS/nixpkgs/pull/160202 ? What are the blockers here? Can I help it move forward?
Aah, that completely dropped off my radar, whoops
12:10:59
@linus:schreibt.jetzt@linus:schreibt.jetztAll it really needs is removing the multi-versioning from the NixOS tests12:11:20
@artturin:matrix.orgArtturin
In reply to @ulrikstrid:matrix.org
For completeness sake, this pointed me to https://github.com/NixOS/nix/issues/2789 and now it works
Could you add the error messages you got and a link to that to https://nixos.wiki/wiki/Hydra
12:18:44
@artturin:matrix.orgArtturin
In reply to @ulrikstrid:matrix.org
For completeness sake, this pointed me to https://github.com/NixOS/nix/issues/2789 and now it works
* Could you add the error messages you got and a link to that to https://nixos.wiki/wiki/Hydra#Known_Issues
12:19:02
@rajatv:matrix.orgRajat Verma joined the room.12:49:46
@ulrikstrid:matrix.org@ulrikstrid:matrix.org
In reply to @artturin:matrix.org
Could you add the error messages you got and a link to that to https://nixos.wiki/wiki/Hydra#Known_Issues
Yes, since I've used this chat or should be decently easy to write 😅
14:07:25
@ulrikstrid:matrix.org@ulrikstrid:matrix.org* Yes, since I've used this chat it should be decently easy to write 😅14:07:48
18 Apr 2022
@ulrikstrid:matrix.org@ulrikstrid:matrix.orgIs hydra without flakes better supported? I can't get pull requests to work with flakes and I can't find any good resources07:37:41
@andreas.schraegle:helsinki-systems.deajs124"pull requests"?07:40:50
@linus:schreibt.jetzt@linus:schreibt.jetztyeah, I wouldn't be entirely surprised if the PRs feature didn't work with flakes07:44:34
@linus:schreibt.jetzt@linus:schreibt.jetztit's definitely older than flakes, and I don't think it's used widely07:45:01
@ulrikstrid:matrix.org@ulrikstrid:matrix.org
In reply to @andreas.schraegle:helsinki-systems.de
"pull requests"?
GitHub pull requests
07:48:26
@ulrikstrid:matrix.org@ulrikstrid:matrix.org
In reply to @linus:schreibt.jetzt
yeah, I wouldn't be entirely surprised if the PRs feature didn't work with flakes
The flakes URL seems to be generated weirdly
07:48:57
@andreas.schraegle:helsinki-systems.deajs124Ah, that plugin. I wouldn't be surprised if that had bitrotted entirely, sadly. iirc it doesn't have any tests.07:52:09
@ulrikstrid:matrix.org@ulrikstrid:matrix.orgAha, is the GitHub refs plugin better?08:03:20
19 Apr 2022
@replaycoding_:matrix.orgReplayCoding changed their display name from ReplayCoding to ReplayCoding (she/her).23:53:46
20 Apr 2022
@ahsmha:matrix.org@ahsmha:matrix.org joined the room.18:56:33
21 Apr 2022
@wybpip:matrix.org@wybpip:matrix.org joined the room.00:48:54
@wybpip:matrix.org@wybpip:matrix.org left the room.00:48:56
@cw:kernelpanic.cafeRev. CornWallace III (novus ordo seclorum) changed their display name from Chinchilla Wetreat to Chonked Worm.21:06:56
@cw:kernelpanic.cafeRev. CornWallace III (novus ordo seclorum) changed their display name from Chonked Worm to chonked_worm.21:08:54
@cw:kernelpanic.cafeRev. CornWallace III (novus ordo seclorum) changed their display name from chonked_worm to ContinuousWave.21:30:41
22 Apr 2022
@net-mist:matrix.orgnet-mistHello 👋 I would like to have the build status for a specific list of packages (build/don't build), and for each package that doesn't build, the date of the last successful build. Is there an API on Hydra that allows that ? I went through the endpoints listed here: https://github.com/NixOS/hydra/blob/master/hydra-api.yaml, but they don't seem relevant for my problem06:11:34
@artturin:matrix.orgArtturin
In reply to @net-mist:matrix.org
Hello 👋
I would like to have the build status for a specific list of packages (build/don't build), and for each package that doesn't build, the date of the last successful build.
Is there an API on Hydra that allows that ?
I went through the endpoints listed here: https://github.com/NixOS/hydra/blob/master/hydra-api.yaml, but they don't seem relevant for my problem
https://github.com/nix-community/hydra-check
13:19:50
@artturin:matrix.orgArtturinsadly no api for the last successful builds https://github.com/nix-community/hydra-check/issues/1213:20:14
@net-mist:matrix.orgnet-mistthanks a lot !14:51:19
24 Apr 2022
@kayla.fire:matrix.orgkayla (she/they)

I'm trying to pull in the hydra flake on my local build machine configuration, it would seem that when using the outputs.nixosModules.hydra module, it adds an overlay for both hydra-dev and nix.
I also host nix-serve on the same configuration, which has the following line in nixpkgs platforms = nix.meta.platforms;. This seems to have conflicts as github:nixos/nix does not seem to have meta.platforms set, as shown by the error I'm hitting

building the system configuration...
error: attribute 'platforms' missing

       at /nix/store/hlw0ara6xnmqvlybgvh6a2ygjvc34n43-source/pkgs/tools/package-management/nix-serve/default.nix:50:17:

           49|     license = licenses.lgpl21;
           50|     platforms = nix.meta.platforms;
             |                 ^
           51|   };
(use '--show-trace' to show detailed location information)

---

nix eval github:NixOS/nix#nix.meta.platforms
error: flake 'github:NixOS/nix' does not provide attribute 'packages.x86_64-linux.nix.meta.platforms', 'legacyPackages.x86_64-linux.nix.meta.platforms' or 'nix.meta.platforms'

Is there any known workarounds/fixes for this?

12:01:41
@tim:stratum0.orgdadada (they/them) changed their display name from dadada (they/them) to dadada (er/they).15:49:19

Show newer messages


Back to Room ListRoom Version: 6