!zghijEASpYQWYFzriI:nixos.org

Hydra

343 Members
99 Servers

Load older messages


SenderMessageTime
7 Mar 2024
@void68:matrix.orgvoidI use both both the hydra uses the one in nix flake if you go for hydra flakes.17:04:30
@void68:matrix.orgvoid * I use both but the hydra uses the one in nix flake if you go for hydra flakes.17:04:38
@void68:matrix.orgvoidinteresting. tried 2.19 but failed, I'll recheck.17:05:13
@ma27:nicht-so.sexyma27 which rev of hydra are you on btw? tested with a plain nix build on 838648c0cebc12e0527ede3ac5f71b64670b5f83. 17:06:56
@void68:matrix.orgvoidhold on, updating flakes, I'll tell.17:08:56
@void68:matrix.orgvoid
warning: Git tree '/home/void/flakes.2' is dirty                                                                                                                                                                                             
warning: updating lock file '/home/void/flakes.2/flake.lock':                                                                                                                                                                                
• Updated input 'hydra':                                                                                                                                                                                                                     
    'git+http://gitea/nix/hydra.git?ref=nix-2.18&rev=4d1c8505120961f10897b8fe9a070d4e193c9a13' (2023-12-01)                                                                                                                                  
  → 'git+http://gitea/nix/hydra.git?ref=nix-2.19&rev=838648c0cebc12e0527ede3ac5f71b64670b5f83' (2024-01-26)                                                                                                                                  
• Added input 'hydra/nixpkgs-for-fileset':                                                                                                                                                                                                   
    'github:NixOS/nixpkgs/880992dcc006a5e00dd0591446fdf723e6a51a64' (2024-03-05)                                                                                                                                                             
• Updated input 'nix':                                                                                                                                                                                                                       
    'git+http://gitea/nix/nix.git?ref=2.18-maintenance&rev=afb55f36df5e65007cb30798242ceb402f0572a4' (2024-02-22)                                                                                                                            
  → 'git+http://gitea/nix/nix.git?ref=2.19-maintenance&rev=6566d3c5658400d65e303e8e9a9e71e9ea306197' (2024-03-06)      
17:08:57
@void68:matrix.orgvoidyup it matches, let me see the errorr.17:10:57
@void68:matrix.orgvoid
euler | g++ -DHAVE_CONFIG_H -I. -I../..    -std=c++2a -I/nix/store/sayhfgaika0srb3d06ykn01svkg56264-nix-unstable-evrim-2.19.3-dev/include/nix -I/nix/store/a6gcj4anazwgqpn5nx7aqcw7f290xs89-boehm-gc-nix-evrim-8.2.4-dev/include -Wall -I ..\
/libhydra -Wno-deprecated-declarations -g -O2 -include nix/config.h -c -o hydra_queue_runner-nar-extractor.o `test -f 'nar-extractor.cc' || echo './'`nar-extractor.cc                                                                       
euler | hydra-queue-runner.cc: In member function 'void State::monitorMachinesFile()':                                                                                                                                                       
euler | hydra-queue-runner.cc:229:74: error: cannot call member function 'nix::StringSet nix::StoreConfig::getDefaultSystemFeatures()' without object                                                                                        
euler |   229 |             + concatStringsSep(",", StoreConfig::getDefaultSystemFeatures()));                                                                                                                                               
euler |       |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~                                                                                                                                                  
euler | make[3]: *** [Makefile:483: hydra_queue_runner-hydra-queue-runner.o] Error 1                        
17:14:31
@void68:matrix.orgvoidinteresting, I get this one.17:14:35
@void68:matrix.orgvoidthree branches, three diff errors.17:15:07
@ma27:nicht-so.sexyma27 what exactly is nix-unstable-evrim-2.19.3?
perhaps check with nix show-derivation /nix/store/sayhfgaika0srb3d06ykn01svkg56264-nix-unstable-evrim-2.19.3-dev whether it has the correct source and all that?
17:18:08
@ma27:nicht-so.sexyma27or, maybe even remove the nix-unstable-evrim part and use stock nix 2.19 to build?17:18:31
@void68:matrix.orgvoidsure, prolly there is a mismatch.17:21:36
@void68:matrix.orgvoidI guess Im having a _module.args moment again.17:41:52
8 Mar 2024
@flintflump:matrix.orgflintflump joined the room.08:39:49
@void68:matrix.orgvoidOK, upgraded to nix 2.19.4 (yday's rel) and it works.13:19:40
@void68:matrix.orgvoiddisabled nix flake in hydra module can't override the nix package properly, prolly my incompetence. Fwiw, it would be nice if there is a hydra.nixosModule.defaultWithoutNix w/o the nix overlay.13:20:25
@void68:matrix.orgvoidI do import with (import "${hydra}/nixos-module" { overlays = [ .. ]); now.13:20:46
9 Mar 2024
@jucax:matrix.orgjucax joined the room.05:37:45
@tomberek:matrix.orgtomberekIt was a busy week... i can now if it would help.18:24:00
10 Mar 2024
@antifuchs:asf.computer@antifuchs:asf.computer

just asked this in #nix:nixos.org, but this is more of a hydra question: hydra_unstable in nixpkgs/release-23.11 uses the nix package, but the hydra package's input is nix-2.17.1 (the one with the active CVE). I can't tell why, as the nix package is at 2.18.1:

nix-repl> nixosConfigurations.gloria.pkgs.hydra\_unstable.nix
«derivation /nix/store/lpybkk4q5lf18ij5hv1zypqddapl0n26-nix-2.17.1.drv»
nix-repl> nixosConfigurations.gloria.pkgs.nix
«derivation /nix/store/8zbk3gar6q0rvbgpi14kcxr8ipcligzp-nix-2.18.1.drv»
14:37:14
@antifuchs:asf.computer@antifuchs:asf.computerlooks like it's pinned in all-packages.nix, and there's updates on master already. let's see if those can be backported...14:45:22
@antifuchs:asf.computer@antifuchs:asf.computer(it can! https://github.com/NixOS/nixpkgs/pull/294753)14:53:48
@shalokshalom:dendrite.matrix.org@shalokshalom:dendrite.matrix.org joined the room.20:19:01
@ma27:nicht-so.sexyma27 small improvement to the login form of Hydra (now you can hit enter to login, the current behavior annoyed me too much): https://github.com/NixOS/hydra/pull/1368 22:24:26
@shalokshalom:dendrite.matrix.org@shalokshalom:dendrite.matrix.org left the room.22:49:50
@magic_rb:matrix.redalder.orgmagic_rbOh my god thank you!! Its been annoying me for 2 years now but never enough to do something about it23:23:01
14 Mar 2024
@federicodschonborn:matrix.org@federicodschonborn:matrix.org left the room.02:03:28
@lotte:chir.rs@lotte:chir.rs changed their display name from Charlotte 🦝 (it/rac/racs/racself/🦝/plush) to Charlotte 🦝 (it/its).10:56:44
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.18:44:31

Show newer messages


Back to Room ListRoom Version: 6