Lisanna has quit [Remote host closed the connection]
simpson has joined #nixos-dev
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 240 seconds]
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 240 seconds]
<Sonarpulse> bgamari-: sorry to be so awal
<bgamari-> no worries
* bgamari- is really just blathering
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm has joined #nixos-dev
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 240 seconds]
<bgamari-> Sonarpulse, bisected it to f2a45a47d4b4b1293083a2e5882380c7e15a7e2c
<Sonarpulse> bgamari-: cool!
<bgamari-> any opinions on what the idiomatic way to expose crossSystem in nixos would be?
<Sonarpulse> bgamari-: thinking about it
<Sonarpulse> bgamari-: inherit (cfg) config overlays system; -> inherit (cfg) config overlays system crossSystem;
<Sonarpulse> actually...
<bgamari-> actually, I think technically we could just use this nixpkgs.pkgs option
<bgamari-> it's a bit verbose
<Sonarpulse> bgamari-: that might be good for now
<Sonarpulse> bgamari-: https://github.com/NixOS/nixpkgs/pull/34444 will help
<Sonarpulse> with what I said first
<bgamari-> nixpkgs.pkgs = import <nixpkgs> { crossSystem = ... };
<Sonarpulse> because it will give us the module sytem "type" for crossSystem
<bgamari-> hmm
<Sonarpulse> so until then yeah you can hack it with the new option hopefully
<bgamari-> right
<bgamari-> seems to work
<Sonarpulse> bgamari-: glad to hear it!
<Sonarpulse> I think I'll take another look at that meta refactor tomorrow
ckauhaus has joined #nixos-dev
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-dev
{^_^} has quit [Changing host]
{^_^} has joined #nixos-dev
ckauhaus has quit [Ping timeout: 260 seconds]
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-dev
{^_^} has quit [Changing host]
{^_^} has joined #nixos-dev
{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixos-dev
{^_^} has quit [Changing host]
{^_^} has joined #nixos-dev
garbas has quit [Quit: WeeChat 1.9.1]
taktoa has joined #nixos-dev
orivej has quit [Ping timeout: 265 seconds]
ckauhaus has joined #nixos-dev
taktoa has quit [Remote host closed the connection]
ckauhaus has quit [Ping timeout: 264 seconds]
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 240 seconds]
ckauhaus has joined #nixos-dev
taktoa has joined #nixos-dev
ckauhaus has quit [Ping timeout: 268 seconds]
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 252 seconds]
Sonarpulse has quit [Ping timeout: 268 seconds]
ckauhaus has joined #nixos-dev
FRidh2 has joined #nixos-dev
ckauhaus has quit [Ping timeout: 240 seconds]
Sonarpulse has joined #nixos-dev
FRidh2 has quit [Remote host closed the connection]
FRidh2 has joined #nixos-dev
Sonarpulse has quit [Ping timeout: 252 seconds]
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 256 seconds]
JosW has joined #nixos-dev
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 240 seconds]
goibhniu1 has joined #nixos-dev
goibhniu has quit [Ping timeout: 264 seconds]
sarah_ is now known as srhb
goibhniu1 has quit [Ping timeout: 260 seconds]
goibhniu has joined #nixos-dev
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 248 seconds]
goibhniu has quit [Ping timeout: 248 seconds]
goibhniu has joined #nixos-dev
JosW has quit [Quit: Konversation terminated!]
goibhniu1 has joined #nixos-dev
goibhniu has quit [Ping timeout: 240 seconds]
goibhniu has joined #nixos-dev
goibhniu1 has quit [Ping timeout: 240 seconds]
ckauhaus has joined #nixos-dev
goibhniu1 has joined #nixos-dev
goibhniu has quit [Ping timeout: 240 seconds]
goibhniu has joined #nixos-dev
ckauhaus has quit [Ping timeout: 248 seconds]
goibhniu1 has quit [Ping timeout: 240 seconds]
goibhniu has quit [Ping timeout: 252 seconds]
goibhniu has joined #nixos-dev
goibhniu has quit [Ping timeout: 240 seconds]
goibhniu has joined #nixos-dev
orivej has joined #nixos-dev
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 252 seconds]
pie__ has joined #nixos-dev
orivej has quit [Ping timeout: 256 seconds]
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 240 seconds]
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 240 seconds]
<angerman> bgamari-: Compiling a haskell package with crossSystem set, tries to build ghc for the crossSystem as well, not just as a cross compiler; did you have that issue as well?
<angerman> For the regular hello pkg it seems to build only the cross compiler(gcc). Not sure if I need to look into stdenv.cc; if you got any
<angerman> hints, let me know :-)
goibhniu has quit [Ping timeout: 252 seconds]
<angerman> shlevy: haha, just pass „.“ :-)
<shlevy> Hmm?
<shlevy> Does that actually work or is it a joke I'm missing? :D
<shlevy> Currently adding a "buildRootOnly" flag to icu4c that just moves the buildRoot to $out as the installPhase :(
<angerman> not sure if it works. But it seems to try to work around the assumption the everyone build applications in the source root.
<shlevy> angerman: That's asking for a directory where a *native* icu4c was built
<shlevy> When cross-compiling
<angerman> Ugh...
goibhniu has joined #nixos-dev
ckauhaus has joined #nixos-dev
ckauhaus has quit [Ping timeout: 252 seconds]
<shlevy> When a makefile hard-codes g++ what's the "proper" cross-compile-safe fix?
<shlevy> Fixing it now, thanks
<gchristensen> thanks Mic92, shlevy
kgz has quit [Ping timeout: 248 seconds]
FRidh has quit [Read error: Connection reset by peer]
FRidh has joined #nixos-dev
<Mic92> meh, without hydra a lot lot of builds will timeout soon.
<gchristensen> huh?
kgz has joined #nixos-dev
<Mic92> gchristensen: https://hydra.nixos.org/
<gchristensen> ack!
<gchristensen> Mic92: has anyone ping'd Eelco?
<Mic92> gchristensen: not that I know.
<Mic92> I supposed it is monitored anyway
<gchristensen> would be a good place to start :) niksnut: hydra is 500'ing, postgresql appears to be down
goibhniu has quit [Ping timeout: 264 seconds]
<gchristensen> https://github.com/NixOS/nixpkgs/pull/35470#issuecomment-368230597 please stop me before I start thinking about wildcard build triggers
goibhniu has joined #nixos-dev
<Mic92> gchristensen: ala @GrahamcOfBorg build-all ?
<gchristensen> like build *.rtl8814au is what I was thinking I guess, simple globs
<LnL> doesn't just linuxPackages work, or is that too much stuff?
<gchristensen> probably way too much stuff
<Mic92> yes, that would be too much
<Mic92> but kernel modules is the only use case for that
<gchristensen> perhaps pythonPackages too
<gchristensen> domenkozar, around? I'd like a list of all the users the nixos organization has banned
<gchristensen> ^ because I'd like to find my replies to them, before they were banned :)
<FRidh2> if it is only used on request, it should be fine. If someone does a rebuild of a package set when it says 500+ rebuilds then....well
pie__ has quit [Ping timeout: 260 seconds]
<gchristensen> FRidh2: maybe the evaluator should automatically schedule rebuilds for all jobs if the number of rebuilds is <=10
<FRidh2> gchristensen: +1
<gchristensen> I'm pretty sure LnL will be grumpy with me if I add more features to the evaluator without first doing some clean-up to it
<LnL> lol
FRidh2 has quit [Quit: Konversation terminated!]
Guest51991 has joined #nixos-dev
Guest51991 has quit [Ping timeout: 252 seconds]
self has joined #nixos-dev
self is now known as Guest24326
romildo has joined #nixos-dev
romildo has left #nixos-dev [#nixos-dev]
<bgamari-> has anyone noticed this while building ruby?
<bgamari-> ERROR: While executing gem ... (Errno::EACCES)
<bgamari-> Permission denied @ unlink_internal - /nix/store/81zzhxg9amr6g5avsywllmkdgx2nlsff-ruby-2.4.3/lib/ruby/gems/2.4.0/specifications/default/bundler-1.16.1.gemspec
* bgamari- isn't sure whether this is due to cross or not
<bgamari-> angerman, did you work out your issue?
<bgamari-> ahh, indeed it is
pie__ has joined #nixos-dev
goibhniu1 has joined #nixos-dev
goibhniu has quit [Ping timeout: 260 seconds]
pie__ is now known as pie_
goibhniu1 has quit [Ping timeout: 240 seconds]
goibhniu has joined #nixos-dev
ckauhaus has joined #nixos-dev
goibhniu1 has joined #nixos-dev
goibhniu has quit [Ping timeout: 248 seconds]
ckauhaus has quit [Ping timeout: 260 seconds]
goibhniu has joined #nixos-dev
goibhniu1 has quit [Ping timeout: 260 seconds]
Guest24326 has quit [Ping timeout: 248 seconds]
self has joined #nixos-dev
self is now known as Guest27394
Guest27394 has quit [Ping timeout: 240 seconds]
pie_ has quit [Read error: Connection reset by peer]
pie__ has joined #nixos-dev
orivej has joined #nixos-dev
<zimbatm> has anyone else than niksnut and domenkozar access to hydra?
<gchristensen> I don't think domen does, but ikwildrpepper
<zimbatm> it would be good to have a hardware team
<domenkozar> I don't have ssh access
<domenkozar> only UI
self has joined #nixos-dev
self is now known as Guest87904
Guest87904 has quit [Ping timeout: 248 seconds]
garbas has joined #nixos-dev
<angerman> bgamari-: not yet.