worldofpeace changed the topic of #nixos to: NixOS 20.09 Nightingale ✨ https://discourse.nixos.org/t/nixos-20-09-release/9668 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || use ,channels for a list of Nix* related channels || nixcon videos: https://tinyurl.com/nixcon2019 || Link to the output of nix-inf
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108098 → pythonPackages.pillow: Add libxcb support, convert to generic; pythonPackages.pillow-simd: Init at 7.0.0.post3 → https://git.io/JL7cH
<{^_^}> [nixpkgs] @SuperSandro2000 pushed 5 commits to staging: https://git.io/JtRJg
<{^_^}> [nixpkgs] @veprbl merged pull request #109052 → darwin.bootstrap_cmds: update to 121 → https://git.io/Jtej5
<{^_^}> [nixpkgs] @veprbl pushed 3 commits to staging: https://git.io/JtRJH
abathur has quit [Quit: abathur]
simba1 has quit [Ping timeout: 260 seconds]
abathur has joined #nixos
<{^_^}> [nixpkgs] @devzero closed pull request #111510 → signal-cli: 0.6.12 -> 0.7.4 → https://git.io/JtRfv
simba1 has joined #nixos
dnlkrgr has quit [Ping timeout: 246 seconds]
mbrgm has quit [Ping timeout: 272 seconds]
mbrgm_ has joined #nixos
mbrgm_ is now known as mbrgm
andymandias has joined #nixos
<{^_^}> [nixpkgs] @devzero opened pull request #111513 → signal-cli: 0.6.12 -> 0.7.4 → https://git.io/JtRTM
meh` has quit [Ping timeout: 272 seconds]
Rusty1 has joined #nixos
rb2k has joined #nixos
troydm has joined #nixos
gustavderdrache has joined #nixos
<colemickens> Do flake authors use `nix flake check`? It's too whiney about packages that don't eval on certain archs
<colemickens> and it feels wrong to filter those out instead of letting the eval error surface to the user
itai has quit [Remote host closed the connection]
<infinisil> Yeah same problem here. I'm just using `nix build .#checks` instead (assigning `packages.checks`)
Qwerky has joined #nixos
fuiltilt has joined #nixos
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
Qwerky has quit [Ping timeout: 272 seconds]
<noonien> are there any plans to make the `nix` command more pipe-friendly?
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumDev: Build without TFLite and apply a fix »: https://git.io/JtRIZ
<noonien> for example, `nix search` is pretty annoying to use as opposed to the old version. it doesn't search all registries anymore, and it always assumes a terminal, which means it always outputs progress and colors, which makes it basically impossible to pass to grep/less
alex-v has quit [Remote host closed the connection]
alex-v has joined #nixos
<{^_^}> [nixpkgs] @github-actions[bot] pushed 52 commits to staging-next: https://git.io/JtRIR
<{^_^}> [nixpkgs] @github-actions[bot] pushed 53 commits to staging: https://git.io/JtRIE
rajivr has joined #nixos
andymandias has quit [Ping timeout: 265 seconds]
andymandias_ has joined #nixos
tsrt^ has quit []
<{^_^}> [nixpkgs] @risicle opened pull request #111514 → [20.09] pythonPackages.bottle: add patch for CVE-2020-28473 → https://git.io/JtRIy
nicoo has quit [Ping timeout: 268 seconds]
nicoo has joined #nixos
steve-chavez has joined #nixos
<bennofs> btw, is there any flag for nix build to return the final built store path? I often use $(nix-build something) in scripts, but that doesn't work with nix build since it doesn't show the final path?
<steve-chavez> Hey guys. How can I negate the true value inside `lib.optionalAttrs !true {k = "val";}`? It gives a syntax error when using the `!` operator.
rb2k has quit [Ping timeout: 240 seconds]
<leo60228> bennofs: i don't believe the text output of `nix build` is intended to be machine-readable, but passing `--json` will output JSON that contains the output path (among other things)
xps has quit [Ping timeout: 240 seconds]
<bennofs> ah, but then I still have to pipe it to jq to extract the store path. Most of my use cases only want to know the final store path, without poluting the current directory with a GC root
redcedar[m] has joined #nixos
nuh^ has joined #nixos
rb2k has joined #nixos
<infinisil> bennofs: I wouldn't recommend using the new cli in scripts, it's still experimental and will change
Maxdamantus has quit [Ping timeout: 246 seconds]
berberman_ has quit [Quit: ZNC 1.8.2 - https://znc.in]
zakame has joined #nixos
berberman has joined #nixos
<steve-chavez> Answering myself, the expression needs closing parens. Like `lib.optionalAttrs (!true)`.
Maxdamantus has joined #nixos
<shapr> *sigh* what's the secret to playing a DVD movie from a DVD drive with nixos? I installed libdvdcss, what else do I need?
<shapr> ah, that did fix it
bingobango has quit [Ping timeout: 240 seconds]
simba1 has quit [Ping timeout: 272 seconds]
andymandias has joined #nixos
<shapr> ah, but I keep getting [00007fa858319ab0] avcodec decoder error: hardware acceleration picture allocation failed
<shapr> Is anyone else on NixOS playing DVDs with VLC using nvidia drivers?
andymandias_ has quit [Ping timeout: 272 seconds]
rb2k has quit [Ping timeout: 265 seconds]
rb2k has joined #nixos
ambro718 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JtRtx
simba1 has joined #nixos
{^_^} has quit [Remote host closed the connection]
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kroh has joined #nixos
{^_^} has joined #nixos
gchristensen has joined #nixos
<gchristensen> samueldr: can we test the github gateway?
<samueldr> gchristensen: next merge I guess
* gchristensen cherry-picks
<samueldr> I mean, it's already been tested well outside of the _actual_ queue
<samueldr> my confidence is quite high
<gchristensen> ,botsnack
<{^_^}> Oh thanks, have a cookie yourself
<samueldr> when I say actual queue, it's because it's tested against a fake equivalent queue (real rabbitmq server)
<gchristensen> hmm
marcusr has quit [Remote host closed the connection]
wnklmnn has quit [Quit: Leaving]
kroh has quit [Remote host closed the connection]
xlei has quit [Ping timeout: 256 seconds]
marcusr has joined #nixos
mkaito has quit [Quit: WeeChat 3.0]
<gchristensen> ah ... changes to group rules for certs broke my nginx + rabbitmq setup
kaliumxyz has joined #nixos
<gchristensen> I guess I could run nginx in the rabbitmq group too
rb2k has joined #nixos
bingobango has joined #nixos
gchristensen has quit [Quit: WeeChat 2.9]
{^_^} has quit [Remote host closed the connection]
inkbottle has joined #nixos
zebrag has quit [Ping timeout: 246 seconds]
{^_^} has joined #nixos
gchristensen has joined #nixos
<gchristensen> deployed with --force-reboot :')
<{^_^}> [nixpkgs] @grahamc merged pull request #111494 → rage: skip check if not x86 → https://git.io/JtBFP
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to master: https://git.io/JtRq5
<gchristensen> cool.
ccao001[m] has joined #nixos
<{^_^}> [nixpkgs] @RaghavSood merged pull request #111489 → gnused/bzip2: add mic92 as maintainer → https://git.io/JtBQi
<{^_^}> [nixpkgs] @RaghavSood pushed 3 commits to master: https://git.io/JtRqd
<samueldr> uh
bingobango has quit [Ping timeout: 240 seconds]
<gchristensen> samueldr: do I want the released branch?
<samueldr> before I start digging in my implementation, is the change pushed?
<samueldr> ah
<samueldr> yes
<ccao001[m]> Hi I get `.serverauth.3009 does not exist` after running `startx`
<ccao001[m]> I'm trying to run dwm with nixos
<ccao001[m]> Any suggestions for how I can debug this?
<ccao001[m]> What info would be useful to provide?
<{^_^}> [nixpkgs] @grahamc merged pull request #111413 → vorta: 0.7.1 -> 0.7.2 → https://github.com/NixOS/nixpkgs/pull/111413
<gchristensen> GithubWebhook::Push event elided since it matched the last merge event.
<gchristensen> nice, samueldr!!
* samueldr closes terminal cd'd in the project dir
<samueldr> I really like software that explains itself
<gchristensen> <3
<samueldr> the next ENODEV I see I'm going to scream for a second
<samueldr> ccao001[m]: not sure I'll be able to help, but how were dwm/X installed or configured?
<ccao001[m]> I used the services
<samueldr> good
<samueldr> that's a common gotcha for a lot of weird problems
<samueldr> (not to use services)
<samueldr> looking a bit online it seems to commonly happen if your user wasn't able to overwrite files or write files in the home directory
<samueldr> not sure though if it could be the case here
<ccao001[m]> `startx` is also complaining about `no fonts could be loaded.xinit`
nixbitcoin has joined #nixos
<samueldr> though, tbf, I don't know how using `startx` is supported on NixOS, I personally only have used a DM
<ccao001[m]> samueldr: do you happen to know off hand someone's config that I can study for configuring dwm on NixOS
<samueldr> sorry, none that I know
<ccao001[m]> should I try disabling startx? and enabling lightdm as displaymanager
<samueldr> that would be one way to work around the problem
d3od has quit [Ping timeout: 265 seconds]
<ccao001[m]> atleast for now...
steve-chavez has quit [Ping timeout: 246 seconds]
<ccao001[m]> ok, I'll try
d3od has joined #nixos
<samueldr> seems like we might have a startx option
<samueldr> I guess that's what you used, right?
<ccao001[m]> yes, that's correct
<ccao001[m]> should I also have `services.xserver.displayManager.defaultSession = "none+i3";`
<ccao001[m]> but set to dwm?
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<samueldr> good question :)
h0m1 has quit [Ping timeout: 260 seconds]
<ccao001[m]> I'm trying it now
<samueldr> what I mean is that it may or may not be the option to use today
gentauro has quit [Read error: Connection reset by peer]
<samueldr> oh, i know what it's used for
gentauro has joined #nixos
bingobango has joined #nixos
h0m1 has joined #nixos
<samueldr> so maybe none+dwm would be needed
<samueldr> for the _default_ session
<samueldr> well, it might just work without anyway if it's the only session?
<colemickens> I think our Firefox perf slipped again. I think we're back to getting 'wayland' instead of 'wayland/drm'.
<colemickens> I'm looking into it.
dxb[m] has joined #nixos
<lovesegfault> do we have a generic updater yet for unstable pkgs with a github src?
<samueldr> lovesegfault: do you mean something that r-ry//antm would run, and update to arbitrary latest revs, or something you as a user would run to work a bit faster?
<samueldr> I wouldn't think automatically updating to arbitrary latest revs would be desirable tbh
<samueldr> but the latter sounds good
<lovesegfault> I mean, if the bot did it, that'd be cool
<lovesegfault> but I meant something I can do easily
<lovesegfault> I remember seeing a generic updater
m0rphism1 has quit [Ping timeout: 256 seconds]
<ccao001[m]> <samueldr "well, it might just work without"> Yes, it is the only session.
<lovesegfault> unstableGitUpdater is what I want I think
<ccao001[m]> What is the minimum I need from the displayManager service?
<samueldr> ccao001[m]: I was assuming either it would be the only session, or there would be a rescue session thing
<ccao001[m]> * What is the minimum I need to enable from the displayManager service?
<ccao001[m]> my rescue session is the tty ;)
<samueldr> I meant, automatically added to the DM
<ccao001[m]> ohh
steve-chavez has joined #nixos
<ccao001[m]> samueldr: What was involved in getting nixos to run on the pinephone? I'd like to do the same for guix system
<ccao001[m]> It looks like displaymanager just loops the login prompt after turning it on with dwm service
<samueldr> ccao001[m]: it's an A64 platform, so basically it's just a fancy A64 device with fancy hardware
<samueldr> ccao001[m]: so in theory, trivial if guix has good support for u-boot on Allwinner A64
<samueldr> ccao001[m]: hmm... you'd need to get the logs of the X server to see
<ccao001[m]> guix currently is able to boot on the pinebook pro
<ccao001[m]> * guix system currently is able to boot on the pinebook pro
<samueldr> with lightdm it's under /var/log/lightdm/... something like x-0.log
<samueldr> ccao001[m]: not A64, but yeah, u-boot based, so depending on how the u-boot setup is, it's possible a lot cane be re-used
sigmundv__ has quit [Ping timeout: 264 seconds]
<samueldr> can*
<matthewcroughan> does anyone actually know how to solve the problem I proposed earlier with wireguard?
steve-chavez has quit [Ping timeout: 265 seconds]
<matthewcroughan> if I do `networking.wg-quick.interfaces.dns = [ "192.168.4.1" ]` yeah, it'll use my server's dnsmasq, totally, great now I can have my remote server services available via wireguard. Problem, OOPS, can't get to nasa.astral now, because now the LAN DNS isn't in use anymore. Solution? Dnsmasq running on all devices. There must be a better way?
<nicolas[m]> matthewcroughan5: I use systemd-resolved and systemd-networkd for the wireguard stuff, more configuration to write but it works
<{^_^}> [nixpkgs] @aanderse opened pull request #111515 → php.extensions.smbclient: init at 1.0.4 → https://github.com/NixOS/nixpkgs/pull/111515
<slabity> Is anyone able to build `vulkan-loader` on the any of the latest unstable channels?
<matthewcroughan> nicolas[m]: how does that help?
<slabity> For some reason I'm still getting pkg-config issues
<matthewcroughan> That doesn't solve the problem I just proposed.
<matthewcroughan> That doesn'\t even touch the problem I just asked about :D
<samueldr> ccao001[m]: I don't know enough about Guix's organization to say for sure, but that pine64.scm file looks like it would be for an A64 device, so a good starting point
<nicolas[m]> systemd-resolved handles the dns configuration so you don't have a dnsmasq running on all devices
<ccao001[m]> samueldr: would I also need to package a new kernel?
<matthewcroughan> nicolas[m]: except systemd-resolved doesn't run on Android
<ccao001[m]> * samueldr: would I also need to package a new kernel for the pinephone?
<matthewcroughan> it doesn't run on Windows or MacOS either.
<nicolas[m]> matthewcroughan5: and can be configured to route domains through wireguard and certain packages
<matthewcroughan> that's not the issue
<samueldr> ccao001[m]: likely yes, megi's fork is basically the gold standard of things-not-yet-in-mainline for the pinephone... without it you won't go far
<matthewcroughan> the issue is that if I use one DNS server, I can't use another.
<matthewcroughan> And the only solution I can see to that is dnsmasq.
<matthewcroughan> there has to have been a better solution made, it's 2021.
<nicolas[m]> matthewcroughan: sorry, I assumed a Linux environment given this is the NixOS chat
<matthewcroughan> The answer, probably, is to have everything on a public DNS server, yknow, cloudflare etc.
<matthewcroughan> the internet.
<matthewcroughan> But no, I don't want my services on the internet. I want them on my VPN. But this is very problematic.
<nicolas[m]> can't you add extra entries to your resolvconf?
<matthewcroughan> yeah, but that doesn't do anything, that's not how dns works.
<matthewcroughan> If I add it to my resolvconf, nasa.astral (local machine on LAN) isn't going to magically respond.
<matthewcroughan> You need dnsmasq, which will query BOTH dns servers and return the result from one based on configuration
K0kada has quit [Ping timeout: 246 seconds]
<matthewcroughan> but again, I'm asking for a better way, because this is kind of upsetting.
<matthewcroughan> I just found this, and it looks interesting to say the least. https://github.com/skynetservices/skydns
<colemickens> is a symptom of a too long LD_LIBRARY_PATH that you start getting complaints about libstdc++ missing?
<colemickens> I added a couple things to the firefox-bin wrapper and all of the sudden it can't find libstdc++ ?
<{^_^}> [nixpkgs] @lovesegfault opened pull request #111516 → beets: unstable-2020-12-22 -> unstable-2021-01-29 → https://github.com/NixOS/nixpkgs/pull/111516
rb2k has joined #nixos
toasty_avocado[m has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/4544234bb9a (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
philr has joined #nixos
logand``` has joined #nixos
philr_ has quit [Ping timeout: 264 seconds]
logand`` has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @lovesegfault opened pull request #111517 → octoprint 1.5.3 → https://github.com/NixOS/nixpkgs/pull/111517
<ccao001[m]> <samueldr "ccao001: likely yes, megi's fork"> thanks! I'll take a look
rb2k has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @Jaculabilis opened pull request #111518 → nixos/nebula: add basic module → https://github.com/NixOS/nixpkgs/pull/111518
rb2k has joined #nixos
<{^_^}> [nixpkgs] @siraben opened pull request #111519 → treewide: xdg_utils -> xdg-utils → https://github.com/NixOS/nixpkgs/pull/111519
h0m1 has quit [Ping timeout: 264 seconds]
h0m1 has joined #nixos
SomeoneSerge has quit [Ping timeout: 240 seconds]
D_ has joined #nixos
<{^_^}> [nixpkgs] @afontaine opened pull request #111521 → plexamp: 3.3.1 -> 3.4.1 → https://github.com/NixOS/nixpkgs/pull/111521
gustavderdrache has quit [Quit: Leaving.]
ahmed_elgabri has quit [Ping timeout: 258 seconds]
<jgart[m]> is possible to use a derivation created by guix in the /gnu/store/ on a NixOS system for this option? https://search.nixos.org/options?channel=20.09&show=services.emacs.package&from=0&size=50&sort=relevance&query=emacs
ahmed_elgabri has joined #nixos
rb2k has quit [Ping timeout: 265 seconds]
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
mmohammadi9812 has quit [Ping timeout: 260 seconds]
rb2k has joined #nixos
johnmadison1963[ has joined #nixos
ahmed_elgabri has quit [Ping timeout: 265 seconds]
gustavderdrache has joined #nixos
mmohammadi9812 has joined #nixos
sss4 has joined #nixos
v0|d has quit [Ping timeout: 272 seconds]
rb2k has quit [Ping timeout: 240 seconds]
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault opened pull request #111522 → klipper: 0.9.1 -> unstable-2021-01-31 → https://github.com/NixOS/nixpkgs/pull/111522
sss2 has quit [Ping timeout: 246 seconds]
rb2k has joined #nixos
ahmed_elgabri has quit [Ping timeout: 264 seconds]
nhs has joined #nixos
<lovesegfault> What do I do if a package that's only distributed as a bin starts updating the same URL with new releases and thus changing the hash all the time
<lovesegfault> Can we mirror it?
sss2 has joined #nixos
<lordcirth> lovesegfault, what package? sure there's no permalink?
sss4 has quit [Ping timeout: 260 seconds]
<lovesegfault> lordcirth: I'm positive. The package is roon-server. It's currently packaged (by me) with an older version that was the last one exposed on a proper versioned URL
<lovesegfault> I opened an "issue" with the company but they haven't done anything about it
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 265 seconds]
Supersonic112 is now known as Supersonic
<lordcirth> lovesegfault, Yeah, you probably won't have much luck getting proprietary software released sanely. And the license probably doesn't allow redistribution.
Darkmatter66 has quit [Ping timeout: 264 seconds]
<lovesegfault> Well, guess I'll update it with the always-breaking-hash and try to stay on top of it
bingobango has quit [Ping timeout: 264 seconds]
sss2 has quit [Quit: Leaving]
sss2 has joined #nixos
sss2 has quit [Read error: Connection reset by peer]
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @lovesegfault opened pull request #111523 → roon-server: 100700571 -> 100700710 → https://github.com/NixOS/nixpkgs/pull/111523
<{^_^}> [nixpkgs] @peterhoeg opened pull request #111524 → scry: does not build with latest crystal → https://github.com/NixOS/nixpkgs/pull/111524
<energizer> can you just use the nixos.org url?
<energizer> or does nixos.org not have it
<lovesegfault> energizer: what do you mean?
ahmed_elgabri has quit [Ping timeout: 265 seconds]
<energizer> does hydra fetch the url during a test or anything?
rb2k has quit [Ping timeout: 260 seconds]
<lovesegfault> not afaik. either way I think that would be redistribution which is probably against their license
<lovesegfault> either way I'm not going to go find their license to figure this out
<lovesegfault> afaik I'm one of three users who use this, so we can update it whenever needed :P
rb2k has joined #nixos
slack1256 has joined #nixos
Jd007 has quit [Quit: Jd007]
rb2k has quit [Ping timeout: 272 seconds]
rb2k has joined #nixos
inkbottle has quit [Quit: Konversation terminated!]
virus_dave has quit [Quit: virus_dave]
nuh^ has quit [Ping timeout: 246 seconds]
nuh^ has joined #nixos
jonringer has joined #nixos
madalu has joined #nixos
steve-chavez has joined #nixos
steve-chavez has quit [Client Quit]
kalbasit__ has joined #nixos
cyphase has quit [Ping timeout: 240 seconds]
nuh^ has quit []
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nfip^ has joined #nixos
cyphase has joined #nixos
rb2k has joined #nixos
Rusty1 has quit [Quit: WeeChat 2.3]
euank has quit [Quit: ZNC - http://znc.in]
mmohammadi9812 has quit [Ping timeout: 260 seconds]
mmohammadi9812 has joined #nixos
kalbasit___ has joined #nixos
ek___ has joined #nixos
ek___ is now known as euank
kalbasit__ has quit [Ping timeout: 240 seconds]
jonringer has quit [Remote host closed the connection]
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gustavderdrache has quit [Quit: Leaving.]
kalbasit___ has quit [Ping timeout: 240 seconds]
Darkmatter66 has joined #nixos
EMayej has joined #nixos
<lovesegfault> Where can I look for a reference on how to write a custom builder?
<lovesegfault> like buildPythonPackage, buildRustPackage, etc
zeta_0 has joined #nixos
zeta_0 has quit [Client Quit]
endformationage has quit [Quit: WeeChat 2.9]
nhs has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
jmeredith has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
stolyaroleh_ has joined #nixos
nhs has joined #nixos
monokrome has joined #nixos
palo1 has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
ahmed_elgabri has joined #nixos
sangoma has joined #nixos
nhs has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/4544234bb9a (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
slack1256 has quit [Remote host closed the connection]
ahmed_elgabri has quit [Ping timeout: 240 seconds]
nhs has quit [Ping timeout: 265 seconds]
EMayej has quit [Quit: Ping timeout (120 seconds)]
amfl_ has joined #nixos
amfl has quit [Ping timeout: 264 seconds]
amfl_ is now known as amfl
nhs has joined #nixos
fnords has quit [Ping timeout: 260 seconds]
fnords has joined #nixos
sangoma has quit [Ping timeout: 264 seconds]
abbe has quit [Ping timeout: 260 seconds]
georgyo has quit [Ping timeout: 260 seconds]
georgyo has joined #nixos
mgsk has joined #nixos
abbe has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
sangoma has joined #nixos
ahmed_elgabri has joined #nixos
nhs has joined #nixos
orivej has joined #nixos
d3od has quit [Remote host closed the connection]
d3od has joined #nixos
caf3d00d[m] has joined #nixos
d3od has quit [Client Quit]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/86d5d9650d3 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
nhs has quit [Ping timeout: 256 seconds]
nhs has joined #nixos
d3od has joined #nixos
d3od has quit [Excess Flood]
d3od has joined #nixos
saschagrunert has joined #nixos
d3od has quit [Client Quit]
ahmed_elgabri has quit [Ping timeout: 264 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
nhs has quit [Ping timeout: 260 seconds]
odi has joined #nixos
Qwerky has joined #nixos
sss2 has joined #nixos
mananamenos has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
mananamenos has quit [Client Quit]
orivej has joined #nixos
ahmed_elgabri has joined #nixos
nhs has joined #nixos
<{^_^}> [nixpkgs] @lionello opened pull request #111525 → dmd: remove references to dmd-bootstrap → https://github.com/NixOS/nixpkgs/pull/111525
nicoo has quit [Remote host closed the connection]
ahmed_elgabri has quit [Ping timeout: 246 seconds]
nhs has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111410 → jetty: 9.4.35.v20201120 -> 9.4.36.v20210114 → https://github.com/NixOS/nixpkgs/pull/111410
nicoo has joined #nixos
cfricke has joined #nixos
nhs has joined #nixos
Darkmatter66 has quit [Ping timeout: 264 seconds]
bingobango has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110565 → python3Packages.gradient: build fix → https://github.com/NixOS/nixpkgs/pull/110565
knupfer1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111509 → rambox-pro: 1.4.1 → 1.5.0 → https://github.com/NixOS/nixpkgs/pull/111509
<{^_^}> [nixpkgs] @FRidh merged pull request #111212 → libxslt: use python3 on darwin → https://github.com/NixOS/nixpkgs/pull/111212
knupfer1 is now known as knupfer
nly has joined #nixos
simba1 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @danielstaleiny closed pull request #111480 → haskellPackages.postgrest: broken -> unbroken → https://github.com/NixOS/nixpkgs/pull/111480
teto has quit [Quit: WeeChat 3.0]
bingobango has quit [Ping timeout: 264 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #111375 → zfs: fix zfs legacy mount → https://github.com/NixOS/nixpkgs/pull/111375
sss4 has joined #nixos
sss4 has quit [Client Quit]
nhs has quit [Ping timeout: 240 seconds]
sss2 has quit [Ping timeout: 265 seconds]
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @danielstaleiny opened pull request #111527 → haskellPackages.postgrest: broken -> unbroken → https://github.com/NixOS/nixpkgs/pull/111527
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
supersandro2000 has joined #nixos
<illustris> /run/keys on a nixos LXC appears to be mounted ro, causing nixops deploy to fail. Does anyone know why it's RO?
<illustris> or what can be done to make it rw by default?
cyphase has quit [Ping timeout: 240 seconds]
rapgru has joined #nixos
nly has left #nixos ["ERC (IRC client for Emacs 27.1)"]
civodul has joined #nixos
lsix has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
attila_lendvai has joined #nixos
<{^_^}> [nixpkgs] @lourkeur opened pull request #111528 → oraclejdk: remove dependency on libav → https://github.com/NixOS/nixpkgs/pull/111528
charukiewicz has joined #nixos
vidbina has joined #nixos
nhs has joined #nixos
<charukiewicz> if I'm writing my own nixpkgs overlay for that produces a package with stdenv.mkDerivation, should I leave runHook preInstall/runHook postInstall in my custom installPhase?
freeman42x[m] has joined #nixos
cyphase has joined #nixos
<freeman42x[m]> I am trying to play Factorio on NixOS and even though sound is working for stuff played in Chrome it is not playing any sound in the game. Any suggestion for what to try to fix it?
<freeman42x[m]> Factorio is installed via Steam
alex-v has quit [Ping timeout: 256 seconds]
<notgne2[m]> did you switch sound devices while the game was running? that screws it up sometimes in my experience
<freeman42x[m]> no, I switched to bluetooth headset before starting it because my integrated speakers are dead (HW issue probably)
<{^_^}> [nixpkgs] @hmenke opened pull request #111529 → zfs: fix zfs legacy mount → https://github.com/NixOS/nixpkgs/pull/111529
<freeman42x[m]> don't really know what to do, I checked audio settings via right click of volume icon in tray and there is no option there that could fix it I think
knupfer has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @NinjaTrappeur merged pull request #111498 → wpa_supplicant: backport support for OWE → https://github.com/NixOS/nixpkgs/pull/111498
medvid has quit [Ping timeout: 240 seconds]
medvid has joined #nixos
cole-h has quit [Ping timeout: 256 seconds]
<freeman42x[m]> is padsp package on NixOS? can't find it
<notgne2[m]> freeman42x: it looks like the `padsp` binary is in the pulseaudio package
<freeman42x[m]> ah, so installed by default on NixOS?
<V> freeman42x[m]: there's very little that's "installed by default", but you'll have it if you set hardware.pulseaudio.enable or added pulse to one of the paths
ahmed_elgabri has joined #nixos
<freeman42x[m]> nah, tons of stuff installed by default lol. but in this case it happened to be based on that setting
nhs has quit [Ping timeout: 264 seconds]
nolash has joined #nixos
<freeman42x[m]> hmmm, so I tried: steam steam://rungameid/427520 and that does not fix it
<V> freeman42x[m]: no, there's very little installed by default. the "tons of stuff" is largely based on the config options you set
<notgne2[m]> https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/config/system-path.nix#L10 this is almost everything installed by default
<{^_^}> [nixpkgs] @vojta001 opened pull request #111530 → nixos-container: fix show-ip command to support IPv6 addresses → https://github.com/NixOS/nixpkgs/pull/111530
<V> thanks ^^
<V> I was just looking for that
rapgru has quit [Quit: Connection closed]
<freeman42x[m]> nope, I am talking about the minimal set of utilities that come by default
<freeman42x[m]> stuff like `ls` command etc.
<V> that's hardly 'tons'
<freeman42x[m]> tons of stuff like that
<V> minimal, tons, choose one :)
xps has joined #nixos
<freeman42x[m]> it seems like you are having issues understanding me and I'm not in mood for wasting time, have fun
<notgne2[m]> to some people, gnu coreutils is huge
<notgne2[m]> that list encapsulates almost everything though, I've had some fun times trying to make NixOS as small as possible
<{^_^}> [nixpkgs] @peterhoeg opened pull request #111531 → firewall: support multicast → https://github.com/NixOS/nixpkgs/pull/111531
nhs has joined #nixos
ydlr[m] has quit [Quit: Idle for 30+ days]
arghzero[m] has quit [Quit: Idle for 30+ days]
ChrisOboe[m] has quit [Quit: Idle for 30+ days]
botayhard[m] has quit [Quit: Idle for 30+ days]
george[m]1 has quit [Quit: Idle for 30+ days]
grahamc[m] has quit [Quit: Idle for 30+ days]
sephi[m] has quit [Quit: Idle for 30+ days]
yog[m] has quit [Quit: Idle for 30+ days]
respawn_ has quit [Quit: Leaving]
nhs has quit [Ping timeout: 240 seconds]
m0rphism1 has joined #nixos
<V> Same, I have some WIP patches that reduce the size of that further
<{^_^}> [nixpkgs] @lourkeur opened pull request #111532 → oraclejdk11: 11.0.8 -> 11.0.10 → https://github.com/NixOS/nixpkgs/pull/111532
<{^_^}> [nixpkgs] @Flakebi opened pull request #111533 → amdvlk: 2020.Q4.6 -> 2021.Q1.2 → https://github.com/NixOS/nixpkgs/pull/111533
<{^_^}> [nixpkgs] @Scriptkiddi opened pull request #111534 → nixos/xmonad: fix type error for haskellPackages → https://github.com/NixOS/nixpkgs/pull/111534
jmeredith has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @kamentomov opened pull request #111535 → hplip: 3.20.5 -> 3.20.11 → https://github.com/NixOS/nixpkgs/pull/111535
<pie_> does niv pin weird versions or something? when I try to add the graphic``` ( (import ./sources.nix {}).nixpkgs + "/nixos/modules/profiles/graphical.nix") ``` to my imports it wants to build half the world
ambro718 has joined #nixos
<pie_> and im not sure if its my fault but i dont see why it would be
malook has joined #nixos
<{^_^}> [nixpkgs] @Br1ght0ne merged pull request #111524 → scry: does not build with latest crystal → https://github.com/NixOS/nixpkgs/pull/111524
Darkmatter66 has joined #nixos
malook has quit [Client Quit]
<{^_^}> [nixpkgs] @Scriptkiddi opened pull request #111536 → nixos/hoogle: fix type for haskellPackages → https://github.com/NixOS/nixpkgs/pull/111536
sigmundv__ has joined #nixos
EMayej has joined #nixos
nhs has joined #nixos
hiro98 has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/5ff6700bb82 (from 18 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<dutchie> \o/ \o/ \o/
pinage404[m] has quit [Quit: authenticating]
pinage404[m]1 has joined #nixos
nhs has quit [Ping timeout: 265 seconds]
nhs has joined #nixos
sigmundv__ has quit [Remote host closed the connection]
maier has joined #nixos
<{^_^}> [nixpkgs] @raboof opened pull request #111537 → maven: use latest jdk → https://github.com/NixOS/nixpkgs/pull/111537
mdash has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @iyefrat closed pull request #111512 → haskellPackages.hum: broken -> unbroken → https://github.com/NixOS/nixpkgs/pull/111512
malook has joined #nixos
sigmundv has joined #nixos
<{^_^}> [nixpkgs] @iyefrat opened pull request #111538 → haskellPackages.hum: broken -> unbroken → https://github.com/NixOS/nixpkgs/pull/111538
charukiewicz has quit [Quit: charukiewicz]
__monty__ has joined #nixos
malook has quit [Quit: malook]
ambro718 has quit [Read error: Connection reset by peer]
ambro718 has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #111539 → metasploit: 6.0.27 -> 6.0.28 → https://github.com/NixOS/nixpkgs/pull/111539
sangoma has quit [Ping timeout: 256 seconds]
Qwerky has quit [Remote host closed the connection]
nhs has joined #nixos
nhs has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @dotlambda pushed 3 commits to release-20.09: https://git.io/JtRaG
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111516 → beets: unstable-2020-12-22 -> unstable-2021-01-29 → https://github.com/NixOS/nixpkgs/pull/111516
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111517 → octoprint 1.5.3 → https://github.com/NixOS/nixpkgs/pull/111517
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
dhess has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111521 → plexamp: 3.3.1 -> 3.4.1 → https://github.com/NixOS/nixpkgs/pull/111521
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111522 → klipper: 0.9.1 -> unstable-2021-01-31 → https://github.com/NixOS/nixpkgs/pull/111522
<{^_^}> [nixos-homepage] @garbas pushed 2 commits to commercial-page: https://git.io/JtRal
EMayej has quit [Quit: Ping timeout (120 seconds)]
cptrbn has joined #nixos
sangoma has joined #nixos
vidbina has quit [Ping timeout: 264 seconds]
Qwerky has joined #nixos
<yorick> pie_: is just pins master
<yorick> pie_: or whatever branch you had
<yorick> pie_: but master isn't nixos-unstable ;)
cosimone has joined #nixos
<pie_> yorick: nah im specifically using -unstable and stuff
Qwerky has quit [Ping timeout: 256 seconds]
<pie_> i _just_ figured out something might be going on related to my NIX_PATH
<pie_> i thought id overridden it properly but maybe not
<pie_> (i mean with the pinning)
<pie_> (but even then it should be on unstable)
<{^_^}> [nixos-homepage] @garbas pushed to commercial-page « display logo »: https://git.io/JtRVQ
Lord_of_Life_ has joined #nixos
Lord_of_Life has quit [Ping timeout: 265 seconds]
Lord_of_Life_ is now known as Lord_of_Life
nhs has joined #nixos
<freeman42x[m]> I have services.zerotierone.enable = true; and services.zerotierone.joinNetworks = [ "0dccb453f7c87ab3" ]; in my configuration but my computer does not appear as connected in the zero tier one dashboard. any ideas why it is not connecting to the VPN?
thc202 has joined #nixos
nhs has quit [Ping timeout: 256 seconds]
<dhess> Hi all. I need to run a self-hosted GitHub Actions Runner, which is not currently packaged for Nixpkgs/NixOS: https://github.com/NixOS/nixpkgs/issues/101426
<{^_^}> #101426 (by aditsachde, 14 weeks ago, open): Packaging Github actions runner
<attila_lendvai> i want to work on a program that compiles with -nostdlib, i.e. the makefile needs to access stuff like crt1.o when linking. could someone give me any hint what to look at for an example? or general guidance on how to approach at this on nixos? i cannot find anything helpful.
<{^_^}> [nixpkgs] @dotlambda opened pull request #111540 → [20.09] go-ethereum: 1.9.24 -> 1.9.25 → https://github.com/NixOS/nixpkgs/pull/111540
<dhess> Therefore I'd like to run an Ubuntu/Debian VM on a NixOS host. What's the best way to declaratively manage that VM in NixOS? There are a lot of virtualization services in NixOS!
<dhess> My current thinking is to use the libvirtd service, but does anyone prefer a different one?
<dhess> (It cannot be a container, as the GitHub Actions Runner doesn't work well in a container.)
<yorick> dhess: why not just package the github actions runner?
<__monty__> ,locate crt1.o
<{^_^}> Found in packages: musl, glibc, uclibc, emscripten, glibc_multi, graalvm8-ce, graalvm11-ce, glibc_memusage
fendor_ has joined #nixos
<__monty__> attila_lendvai: Pm {^_^} with such queries to figure out which packages provide the file and then add them to buildInputs one by one? Not sure whether that's enough though might need to set something like LIBDIR or somehow pass their locations to configure.
bukkitgerman8608 has joined #nixos
nhs has joined #nixos
<siraben> How can I override doCheck for an individual Haskell package?
<yorick> siraben: haskell.lib.dontCheck
schmim[m] has joined #nixos
<siraben> yorick: thanks
<dhess> yorick: It's packged as a big binary blob. It's not clear how long it would take to package it, let alone test and debug it, and I have finite time for this project. So this solution is less than ideal, but it should only take a few hours, at most.
<siraben> didn't know that existed, I tried to use an overlay and set doCheck to false but it didn't work
nhs has quit [Ping timeout: 240 seconds]
EMayej has joined #nixos
dev_mohe has joined #nixos
hiro98 has quit [Ping timeout: 265 seconds]
<yorick> oh, the runner is a bunch of C#
<yorick> I see the porblem
<yorick> (I thought it was a bunch of Go)
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #111171 → llvmPackages_rocm: 4.0.0 -> 4.0.1 → https://github.com/NixOS/nixpkgs/pull/111171
<dhess> Yeah I suspect it's not straightforward.
<siraben> yorick: http://ix.io/2NXV this still seems to run the checks in hnix-store-core though
dev_mohe has quit [Remote host closed the connection]
<dhess> Also it auto-updates itself and I believe there is no way to disable that, so it might easily break once packaged.
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #111541 → egl-wayland: 1.1.4 -> 1.1.6, fix pkg-config file → https://github.com/NixOS/nixpkgs/pull/111541
<attila_lendvai> __monty__, thanks, that helps moving forward. but is there a command line invocation that can get my a path from the nix-store? e.g. something along the lines of nix-store --query glibc.out/lib/crt1.o ?
SomeoneSerge has joined #nixos
<siraben> yorick: oh, even more confusing!
Qwerky has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @dotlambda opened pull request #111542 → [20.09] gdk-pixbuf: add patch for CVE-2020-29385 → https://github.com/NixOS/nixpkgs/pull/111542
maier has quit [Quit: leaving]
dev_mohe has joined #nixos
dev_mohe has quit [Client Quit]
<{^_^}> [nixpkgs] @Mic92 opened pull request #111543 → ssh-to-pgp: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/111543
<{^_^}> [nixpkgs] @mweinelt opened pull request #111544 → gobby: unstable-2020-12-29 -> 0.6.0 and rename from gobby5 → https://github.com/NixOS/nixpkgs/pull/111544
Qwerky has joined #nixos
* attila_lendvai has found this, but it seems overkill: https://unix.stackexchange.com/a/541575/13329
<__monty__> Looks like the proper way to me. You shouldn't hardcode any paths because any updates to the packages or their dependencies will change the path you need to use. So you should use `${pkgs.glibc}/lib/crt1.o`.
hiro98 has joined #nixos
* attila_lendvai has realized he can put "cp ${pkgs.glibc}/lib/crt1.o ." into the shellHook in his shell.nix
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtR6C
pheoxy has joined #nixos
<{^_^}> [nixpkgs] @onsails opened pull request #111546 → vim: fixsplitjoin-vim and sideways-vim branches, add nvim-hlslens, vim-apm, train-nvim, neogit → https://github.com/NixOS/nixpkgs/pull/111546
shiriru has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #111477 → nextcloud: 20.0.5 -> 20.0.6 → https://github.com/NixOS/nixpkgs/pull/111477
ahmed_elgabri has quit [Ping timeout: 260 seconds]
m4tsa_ has joined #nixos
flokli has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed commit from @beardhatcode to release-20.09 « nextcloud: 20.0.5 -> 20.0.6 »: https://git.io/JtRiA
nhs has joined #nixos
<{^_^}> [nixpkgs] @nagy opened pull request #111547 → gtk-[234]: add changelog url → https://github.com/NixOS/nixpkgs/pull/111547
<{^_^}> [nixpkgs] @peterhoeg opened pull request #111548 → pykms: 2019-06-11 -> 2021-01-25 → https://github.com/NixOS/nixpkgs/pull/111548
nhs has quit [Ping timeout: 256 seconds]
nasirkhan has joined #nixos
<nasirkhan> hi all
<s1341> has anyone succesfully built a cross-compilation nix-shell for android aarch64?
nasirkhan has quit [Client Quit]
<pheoxy> hello there
<illustris> /run/keys on nixos LXCs appear to be mounted ro, causing nixops deploy to fail. Does anyone know why it's ro, or what can be done to make it rw by default?
<pie_> yorick: yeah i dont know. for example, its buildin glib.
<pheoxy> on cross-compilation s1341 anyone know what I'm doing wrong with nix.buildMachines.sshKey that I keep getting permission denied?
<{^_^}> [nixpkgs] @dotlambda opened pull request #111550 → [20.09] mediawiki: 1.34.4 -> 1.35.1 → https://github.com/NixOS/nixpkgs/pull/111550
<s1341> pheoxy: did you managed to get a working cross-compilation shell?
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/6b7e7d81408 (from 84 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
xps has quit [Ping timeout: 256 seconds]
<pheoxy> yeah its building aarch64 for a raspberry pi 4 right now
<s1341> pheoxy: I'm interested in android aarch64...
<pheoxy> rainbow screen of doom though at the moment
<pheoxy> androids based on aarch64
pinpox has quit [Quit: The Lounge - https://thelounge.chat]
<s1341> yeah i know.
<s1341> i'm trying to cross-compile for aarch64.... I can get a cross- nix-shell, but the compiler can't find a bunch of header files...
<pheoxy> you'd best try checking out https://postmarketos.org/ s1341
<{^_^}> [nixpkgs] @xaverdh opened pull request #111551 → nixos/xserver: use modern video drivers → https://github.com/NixOS/nixpkgs/pull/111551
<pheoxy> also don't forget "# aarch64 compiler support
<pheoxy> boot.binfmt.emulatedSystems = [ "aarch64-linux" ];"
<pheoxy> nixpkgs.config.allowUnsupportedSystem = true;
<s1341> pheoxy: I need to compile for ANDROID....
berber has joined #nixos
<pheoxy> as in what way though?
nhs has joined #nixos
<pheoxy> I don't understand what you mean compile for android?
<s1341> pheoxy: I need to compile some libraries for android aarch64.
jluttine has quit [Ping timeout: 264 seconds]
<clever> s1341: pkgsCross.aarch64-android-prebuilt
nhs has quit [Ping timeout: 256 seconds]
ahmed_elgabri has joined #nixos
<pheoxy> what do you mean by android aarch64? they are the same thing as aarch64. The only difference is if you dealing with existing libraries and trying to bring something into that
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #109393 → bee: init at 0.4.2 → https://github.com/NixOS/nixpkgs/pull/109393
<s1341> clever... that doesn't work for me...
<s1341> clever ^^^^
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111427 → nixos/postgresqlBackup: add types → https://github.com/NixOS/nixpkgs/pull/111427
<clever> s1341: not sure, ive not used that one
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111422 → nixos/mysqlBackup: add types → https://github.com/NixOS/nixpkgs/pull/111422
<s1341> it also fails to build a bunch of other things.
sss2 has joined #nixos
<s1341> but it seems like it doesn't have c++ support
<pheoxy> Whats your system? "nix-shell -p nix-info --run "nix-info -m""
vidbina has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #111552 → [20.09] gogs: mark as insecure → https://github.com/NixOS/nixpkgs/pull/111552
<sss2> hi all
<pheoxy> o7
<{^_^}> [nixpkgs] @Mic92 merged pull request #111543 → ssh-to-pgp: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/111543
<s1341> @Mic92 any chance you can help me with android aarch64 cross-compilationl.
<s1341> it seems like there are a bunch of header files missing.
<sss2> https://bpa.st/MTN66 - gnome-keyring-daemon after recent updates
okad1 has quit [Ping timeout: 256 seconds]
<Mic92> s1341: i.e. libc header files missing?
<s1341> s1341: yeah... and libc++
<s1341> @Mic92 ^
<Mic92> You will likely need to patch software because android is using bionic
<Mic92> any reason not use use normal aarch64 cross builds?
<Mic92> Musl might be easier to target
<s1341> i need to be dynamic... need to link with libraries on device...
<s1341> Mic92: it feels like the android cross environment is missing a bunch of bionic headers and libc++ headers....
<s1341> even without having to patch softwrae.
<{^_^}> [nixpkgs] @fabaff opened pull request #111553 → radvd: 2.18 -> 2.19 → https://github.com/NixOS/nixpkgs/pull/111553
<Mic92> s1341: as far as a I know Ericson2314 was using it for ghc on android
<Mic92> don't know what the current state is
<Mic92> never used it
<s1341> ok. :(
<{^_^}> [nixpkgs] @Mic92 opened pull request #111554 → [20.09] ssh-to-pgp: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/111554
<s1341> Mic92: any chance you'd be willing to take a quick look?
<Mic92> s1341: maybe give a link in the evening
<Mic92> doing other stuff right now
<s1341> Mic92: ok....
<clever> Mic92: do you know much about gcc and multilib?
hiro98 has quit [Ping timeout: 256 seconds]
<Mic92> clever: let's say I know stuff about libc and assembly: https://github.com/Mic92/nix-ld most of the time I work on x86_64 so.
<clever> Mic92: ive patched the arm-embedded cross stuff, to create a multilib build (thumb+arm, soft+hard), and newlib automatically went multilib as well
<clever> but the ld wrappers in nixpkgs arent searching the right dirs for newlib
<clever> export NIX_LDFLAGS_arm_none_eabi="-L${pkgsCross.arm-embedded.stdenv.cc.libc}/arm-none-eabi/lib/thumb/v6-m/nofp $NIX_LDFLAGS_arm_none_eabi"
<{^_^}> [nixpkgs] @dotlambda merged pull request #110601 → python3Packages.pytest_xdist: 2.1.0 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/110601
<clever> Mic92: so i have to manually force the right variant of newlib, and thats not very flexible...
lsix has quit [Ping timeout: 260 seconds]
nhs has joined #nixos
<Mic92> clever: I am not surprised. This would need some refactoring.
<{^_^}> [nixpkgs] @Mic92 opened pull request #111555 → ssh-to-pgp: make platforms more liberal → https://github.com/NixOS/nixpkgs/pull/111555
respawn_ has joined #nixos
<clever> Mic92: gcc itself is able to find things like the right crtbegin.o, but ld isnt dynamically changing its own search path
<Mic92> clever: what is actually the use case for this? Is there pre-compiled arm binaries you want to support?
<clever> Mic92: compiling for the new RP2040 that the raspberry pi team released
<clever> Mic92: its a thumb-only soft-float cpu, and it uses the newlib(c) that the host toolchain provides
fuiltilt has quit [Quit: WeeChat 2.9]
<clever> prior to my changes, gcc was linking an arm32 crtbegin.o and an arm32 newlib, so it failed hard on startup
nhs has quit [Ping timeout: 264 seconds]
jluttine has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy opened pull request #111556 → inconsolata: change source path for new google fonts → https://github.com/NixOS/nixpkgs/pull/111556
<Mic92> clever: is there maybe a way to not compile it as multilib?
<clever> Mic92: i'm not sure how i would tell gcc to be thumb-only by default...
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110096 → vscode: fix update script → https://github.com/NixOS/nixpkgs/pull/110096
<Mic92> mhm. arm is not my strong side.
<Mic92> maybe it could be hacked into the cc-wrapper
<clever> Mic92: the gcc is already able to produce both arm and thumb code, its just a matter of pre-compiled bits (newlib and crtbegin) being pre-built in both forms
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JtRMb
oldsk00l has joined #nixos
orivej has quit [Ping timeout: 256 seconds]
<Mic92> clever: so maybe it is just a matter of our binutils wrapper to add those directories by default.
ahmed_elgabri has quit [Ping timeout: 260 seconds]
<clever> Mic92: the complex bit, is that where the linker should search, depends on the -march and --float? options
philr has quit [Ping timeout: 240 seconds]
<clever> gcc already has some internal logic to pick the right one, and to do things right, ld needs to respect the same logic
<Mic92> clever: maybe based on some value in lib/systems/platforms.nix ?
<Mic92> but I see your point
<clever> Mic92: let me prepare a pastebin...
nhs has joined #nixos
<{^_^}> [nixpkgs] @collares opened pull request #111557 → gnome-keyring: Fix compatiblity with libcap_ng → https://github.com/NixOS/nixpkgs/pull/111557
<Mic92> clever: there is pkgsCross.arm-embedded.stdenv.targetPlatform.parsed.abi.float
<clever> Mic92: the complex bit, is that the multi-lib enable flag, conflicts with --with-float=soft
<clever> because multilib builds both hard and soft at the same time, and then picks the right one at link time
<{^_^}> [nixpkgs] @dotlambda opened pull request #111558 → python3Packages.pyotp: 2.4.1 -> 2.5.1 → https://github.com/NixOS/nixpkgs/pull/111558
nhs has quit [Ping timeout: 256 seconds]
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
<{^_^}> [nixpkgs] @danieldk merged pull request #111533 → amdvlk: 2020.Q4.6 -> 2021.Q1.2 → https://github.com/NixOS/nixpkgs/pull/111533
<{^_^}> [nixpkgs] @dotlambda merged pull request #109510 → pythonPackages.pytz: 2020.04 -> 2020.05 → https://github.com/NixOS/nixpkgs/pull/109510
<Mic92> clever: maybe have a look how debian solves this.
<Mic92> They also have binutils-multilib working with cross
<{^_^}> [nixpkgs] @markuskowa opened pull request #111559 → spglib: 1.16.0 -> 1.16.1 → https://github.com/NixOS/nixpkgs/pull/111559
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111416 → gimx: init at 8.0 → https://github.com/NixOS/nixpkgs/pull/111416
<clever> Mic92: my guess, is that ld and gcc search something like /usr/lib/<suffix> automatically, and all of the buildInputs and -L magic on nix is the problem
<clever> when you -Lfoo, it wont search foo/<suffix>, i think
xps has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111555 → ssh-to-pgp: make platforms more liberal → https://github.com/NixOS/nixpkgs/pull/111555
<Mic92> maybe try to find the same in binutils
<{^_^}> [nixpkgs] @teto merged pull request #111414 → vimPlugins.sql-nvim: Set a default libsqlite3.so → https://github.com/NixOS/nixpkgs/pull/111414
<Mic92> Re-implementing all of this would be quite hard
<clever> yeah
<clever> Mic92: the relevant PR: https://github.com/NixOS/nixpkgs/pull/111321
<{^_^}> #111321 (by cleverca22, 1 day ago, open): arm-embedded: make gcc multi-lib (arm32 + thumb)
xlei has joined #nixos
nhs has joined #nixos
euandreh has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @kevingriffin opened pull request #111560 → babelfish: 1.0.1 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/111560
Darkmatter66 has quit [Ping timeout: 246 seconds]
nhs has quit [Ping timeout: 240 seconds]
hiro98 has joined #nixos
nixbitco- has joined #nixos
cptrbn has joined #nixos
ManiacOfMadness has joined #nixos
nixbitcoin has quit [Ping timeout: 268 seconds]
respawn_ has quit [Remote host closed the connection]
<siraben> How can I reduce the time Nix spends querying caches when building a package?
respawn_ has joined #nixos
<ehmry> siraben: --no-net?
<ehmry> that can make things faster in the case of rebuilds
virus_dave has joined #nixos
<clever> `--option substituters ''` could also be used
<siraben> Right
<clever> and also...
<siraben> Ah so `haskellPackages.hnix` just had a lot of deps, heh
nhs has joined #nixos
<clever> siraben: if you add `allowSubstitutes = false;` to a given derivation, nix will not search for that one thing on the caches
<clever> siraben: if everything else has already been downloaded, then rebuilding wont involve any query to the cache
<siraben> I see
<{^_^}> [nixpkgs] @markuskowa merged pull request #111559 → spglib: 1.16.0 -> 1.16.1 → https://github.com/NixOS/nixpkgs/pull/111559
euandreh has joined #nixos
<enteee_> was something bigger changed in how fonts are handled that I missed? After an upgrade of unsable my urxvt no longer picks up any fonts I have installed.
nhs has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @markuskowa opened pull request #111561 → Fix deprecated ?GPL* licenses, adopt a package. → https://github.com/NixOS/nixpkgs/pull/111561
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
cptrbn has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #111563 → lout: add patch for CVE-2019-19917 and CVE-2019-19918 → https://github.com/NixOS/nixpkgs/pull/111563
__monty__ has quit [Ping timeout: 260 seconds]
deltab has quit [Ping timeout: 256 seconds]
__monty__ has joined #nixos
cosimone has quit [Quit: cosimone]
nhs has joined #nixos
<{^_^}> [nixpkgs] @erictapen merged pull request #111550 → [20.09] mediawiki: 1.34.4 -> 1.35.1 → https://github.com/NixOS/nixpkgs/pull/111550
<{^_^}> [nixos-homepage] @garbas pushed 2 commits to commercial-page: https://git.io/JtR9h
Lord_of_Life has quit [Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine]
<siraben> How can I fully dereference a Nix flake registry entry? For instance I want to know what `nixpkgs` points to
nhs has quit [Ping timeout: 264 seconds]
<enteee_> siraben: can you not just look at the lock-file for that?
<siraben> it's in my global registry, outside of a project
davidv7 has quit [Remote host closed the connection]
deltab has joined #nixos
Lord_of_Life has joined #nixos
<siraben> Hm, is it pinned? It seems to point to NixOS/nixpkgs
<siraben> So was wondering if `nix run nixpkgs#hello` would be reproducible
lsix has joined #nixos
oldsk00l has quit [Ping timeout: 246 seconds]
bqv has quit [Quit: WeeChat 3.0]
<siraben> I guess that's why we have flake.lock files
bqv has joined #nixos
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @aanderse merged pull request #111317 → php.extensions.xmlreader: Add internal dependency on `dom` → https://github.com/NixOS/nixpkgs/pull/111317
<{^_^}> [nix] @domenkozar opened pull request #4500 → --no-net -> --offline → https://github.com/NixOS/nix/pull/4500
nhs has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #111340 → ungoogled-chromium: 87.0.4280.141 -> 88.0.4324.104 → https://github.com/NixOS/nixpkgs/pull/111340
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111561 → Fix deprecated ?GPL* licenses, adopt a package. → https://github.com/NixOS/nixpkgs/pull/111561
ManiacOfMadness has quit [Ping timeout: 240 seconds]
davidv7 has joined #nixos
<immae> siraben: nix flake show-inputs ?
<{^_^}> [nixpkgs] @cdepillabout merged pull request #111527 → haskellPackages.postgrest: broken -> unbroken → https://github.com/NixOS/nixpkgs/pull/111527
mkaito has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
<immae> list-inputs actually
nhs has quit [Ping timeout: 240 seconds]
<siraben> immae: ah, I see.
<clever> immae: is there a way to set the nixpkgs input to a given rev?
<angerman> can I somehow run "just" the postInstall phase?
<immae> clever: if you call it from the flake then you have the "follows" syntax
<angerman> something is busted in there and I'm trying to debug what exactly is wrong.
<immae> s/the/a/
<immae> I’m not sure about the question though
<angerman> $postInstall sadly won't work :-/
<clever> immae: what if i'm converting a project from niv to flake, and nixpkgs master is broken, so i want flake.lock to start on a specific rev, and then figure it out later?
aveltras has joined #nixos
<immae> clever: Ah, then you need to specify the rev you want in your flake.nix to "fix" it
<DigitalKiwi> angerman: why won't that work
<angerman> DigitalKiwi: because there are "#" markers in there :-/
<{^_^}> [nixpkgs] @primeos opened pull request #111565 → ungoogled-chromium: 87.0.4280.141 -> 88.0.4324.104 → https://github.com/NixOS/nixpkgs/pull/111565
<immae> clever: do you need an example or you figured out?
<clever> immae: i think i'll just keep editing flake.lock by hand, thats worked so far
<clever> i need it to start on a given rev, but still allow updating the rev like normal
<immae> ok this works, but it won’t survive an accidental "nix flake udpate" :)
<immae> ok
<clever> thats what git is for
sangoma has quit [Quit: WeeChat 3.0]
<immae> It depends on the information you want to keep indeed. If you put it in flake.nix you basically say "I need this flake to be bound to that commit of that repo", but if you put it in flake.lock then it becomes ephemeral
<DigitalKiwi> angerman: is it a flake? i think nix develop has a flag
<angerman> I'm afraid not.
<Nickli> how have you setup your git with nix configs symlinks, bare or stow?
sangoma has joined #nixos
mmohammadi9812 has quit [Ping timeout: 264 seconds]
figsoda has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy merged pull request #111463 → python3Packages.panflute: init at 2.0.5 → https://github.com/NixOS/nixpkgs/pull/111463
<{^_^}> [nixpkgs] @petabyteboy merged pull request #111556 → inconsolata: change source path for new google fonts → https://github.com/NixOS/nixpkgs/pull/111556
acarrico has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #111566 → python3Packages.srsly: 2.3.2 -> 2.4.0 → https://github.com/NixOS/nixpkgs/pull/111566
<{^_^}> [nixos-homepage] @garbas pushed to commercial-page « typo »: https://git.io/JtR5e
mmohammadi9812 has joined #nixos
o1lo01ol1o has joined #nixos
nhs has joined #nixos
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
sangoma has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @TredwellGit closed pull request #100402 → nixos/xserver: use modern video drivers → https://github.com/NixOS/nixpkgs/pull/100402
karantan has joined #nixos
<{^_^}> [nix] @edolstra merged pull request #4500 → --no-net -> --offline → https://github.com/NixOS/nix/pull/4500
nhs has quit [Ping timeout: 240 seconds]
cptrbn has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #111567 → python3Packages.spacy: remove myself as a maintainer → https://github.com/NixOS/nixpkgs/pull/111567
BaughnLogBot has joined #nixos
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
civodul has quit [Remote host closed the connection]
viric has joined #nixos
<{^_^}> [nixos-homepage] @garbas pushed to blog « not needed anymore »: https://git.io/JtRdL
civodul has joined #nixos
<enteee_> found the solution to my urxvt font problem: https://github.com/googlefonts/Inconsolata/issues/42
<{^_^}> googlefonts/Inconsolata#42 (by agreselin, 1 year ago, open): Inconsolata v3.000 letter-spacing is too wide in programs that use Xft
berberman has quit [Quit: ZNC 1.8.2 - https://znc.in]
berberman has joined #nixos
marek_ has joined #nixos
marek_ is now known as marek
<urkk> I have a derivation A which is a symlink to another B, but B is not in the closure of A. Can I add it manually?
vifon has joined #nixos
<vifon> Hello. I'm trying to install some Perl modules in my home using cpanm. I get the following error:
<vifon> ./conftest: symbol lookup error: /nix/store/…-glibc-2.32-10/lib/libc.so.6: undefined symbol: _dl_fatal_printf, version GLIBC_PRIVATE
<vifon> Is this some known problem?
<urkk> The path to the derivation B is known during the build process, so I cannot add it in the mkDerivation function
<s1341> clever/@Mic92 any idea how i would go about building bionic to get the missing headers?
<clever> s1341: ive not done any android-native stuff, simplest answer is to just go static
nhs has joined #nixos
<s1341> clever i can't... i need to link against libraries on the device...
zebrag has joined #nixos
<Mic92> s1341: maybe have a chat with ericson how to build bionic from source or look into the prebuild bionic packages where those headers are
<s1341> Ericson2314: are you available?
<s1341> the question is also how to attach the bionic derivation so it's built instead of the libraries...
<s1341> (prebuilt libraries)
titouan7 has joined #nixos
<{^_^}> [nixpkgs] @ymatsiuk opened pull request #111568 → fluxcd: 0.7.3 -> 0.7.4 → https://github.com/NixOS/nixpkgs/pull/111568
nhs has quit [Ping timeout: 272 seconds]
alex-v has joined #nixos
acarrico has quit [Ping timeout: 256 seconds]
gustavderdrache has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/6b7e7d81408 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/86d5d9650d3 (from 13 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
cptrbn has joined #nixos
<{^_^}> [nixpkgs] @fortuneteller2k opened pull request #111569 → scientifica: init at v2.1 → https://github.com/NixOS/nixpkgs/pull/111569
alex-v has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111546 → vim: fix splitjoin-vim and sideways-vim branches, add nvim-hlslens, vim-apm, train-nvim, neogit → https://github.com/NixOS/nixpkgs/pull/111546
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111532 → oraclejdk11: 11.0.8 -> 11.0.10 → https://github.com/NixOS/nixpkgs/pull/111532
virus_dave has quit [Quit: virus_dave]
kalbasit___ has joined #nixos
orivej has joined #nixos
<Ericson2314> s1341: that would be great!
<Ericson2314> look at `libcCrossChooser`
<{^_^}> [nixpkgs] @ymatsiuk opened pull request #111571 → teleport: 5.1.0 -> 5.1.2 → https://github.com/NixOS/nixpkgs/pull/111571
<{^_^}> [nixpkgs] @tomberek opened pull request #111572 → asciidoc: set revdate → https://github.com/NixOS/nixpkgs/pull/111572
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111539 → metasploit: 6.0.27 -> 6.0.28 → https://github.com/NixOS/nixpkgs/pull/111539
kalbasit___ has quit [Ping timeout: 265 seconds]
<s1341> Ericson2314: libcCrossChooser?
<{^_^}> [nix] @edolstra pushed to debugger « Rename to --debugger »: https://git.io/JtRAo
<s1341> Ericson2314: can we chat in private? I'm not really comfortable with nix derivations to do this on my own and could use your guidance...
<Ericson2314> s1341: sure
nhs has joined #nixos
Lord_of_Life_ has joined #nixos
Lord_of_Life has quit [Ping timeout: 256 seconds]
lemsip has joined #nixos
<lemsip> has anyone experienced intermittent issues with their mouse's middle button? It seems to work intermitently for me, where I can see input events via evtest for the middle click when I first connect it, and then a while later they just don't come through. All other buttons just work, nothing funny in the logs besdies libinput complaining about events arriving late every once in a while.
Lord_of_Life_ is now known as Lord_of_Life
malook has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111201 → chisel: add release → https://github.com/NixOS/nixpkgs/pull/111201
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111528 → oraclejdk8: remove dependency on libav → https://github.com/NixOS/nixpkgs/pull/111528
malook has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111152 → libschrift: 0.9.1 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/111152
virus_dave has joined #nixos
cfricke has quit [Ping timeout: 260 seconds]
nhs has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @Izorkin opened pull request #111574 → mariadb-galera: 26.4.5 -> 26.4.7 → https://github.com/NixOS/nixpkgs/pull/111574
devgkz[m] has left #nixos ["User left"]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111553 → radvd: 2.18 -> 2.19 → https://github.com/NixOS/nixpkgs/pull/111553
jonringer has joined #nixos
jonringer has quit [Remote host closed the connection]
jonringer has joined #nixos
<clever> Ericson2314: how much do you know about multi-lib?
ManiacOfMadness has joined #nixos
sss2 has quit [Quit: Leaving]
nhs has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #108492 → ocamlPackages.cstruct: 5.0.0 -> 6.0.0 → https://github.com/NixOS/nixpkgs/pull/108492
kalbasit___ has joined #nixos
<{^_^}> [nixpkgs] @kfollesdal opened pull request #111575 → Kfollesdal update databricks connect 7.3.7 → https://github.com/NixOS/nixpkgs/pull/111575
<siraben> How do I force `nix build` to use a different system?
<siraben> `nix build --argstr system 'x86_64-linux'` doesn't work like it does pre-flakes
justanotheruser has joined #nixos
nhs has quit [Ping timeout: 272 seconds]
acker has joined #nixos
<clever> siraben: --arg system only works if your pointing it to a function in the form of { system, ... }:
<siraben> Ah, `nix build .#defaultPackage.x86_64-linux`
<clever> which <nixpkgs> is
<clever> yeah, flakes tend to import <nixpkgs> repeatedly, for each arch for you, and then make a set of each arch
<siraben> Is there a way for `nix develop` to put be in the remote builder?
xanderle has quit [Ping timeout: 264 seconds]
<siraben> s/be/me
<{^_^}> [nixpkgs] @fabaff opened pull request #111576 → htmltest: init at 0.14.0 → https://github.com/NixOS/nixpkgs/pull/111576
<acker> Hello, I'm trying to start gitlab by manual, but for some reason it doesn't start. I see errors with gitlab-sidekiq.service in journal, but gitlab logs directory is empty. I didn't install nginx, but on CentOS all works even without web server.
<acker> Can someone explain me what is my problem?
zakame has quit [Ping timeout: 272 seconds]
<siraben> `nix develop .#defaultPackage.x86_64-linux` results in an exec error >.<
sangoma has joined #nixos
growpotkin has joined #nixos
<clever> siraben: why are you trying to develop with the wrong arch?
xanderle has joined #nixos
<siraben> clever: I have a virtualized remote builder for linux running on macOS (https://github.com/nix-community/linuxkit-nix)
<clever> `nix develop` gives you a shell suitable for running the linux->linux compiler
<clever> so it should only be ran on a linux system
<siraben> What's a good way to forward to build environment to run on linux?
<siraben> s/to/the
<clever> ssh into linux, and run the same command
kalbasit___ has quit [Ping timeout: 272 seconds]
cosimone has joined #nixos
<siraben> but now the directory is empty, hm
<clever> clone the same repo on the linux end
<siraben> Ah, well.
<clever> if you just want something built, dont use develop, use build!
<clever> nix build .#defaultPackage.x86_64-linux
nhs has joined #nixos
zakame has joined #nixos
<siraben> Yeah that works
<{^_^}> [nixpkgs] @sternenseemann opened pull request #111577 → Revert "lib/generators: fix toPretty throwing on (partially applied) builtins" → https://github.com/NixOS/nixpkgs/pull/111577
Jd007 has joined #nixos
<{^_^}> [nixpkgs] @Infinisil merged pull request #111577 → Revert "lib/generators: fix toPretty throwing on (partially applied) builtins" → https://github.com/NixOS/nixpkgs/pull/111577
femiagbabiaka[m] has joined #nixos
acarrico has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
nhs has joined #nixos
Qwerky has quit [Remote host closed the connection]
oldsk00l has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #111383 → nixos/hddtemp: add support for HDD/SSD temperature montoring → https://github.com/NixOS/nixpkgs/pull/111383
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/f5daa8ab31f (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #111529 → zfs: fix zfs legacy mount → https://github.com/NixOS/nixpkgs/pull/111529
jmeredith has joined #nixos
okad1 has joined #nixos
<_habnabit> does nixos not currently have options for managing ext4 quota? i suppose i could drop some files on disk to manage it?
<matthewcroughan> _habnabit: really interested in this!
sangoma has quit [Ping timeout: 240 seconds]
<_habnabit> yeah i'm not using xfs haha
<_habnabit> specifically looking at project quotas, which i think also means i need to set some extended attributes on the fs
<{^_^}> [nixpkgs] @dotlambda opened pull request #111579 → libsixel: mark as insecure → https://github.com/NixOS/nixpkgs/pull/111579
<{^_^}> [nixpkgs] @neonfuz opened pull request #111580 → xmenu: 4.4.1 -> 4.5.4 → https://github.com/NixOS/nixpkgs/pull/111580
ManiacOfMadness has quit [Ping timeout: 240 seconds]
rb2k has joined #nixos
femiagbabiaka[m] is now known as miatomi[m]
nhs has joined #nixos
kaba has joined #nixos
<dhess> Hi clever! :)
acarrico has quit [Ping timeout: 240 seconds]
* clever waves
nhs has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @balsoft merged pull request #111158 → python3Packages.pylink-square: init at 0.8.1 → https://github.com/NixOS/nixpkgs/pull/111158
sangoma has joined #nixos
<{^_^}> [nixpkgs] @Scriptkiddi opened pull request #111581 → Revert "nixos/xmonad: add haskellPackages type" → https://github.com/NixOS/nixpkgs/pull/111581
<dhess> hehe
felschr[m] has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @ajs124 merged pull request #111581 → Revert "nixos/xmonad: add haskellPackages type" → https://github.com/NixOS/nixpkgs/pull/111581
<kaba> Hi, I have some trouble installing cxxfilt , a python package. pypi2nix fails with TypeError: 'PrefetchedRepository' object is not subscriptable. Am I doing something wrong?
domogled has joined #nixos
jonringer has quit [Remote host closed the connection]
xps has quit [Ping timeout: 256 seconds]
jonatanb has joined #nixos
jonringer has joined #nixos
<{^_^}> [hydra] @grahamc opened pull request #855 → JobsetEvals: fixup permission references → https://github.com/NixOS/hydra/pull/855
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
jonatanb has quit [Remote host closed the connection]
nhs has joined #nixos
<{^_^}> [nixpkgs] @danieldk merged pull request #111579 → libsixel: mark as insecure → https://github.com/NixOS/nixpkgs/pull/111579
<{^_^}> [nixpkgs] @oxalica opened pull request #111582 → rust-analyzer: 2021-01-25 -> 2021-02-01 → https://github.com/NixOS/nixpkgs/pull/111582
simonpe^^ has joined #nixos
<simonpe^^> How do you generally expand "$@" inside a string? Say for example I want to run (the properly escaped version of) `nix-shell --run "app "$@""`?
rb2k has quit [Ping timeout: 260 seconds]
jonatanb has joined #nixos
rb2k has joined #nixos
sumner has joined #nixos
<simonpe^^> before I've used something like `printf "%s\n" arg1 arg2 | nix-shell --run "xargs app"` but that is a bit nasty and if I want to `exec` it I'm not sure how the pipe impacs `exec`
<lordcirth> simonpe^^, I think you want nix-shell --run 'app "$@"'
waleee-cl has joined #nixos
nhs has quit [Ping timeout: 240 seconds]
<simonpe^^> lordcirth: won't the single quotes make the $ be passed literally?
cptrbn has joined #nixos
<lordcirth> literally to nix-shell, but then they should be stripped by nix-shell
riksteri has joined #nixos
<{^_^}> [nixpkgs] @mikroskeem opened pull request #111583 → docker: fix socket activation race → https://github.com/NixOS/nixpkgs/pull/111583
<lordcirth> hmm, hang on, I will test
kaba has quit [Quit: Connection closed]
<simonpe^^> lordcirth: I'm doing the same :P
<shapr> I just realized I don't have the 'strip' binary in any of my packages, where do I find that?
johnw has quit [Quit: ZNC - http://znc.in]
fendor__ has joined #nixos
<simonpe^^> lordcirth: Nope, ain't working :/
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed to release-20.09 « libsixel: mark as insecure »: https://git.io/Jt0vJ
<simonpe^^> try making a file test.sh with the contents `nix-shell --run 'echo args "$@"'`. The expected behavior if I run `./test.sh hello` would be `args hello`, but it is simply `args`
<{^_^}> [nixpkgs] @jtojnar merged pull request #111519 → treewide: xdg_utils -> xdg-utils → https://github.com/NixOS/nixpkgs/pull/111519
fendor has quit [Ping timeout: 265 seconds]
nhs has joined #nixos
<{^_^}> [nixpkgs] @dotlambda closed pull request #96177 → netsurf: 3.9 → 3.10 → https://github.com/NixOS/nixpkgs/pull/96177
respawn_ has quit [Quit: Leaving]
nhs has quit [Ping timeout: 265 seconds]
erasmas has joined #nixos
sumner has quit [Quit: The Lounge - https://thelounge.chat]
sumner has joined #nixos
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/75c9781712f (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
endformationage has joined #nixos
jonatanb has quit [Remote host closed the connection]
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
EMayej has quit [Quit: Connection closed]
rb2k has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #104115 → evolution-ews: 3.36.5 -> 3.38.3 → https://github.com/NixOS/nixpkgs/pull/104115
<shapr> ah, I found strip in binutils-unwrapped
rb2k has joined #nixos
<{^_^}> [nixpkgs] @06kellyjac opened pull request #111584 → terragrunt: 0.27.3 -> 0.27.4 → https://github.com/NixOS/nixpkgs/pull/111584
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111568 → fluxcd: 0.7.3 -> 0.7.4 → https://github.com/NixOS/nixpkgs/pull/111568
globin has joined #nixos
kreisys has joined #nixos
<{^_^}> [nixpkgs] @Scriptkiddi opened pull request #111585 → Revert "nixos/hoogle: add type" → https://github.com/NixOS/nixpkgs/pull/111585
<{^_^}> [nixpkgs] @06kellyjac opened pull request #111586 → terragrunt: add to the meta → https://github.com/NixOS/nixpkgs/pull/111586
nhs has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111560 → babelfish: 1.0.1 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/111560
<{^_^}> [nixpkgs] @LeSuisse opened pull request #111587 → [20.09] graphicsmagick: 1.3.35 -> 1.3.36 → https://github.com/NixOS/nixpkgs/pull/111587
<{^_^}> [nixpkgs] @Scriptkiddi opened pull request #111588 → nixos/oauth2_proxy: add extraConfig typ → https://github.com/NixOS/nixpkgs/pull/111588
ahmed_elgabri has quit [Ping timeout: 240 seconds]
<{^_^}> [nix] @dschrempf opened pull request #4501 → Remove newline in operator table. → https://github.com/NixOS/nix/pull/4501
<{^_^}> [nixpkgs] @jtojnar merged pull request #111557 → gnome-keyring: Fix compatibility with libcap_ng >= 0.8.1 → https://github.com/NixOS/nixpkgs/pull/111557
mikroskeem has joined #nixos
<mikroskeem> Mic92: can you open new issue for https://github.com/NixOS/nixpkgs/pull/108960#issuecomment-770993006 please?
<{^_^}> [nix] @edolstra merged pull request #4501 → Remove newline in operator table. → https://github.com/NixOS/nix/pull/4501
<Mic92> mikroskeem: I am currently investigating if I can find a fix instead
<mikroskeem> sure
<Mic92> Than it would be a PR instead of a issue
<mikroskeem> you basically need to tell kubelet to use systemd cgroup driver as well
<Mic92> looks like it
<Mic92> Yeah
<Mic92> It looked it worked
<mikroskeem> also uh
<mikroskeem> i'll check it myself tbh - need to probably force system to use cgv2 when kubernetes is enabled as well
<mikroskeem> that check used to be in docker module before
<mikroskeem> *option
<{^_^}> [nixpkgs] @fabaff opened pull request #111589 → tpm-luks: add license → https://github.com/NixOS/nixpkgs/pull/111589
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111563 → lout: add patch for CVE-2019-19917 and CVE-2019-19918 → https://github.com/NixOS/nixpkgs/pull/111563
<{^_^}> [nixpkgs] @Mic92 opened pull request #111590 → kubernetes: fix startup by setting systemd as cgroup driver → https://github.com/NixOS/nixpkgs/pull/111590
<Mic92> mikroskeem: ^
<Mic92> mikroskeem: I am probably the only unstable user who also uses kubernets :)
<Mic92> *kubernetes
<mikroskeem> very likely
hyper_ch has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @ttuegel merged pull request #111535 → hplip: 3.20.5 -> 3.20.11 → https://github.com/NixOS/nixpkgs/pull/111535
<siraben> Mic92: NixOS in production? hehe
pinage404[m]1 has quit [Quit: authenticating]
<mikroskeem> i got rid of mine some time ago, it was more pain to manage than it was useful
pinage404[m]1 has joined #nixos
pinage404[m]1 has quit [Client Quit]
<Mic92> siraben: well. just my own server. More for getting to know with kubernetes
<Mic92> kubenix is quite nice
pinage404[m]1 has joined #nixos
est31 has quit [Ping timeout: 268 seconds]
est31 has joined #nixos
<mikroskeem> but yeah kubernetes needs to force 'systemd.enableUnifiedCgroupHierarchy = false;' as well
Compilador has joined #nixos
<Mic92> mikroskeem: are you sure? It seems to work fine
<mikroskeem> did you configure your system to use cgroups v2 explicitly?
<Mic92> /sys/fs/cgroup is cgroup v2
<mikroskeem> hmm
<Mic92> It seems to rely on systemd now to manage cgroups
<Mic92> Just like docker
hyper_ch has joined #nixos
<mikroskeem> i see
<Compilador> Using buildRustPackage seems to break on any project using jemalloc, and I'm totally stumped as to why. I had a nix expression that already worked
<{^_^}> [nixpkgs] @Mic92 opened pull request #111591 → nixos/zfs: expose zfs package as readonly attribute → https://github.com/NixOS/nixpkgs/pull/111591
<Compilador> That gives me "Permission Denied" errors on files produced by autotools
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111558 → python3Packages.pyotp: 2.4.1 -> 2.5.1 → https://github.com/NixOS/nixpkgs/pull/111558
<{^_^}> [nixpkgs] @ajs124 merged pull request #111376 → wimboot: fix builds under binutils 2.34+ → https://github.com/NixOS/nixpkgs/pull/111376
<Compilador> I am sure I'm missing something obvious, anyone know why this might happen?
mikroskeem has quit [Quit: WeeChat 3.0]
<lordcirth> Compilador, build with -K, cd to the tmpdir, and look at the permissions of those scripts. Probably they are just missing -x?
kalbasit___ has joined #nixos
<lordcirth> Perhaps the source permissions aren't being preserved properly during download or extract?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111574 → mariadb-galera: 26.4.5 -> 26.4.7 → https://github.com/NixOS/nixpkgs/pull/111574
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111571 → teleport: 5.1.0 -> 5.1.2 → https://github.com/NixOS/nixpkgs/pull/111571
<Compilador> lordcirth, trying it out now, -K is new to me, how useful
derek_betak has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed to release-20.09 « lout: add patch for CVE-2019-19917 and CVE-2019-19918 »: https://git.io/Jt0Un
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111586 → terragrunt: add to the meta → https://github.com/NixOS/nixpkgs/pull/111586
<Compilador> lordcirth You're right, only missing -x, though I wonder why this worked before, I've been building/deploying this nix expression for a while
cptrbn has quit [Quit: Gooooooood niiiiiiiiiight]
<lordcirth> Compilador, how is the source fetched? fetchTarball? fetchFromGithub?
vidbina has quit [Ping timeout: 265 seconds]
<Compilador> lordcirth, fetchFromGithub, but the dependency itself must be being pulled by cargo as part of buildRustPackage I think
<{^_^}> [nixops-aws] @AmineChikhaoui merged pull request #17 → aws: data lifecycle manager → https://github.com/NixOS/nixops-aws/pull/17
<Compilador> jemalloc-sys hasn't changed in like a year though, and still has the same pinned hash in Cargo.lock, so nothing upstream has changed
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @primeos merged pull request #111565 → [20.09] ungoogled-chromium: 87.0.4280.141 -> 88.0.4324.104 → https://github.com/NixOS/nixpkgs/pull/111565
<lordcirth> Compilador, hmm, if it's part of buildRustPackage it might be harder to insert a chmod +x in between
<Compilador> Yeah, was thinking the same thing
<Compilador> Though It's kind of concerning that I suddenly have to as well
saschagrunert has quit [Remote host closed the connection]
<Compilador> If I `nix-shell --pure` with all the same build inputs, and `cargo build` there, builds fine
<{^_^}> [nixpkgs] @primeos merged pull request #109054 → libgpgerror: 1.38 -> 1.41 → https://github.com/NixOS/nixpkgs/pull/109054
<Compilador> So I'm now relatively sure its not an upstream problem
<{^_^}> [nixpkgs] @veprbl merged pull request #109368 → darwin: check apple headers → https://github.com/NixOS/nixpkgs/pull/109368
<{^_^}> [nixpkgs] @ajs124 merged pull request #111585 → Revert "nixos/hoogle: add type" → https://github.com/NixOS/nixpkgs/pull/111585
<{^_^}> [nixpkgs] @a12l opened pull request #111592 → pijul: 1.0.0-alpha.37 -> 1.0.0-alpha.38 → https://github.com/NixOS/nixpkgs/pull/111592
hiro98 has quit [Ping timeout: 240 seconds]
kalbasit___ has quit [Quit: WeeChat 2.9]
karantan has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111576 → htmltest: init at 0.14.0 → https://github.com/NixOS/nixpkgs/pull/111576
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111580 → xmenu: 4.4.1 -> 4.5.4 → https://github.com/NixOS/nixpkgs/pull/111580
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111582 → rust-analyzer: 2021-01-25 -> 2021-02-01 → https://github.com/NixOS/nixpkgs/pull/111582
shiriru has quit [Quit: Leaving]
ahmed_elgabri has quit [Ping timeout: 260 seconds]
domogled has quit [Read error: Connection reset by peer]
jonatanb has joined #nixos
jonatanb has quit [Remote host closed the connection]
<gustavderdrache> cha
<gustavderdrache> huh, that's a new one... IRC client managed to send half a message to the wrong window
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/65211f5afcc (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
acker has quit [Quit: Connection closed]
elux has joined #nixos
<elux> hi
<lordcirth> elux, hi!
mkaito has quit [Quit: WeeChat 3.0]
mkaito has joined #nixos
<elux> ive recently upgraded my motherboard's bios, and the system feels snappy and great.. except, im seeing every few hours in my system logs: [Hardware Error]: Corrected error, no action required., [Hardware Error]: CPU:0 (17:71:0) MC25_STATUS[-|CE|MiscV|-|-|-|-|CECC|-|-|-]: 0x98004000003e0000, [Hardware Error]: IPID: 0x000100ff03830400, Hardware Error]: Platform Security Processor Ext. Error Code: 62 ... and
<elux> then the system goes into a full reboot.. any thoughts? :/
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<elux> i have `hardware.cpu.amd.updateMicrocode = true;` and `hardware.enableRedistributableFirmware = true;` in my nix config... maybe i should remove these..?
vidbina has joined #nixos
<Compilador> lordcirth, so it's weirder than I thought, those files are produced by `configure` during the build step, so there should be no reason whatsoever they are not +x
<lordcirth> Compilador, does ./configure change umask?
<{^_^}> [nixpkgs] @Scriptkiddi closed pull request #111536 → nixos/hoogle: fix type for haskellPackages → https://github.com/NixOS/nixpkgs/pull/111536
<Compilador> lordcirth, Ah no I'm wrong, it doesn't, if I pull out that specific dependency from the dir at -K, and run configure manually, I get the same errors
<Compilador> Still begs the question why `cargo build` in a shell works fine
<lordcirth> Compilador, I wonder if something is changing the umask and preventing +x
fendor__ has quit [Remote host closed the connection]
fendor_ is now known as fendor
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @Luflosi opened pull request #111595 → nixos/availableKernelModules: add cherry hid → https://github.com/NixOS/nixpkgs/pull/111595
zebrag has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #111505 → nixos/buildbot: fix type for pythonPackages → https://github.com/NixOS/nixpkgs/pull/111505
<Compilador> lordcirth, I'm not skilled enough in nix tooling to debug it
<Compilador> But I did realise the package in the workspace depending on jemalloc-sys is one I don't need, so I'll just see if I can work around this by patching out that item
<Compilador> Fingers crossed
<lordcirth> elux, you can try, but generally those should improve stability
eeva has quit [Remote host closed the connection]
<lordcirth> elux, what's your CPU and motherboard? How long ago was the bios update published? Sure it's not a BIOS bug?
eeva has joined #nixos
Kozova1 has joined #nixos
<{^_^}> [nixpkgs] @neonfuz opened pull request #111596 → Papermc 1.16.4 -> 1.16.5 → https://github.com/NixOS/nixpkgs/pull/111596
rajivr has quit [Quit: Connection closed for inactivity]
hiro98 has joined #nixos
charukiewicz has joined #nixos
ahmed_elgabri has joined #nixos
ahmed_elgabri has quit [Ping timeout: 240 seconds]
acarrico has joined #nixos
<{^_^}> [nixpkgs] @prusnak merged pull request #107169 → cjson: init at 1.7.14 → https://github.com/NixOS/nixpkgs/pull/107169
<Ericson2314> gchristensen: we made a #nix-android, what is that magic thing you do with the channel namespace again? :)
<Ericson2314> (oh right, you need ops in it, and the person that made it is going to sleep, so no rush)
<gchristensen> it is automatically part of the NixOS group registration since it is within the reservedprefix, so if there is an issue we can contact freenode staff and get access :)
<gchristensen> so, no worries, all set
simonpe^^ has quit [Remote host closed the connection]
joesventek has joined #nixos
lsix has quit [Ping timeout: 240 seconds]
packer has joined #nixos
malook has joined #nixos
roebuck[m] has quit [Ping timeout: 244 seconds]
notgne2[m] has quit [Ping timeout: 244 seconds]
littlebenlittle[ has quit [Ping timeout: 244 seconds]
lytedev[m] has quit [Ping timeout: 244 seconds]
mcbits[m] has quit [Ping timeout: 244 seconds]
ejpcmac has quit [Ping timeout: 244 seconds]
govanify has quit [Ping timeout: 244 seconds]
veleiro has quit [Ping timeout: 244 seconds]
nikivi[m] has quit [Ping timeout: 244 seconds]
dunc4n has quit [Ping timeout: 244 seconds]
NaN-irc_ has quit [Ping timeout: 244 seconds]
woobilicious[m] has quit [Ping timeout: 244 seconds]
McSinyx[m] has quit [Ping timeout: 244 seconds]
willghatch has quit [Ping timeout: 244 seconds]
mindtree[m] has quit [Ping timeout: 244 seconds]
tcakoi has quit [Ping timeout: 244 seconds]
thefloweringash has quit [Ping timeout: 244 seconds]
lambdaclan has quit [Ping timeout: 244 seconds]
yurb has quit [Ping timeout: 244 seconds]
nightmared has joined #nixos
NaN-irc has joined #nixos
pheoxy has quit [Ping timeout: 244 seconds]
cwNovusordoseclo has quit [Ping timeout: 244 seconds]
test1[m] has quit [Ping timeout: 244 seconds]
spinlock[m] has quit [Ping timeout: 244 seconds]
totoroot[m] has quit [Ping timeout: 244 seconds]
nickbublik[m] has quit [Ping timeout: 244 seconds]
miangraham[m] has quit [Ping timeout: 244 seconds]
iuiiik[m] has quit [Ping timeout: 244 seconds]
jbal[m] has quit [Ping timeout: 244 seconds]
codyopel has quit [Ping timeout: 244 seconds]
samir420[m] has quit [Ping timeout: 244 seconds]
a7p[m] has quit [Ping timeout: 244 seconds]
ragge42[m] has quit [Ping timeout: 244 seconds]
gahha[m] has quit [Ping timeout: 244 seconds]
andrey1978[m] has quit [Ping timeout: 244 seconds]
CodeBitCookie[m] has quit [Ping timeout: 244 seconds]
figsoda[m] has quit [Ping timeout: 244 seconds]
maximumtix[m] has quit [Ping timeout: 244 seconds]
contrun has quit [Ping timeout: 244 seconds]
critbase[m] has quit [Ping timeout: 244 seconds]
NobbZ[m] has quit [Ping timeout: 244 seconds]
madonius[m] has quit [Ping timeout: 244 seconds]
pebo007[m] has quit [Ping timeout: 244 seconds]
m1kr0[m] has quit [Ping timeout: 244 seconds]
cptrbn has joined #nixos
<{^_^}> [nixpkgs] @roberth merged pull request #111583 → docker: fix socket activation race → https://github.com/NixOS/nixpkgs/pull/111583
rb2k has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @prusnak pushed to master « cjson: fix build on darwin »: https://git.io/Jt0tn
malook has quit [Quit: malook]
<elux> lordcirth: im on a Gigabye Aorus Master x570, and ive been having this issue since i upgraded to F33a bios yesterday.. so its definitely related to that.. and ive found reports of other users..
nahamu has joined #nixos
<elux> the system feels very stable and fast.. but it happens everytime my system goes to sleep i find.. when i leave it from activity.. is there a way to prevent it from reducing power or whatever its doing when going to sleep..?
malook has joined #nixos
<lordcirth> elux, you can probably disable various kinds of powersave in BIOS
malook has quit [Client Quit]
malook has joined #nixos
<elux> ok nice. i will try to look those up.. any kinds of words i should look for?
malook has quit [Client Quit]
rb2k has joined #nixos
willghatch has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111483 → python3Packages.cachetools: 4.1.1 -> 4.2.1 → https://github.com/NixOS/nixpkgs/pull/111483
woobilicious[m] has joined #nixos
lambdaclan has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111589 → tpm-luks: add license → https://github.com/NixOS/nixpkgs/pull/111589
andrey1978[m] has joined #nixos
CodeBitCookie[m] has joined #nixos
gahha[m] has joined #nixos
NobbZ[m] has joined #nixos
iuiiik[m] has joined #nixos
jbal[m] has joined #nixos
figsoda[m] has joined #nixos
codyopel has joined #nixos
ragge42[m] has joined #nixos
maximumtix[m] has joined #nixos
nickbublik[m] has joined #nixos
miangraham[m] has joined #nixos
critbase[m] has joined #nixos
totoroot[m] has joined #nixos
a7p[m] has joined #nixos
spinlock[m] has joined #nixos
malook has joined #nixos
pheoxy has joined #nixos
cwNovusordoseclo has joined #nixos
test1[m] has joined #nixos
samir420[m] has joined #nixos
pebo007[m] has joined #nixos
m1kr0[m] has joined #nixos
madonius[m] has joined #nixos
etu has joined #nixos
contrun has joined #nixos
roebuck[m] has joined #nixos
veleiro has joined #nixos
kreisys has quit [Ping timeout: 256 seconds]
notgne2[m] has joined #nixos
lytedev[m] has joined #nixos
ejpcmac has joined #nixos
govanify has joined #nixos
nikivi[m] has joined #nixos
littlebenlittle[ has joined #nixos
malook has quit [Client Quit]
mcbits[m] has joined #nixos
mindtree[m] has joined #nixos
thefloweringash has joined #nixos
yurb has joined #nixos
McSinyx[m] has joined #nixos
tcakoi has joined #nixos
kreisys has joined #nixos
kana has joined #nixos
nfip^ has quit []
erh^ has joined #nixos
karantan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<anonymouserobot[> is there anyway to use `nur` repos with `nix shell`/`nix run` when running a system setup with flakes only and no channels?
zupo has joined #nixos
meh` has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #111597 → libgda6: init at 6.0.0 → https://github.com/NixOS/nixpkgs/pull/111597
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111592 → pijul: 1.0.0-alpha.37 -> 1.0.0-alpha.38 → https://github.com/NixOS/nixpkgs/pull/111592
rb2k has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111584 → terragrunt: 0.27.3 -> 0.27.4 → https://github.com/NixOS/nixpkgs/pull/111584
Compilador has quit [Quit: Connection closed]
riksteri has quit [Quit: riksteri]
<matthewcroughan> has anyone even tested the i686 images?
<matthewcroughan> I get the strangest error on an old laptop
tomberek has joined #nixos
<bennofs> matthewcroughan: what errors? also what nixos version?
nhs has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111596 → Papermc 1.16.4 -> 1.16.5 → https://github.com/NixOS/nixpkgs/pull/111596
rb2k has joined #nixos
oida has quit [Remote host closed the connection]
figsoda has quit [Ping timeout: 264 seconds]
oida has joined #nixos
<matthewcroughan> bennofs: Assertion 'clock_gettime(map_clock_id(clock_id), &ts) == 0' failed at src/basic/time-util.c:53, function now(). Aborting.
<matthewcroughan> An error occurred in stage 1
<matthewcroughan> Keyboard doesn't work since module didn't get a chance to load
<matthewcroughan> 20.09
Siyo has quit [Quit: Bye]
jonatanb has joined #nixos
jonatanb has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @wucke13 opened pull request #111598 → apmplanner2: 2.0.28-rc1 -> 2.0.28 → https://github.com/NixOS/nixpkgs/pull/111598
Siyo has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<matthewcroughan> That's a serious error huh bennofs
<bennofs> that's a weird error, never seen something like that myself
<matthewcroughan> It's systemd failing
<matthewcroughan> This is a 32 bit machine
d4rkshad0w has joined #nixos
<matthewcroughan> Guess nobody has been testing nixos on i686
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110810 → yuzu-mainline: 482 -> 517 && yuzu-ea: init at 1377 → https://github.com/NixOS/nixpkgs/pull/110810
zebrag has quit [Quit: Konversation terminated!]
<bennofs> usually images go through at least a virtual qemu boot test, but not sure about i686. i686 is not a main target for NixOS
zebrag has joined #nixos
Siyo has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111547 → gtk-{2,3,4}: add changelog url → https://github.com/NixOS/nixpkgs/pull/111547
Siyo has joined #nixos
<matthewcroughan> Who do I complain to? :D
<matthewcroughan> How do I download earlier versions of nixos isos to test bennofs?
<bennofs> matthewcroughan: like https://channels.nixos.org/nixos-20.03 not sure if there is a link list somewhere
<niksnut> I think our CI still tests the ISO on i686-linux
<bennofs> usually you could look it up on hydra but seems hydra's web interface is having some trouble right now
<niksnut> (onAllSupported "nixos.iso_minimal")
<niksnut> in nixos/release-combined.nix
<bennofs> ugh I don't remember if "all supported" includes i686
<bennofs> i remember the names of those sets being not exactly obvious
jlv has joined #nixos
<SomeoneSerge> Eh, I'm rebuilding my homeenv (from the same nixpkgs I built it with yesterday, I believe) and suddenly it starts to build cachix from scratch. And that build fails
<SomeoneSerge> Is that even supposed to happen?
<SomeoneSerge> I.e. cachix not being fetched from cache?
rb2k has quit [Ping timeout: 260 seconds]
<matthewcroughan> bennofs: what are the -small images for?
simba1 has joined #nixos
<bennofs> matthewcroughan: you mean like https://channels.nixos.org/nixos-20.03-small? They require smaller sets of packages to pass tests and be built before they are published
nhs has joined #nixos
rb2k has joined #nixos
kreisys has quit [Quit: Textual IRC Client: www.textualapp.com]
<SomeoneSerge> I think a tool visualizing cache misses could be super useful - smth, hmmm, smth that would know which versions of derivations _are_ in the cache and what is the least change in deps required to hit some of those versions
thelounge52 has quit [Ping timeout: 240 seconds]
berberman_ has joined #nixos
berberman has quit [Ping timeout: 264 seconds]
Jd007 has quit [Quit: Jd007]
berberman_ has quit [Client Quit]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #110809 → ijq: init at 0.2.3 → https://github.com/NixOS/nixpkgs/pull/110809
berberman has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111435 → nixos/sabnzbd: add types → https://github.com/NixOS/nixpkgs/pull/111435
xelxebar_ has quit [Ping timeout: 268 seconds]
cole-h has joined #nixos
pinpox has joined #nixos
<kana> Is hydra-check broken for anyone else? It is does nothing when i try to use it, frozen.
<gchristensen> it seems hydra is a bit unwell
xelxebar has joined #nixos
<red[evilred]> ,locate javaws
red[evilred] has joined #nixos
<{^_^}> Found in packages: scilab-bin, bash-completion
jonatanb has joined #nixos
meh` has quit [Ping timeout: 240 seconds]
<kana> Oh hydra-check seems to be working again, oh well.
sangoma has quit [Read error: Connection reset by peer]
<{^_^}> [hydra] @immae opened pull request #856 → Fix check in jobsets → https://github.com/NixOS/hydra/pull/856
adyatlov has joined #nixos
milktea_ has left #nixos ["The Lounge - https://thelounge.chat"]
<adyatlov> Does NixOS support 3d acceleration with "Intel® HD Graphics 4000" ?
<lassulus> yes
<matthewcroughan> adyatlov: it's not up to nixos, that's up to the kernel, more or less
<SomeoneSerge> Ahhh, silly me, I broke cachix by adding the overlay nix=nixUnstable /facepalm
<matthewcroughan> the drivers for intel graphics are in the kernel
<adyatlov>  Does it require specific settings in configuration.nix ?
<matthewcroughan> adyatlov: It should not
<matthewcroughan> run this: lspci -nnk
<adyatlov> To be specific: glxinfo gives me "name of display: :0 / Error: couldn't find RGB GLX visual or fbconfig"
<adyatlov> tomberek: Accellerated video (mpv with vo gpu) already works
cosimone has quit [Quit: cosimone]
thelounge52 has joined #nixos
vrinek has joined #nixos
<{^_^}> [nixpkgs] @hmenke opened pull request #111599 → zfs: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111599
<{^_^}> [nixpkgs] @Luflosi opened pull request #111600 → binwalk: simplify visualizationSupport code → https://github.com/NixOS/nixpkgs/pull/111600
Jd007 has joined #nixos
rb2k_ has joined #nixos
rb2k_ has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @hmenke opened pull request #111601 → [20.09] zfs: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111601
<{^_^}> [nixpkgs] @danieldk merged pull request #111567 → python3Packages.spacy: remove myself as a maintainer → https://github.com/NixOS/nixpkgs/pull/111567
rb2k_ has joined #nixos
tomberek has quit [Quit: Connection closed]
thelounge52 has quit [Ping timeout: 240 seconds]
<vrinek> Hello! One build of qutebrowser on 20.09 works fine, but a subsequent build of it (same version, different hash) does not. I have gathered enough info about the exact nature of the problem, but I do not have the skills to fix it myself. Should I open a Github issue about this?
sigmundv has quit [Read error: Connection reset by peer]
zupo has joined #nixos
tomberek has joined #nixos
sigmundv has joined #nixos
rb2k has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @roberth merged pull request #111554 → [20.09] ssh-to-pgp: init at 1.0.0 → https://github.com/NixOS/nixpkgs/pull/111554
<{^_^}> [nixpkgs] @0x4A6F opened pull request #111602 → blflash: init at 0.3.0 → https://github.com/NixOS/nixpkgs/pull/111602
tomberek has quit [Client Quit]
rb2k_ has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
lsix has joined #nixos
gurmble has joined #nixos
<adyatlov> Anyone know why glxinfo would say "Error: couldn't find RGB GLX visual or fbconfig" ?
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
xps has joined #nixos
<adyatlov> Is my MESA missing or something?
sangoma has joined #nixos
gurmble is now known as grumble
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<adyatlov> I don't know where to start. This message "couldn't find RGB GLX visual" is just too opaque. Anyone know a troubleshooting guide?
rb2k has quit [Read error: Connection reset by peer]
rb2k has joined #nixos
figsoda has joined #nixos
figsoda has quit [Client Quit]
<{^_^}> [nixpkgs] @roberth merged pull request #111493 → [20.09] nginx module: fix typo in proxyWebsockets description → https://github.com/NixOS/nixpkgs/pull/111493
rb2k has quit [Read error: Connection reset by peer]
Darkmatter66 has joined #nixos
figsoda has joined #nixos
rb2k has joined #nixos
<lordcirth> adyatlov, if it's a file that's trying to open, you could try "strace -e open glxinfo"
rb2k_ has joined #nixos
rb2k_ has quit [Read error: Connection reset by peer]
rb2k has quit [Read error: Connection reset by peer]
<adyatlov> Same error
<adyatlov> But it says "[ Process PID=10286 runs in 32 bit mode. ]"
<lordcirth> adyatlov, yes, but does it show a failing open() call?
rb2k has joined #nixos
<adyatlov> No
rb2k has quit [Read error: Connection reset by peer]
<adyatlov> What should it open?
<lordcirth> That's what we are trying to find out.
rb2k has joined #nixos
<lordcirth> Try just "strace glxinfo" and look at the last page or so, perhaps an error will stand out
rb2k has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @Lucus16 opened pull request #111603 → haskell-language-server: 0.8.0 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/111603
ahmed_elgabri has joined #nixos
rb2k has joined #nixos
<matthewcroughan> bennofs: seems like it doesn't work on 20.09 but does on 19.03
<matthewcroughan> someone hasn't been testing properly I'll make a discourse thread about it
<{^_^}> [nixpkgs] @kanashimia opened pull request #111604 → hydra-check: 1.1.1 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/111604
jb55 has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #111605 → fuzzel: 1.5.0 -> 1.5.1 → https://github.com/NixOS/nixpkgs/pull/111605
hiro98 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jtojnar merged pull request #111597 → libgda6: init at 6.0.0 → https://github.com/NixOS/nixpkgs/pull/111597
lsix has quit [Ping timeout: 272 seconds]
<{^_^}> [hydra] @pingiun opened pull request #857 → Add more github endpoints that are more specific → https://github.com/NixOS/hydra/pull/857
<jgart[m]> I'm just trying to understand when to use singleton
<jgart[m]> If someone could give me a short simple explanation it would be much appreciated
<srhb> jgart[m]: Some people prefer `singleton { ... }` to `[ { ... } ]`
<srhb> jgart[m]: That's about it.
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<jgart[m]> it allows you to not have to wrap a set in a list syntactically?
<srhb> jgart[m]: `singleton = x: [x]`
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/75c9781712f (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
rb2k has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<srhb> jgart[m]: It's really just a function that creates a list of one element, the argument to singleton.
<jgart[m]> ohh right! it can take any type as input
<jgart[m]> and then it wraps it in a list
<jgart[m]> srhb: thanks!
derpadmin has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @roberth pushed 56 commits to staging-20.09: https://git.io/Jt0ZU
rb2k has joined #nixos
rb2k has quit [Client Quit]
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #111599 → zfs: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111599
jonringer_ has joined #nixos
fendor_ has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #111601 → [20.09] zfs: 2.0.1 -> 2.0.2 → https://github.com/NixOS/nixpkgs/pull/111601
fendor_ has quit [Remote host closed the connection]
<ehmry> I avoid singleton if I don't need to pass it as a function elsewhere, its just adds another thunk to evaluation
dnlkrgr has joined #nixos
alanz_ has joined #nixos
alunduil_ has joined #nixos
parseval_ has joined #nixos
higebu_ has joined #nixos
nh2_ has joined #nixos
jfhbrook_ has joined #nixos
Lord_of_Life_ has joined #nixos
virus_dave_ has joined #nixos
<{^_^}> [hydra] @Infinisil opened pull request #858 → Fix transition from declarative non-flake to flake jobset → https://github.com/NixOS/hydra/pull/858
<ehmry> well I don't know that it creates a thunk internaly, but it can only make evaluation slower
fendor_ has joined #nixos
ornxka_ has joined #nixos
figsoda has quit [Quit: Connection closed]
virus_dave_ has quit [Read error: Connection reset by peer]
benschza_ has joined #nixos
Khetzal_ has joined #nixos
noudle has joined #nixos
<{^_^}> [nixpkgs] @ymatsiuk opened pull request #111606 → fluxcd: 0.7.4 -> 0.7.5 → https://github.com/NixOS/nixpkgs/pull/111606
np has joined #nixos
lsix has joined #nixos
ATuin has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 15 commits to master: https://git.io/Jt0Zg
virus_dave_ has joined #nixos
<adyatlov> lordcirth: Lots of ENOENT
virus_dave_ has quit [Client Quit]
elux has quit [Quit: leaving]
_cyril__ has joined #nixos
mcbits[m] has quit [*.net *.split]
govanify has quit [*.net *.split]
maximumtix[m] has quit [*.net *.split]
samir420[m] has quit [*.net *.split]
gahha[m] has quit [*.net *.split]
woobilicious[m] has quit [*.net *.split]
jonringer has quit [*.net *.split]
Lord_of_Life has quit [*.net *.split]
virus_dave has quit [*.net *.split]
fendor has quit [*.net *.split]
bukkitgerman8608 has quit [*.net *.split]
Fantasmas[m] has quit [*.net *.split]
jfhbrook has quit [*.net *.split]
thc202 has quit [*.net *.split]
parseval has quit [*.net *.split]
_cyril_ has quit [*.net *.split]
ornxka has quit [*.net *.split]
alanz has quit [*.net *.split]
alunduil has quit [*.net *.split]
lohfu has quit [*.net *.split]
nh2 has quit [*.net *.split]
catern has quit [*.net *.split]
ericsagn1 has quit [*.net *.split]
higebu has quit [*.net *.split]
S0rin has quit [*.net *.split]
ilya-fedin has quit [*.net *.split]
rmcgibbo[m] has quit [*.net *.split]
terahawk[m] has quit [*.net *.split]
rhyfore[m] has quit [*.net *.split]
anzbev[m] has quit [*.net *.split]
dumuzid[m] has quit [*.net *.split]
enblanco[m] has quit [*.net *.split]
matrix61[m] has quit [*.net *.split]
nujabells[m] has quit [*.net *.split]
dznumidian[m] has quit [*.net *.split]
mr_whoknows[m] has quit [*.net *.split]
ramses[m] has quit [*.net *.split]
Vanilla[m] has quit [*.net *.split]
itai33[m] has quit [*.net *.split]
Lurkki[m]1 has quit [*.net *.split]
kaziemazie[m] has quit [*.net *.split]
psibi[m] has quit [*.net *.split]
nicolas[m] has quit [*.net *.split]
srid has quit [*.net *.split]
talvdav[m] has quit [*.net *.split]
fc[m]1 has quit [*.net *.split]
e8zhf[m] has quit [*.net *.split]
meno460[m] has quit [*.net *.split]
dtz has quit [*.net *.split]
matthewkenigsber has quit [*.net *.split]
grin[m] has quit [*.net *.split]
ncm[m] has quit [*.net *.split]
kevin[m] has quit [*.net *.split]
Poscat[m] has quit [*.net *.split]
noneucat has quit [*.net *.split]
FreeVariable has quit [*.net *.split]
abbec has quit [*.net *.split]
wenngle[m] has quit [*.net *.split]
musicmatze has quit [*.net *.split]
bitonic has quit [*.net *.split]
jtojnar has quit [*.net *.split]
worldofpeace has quit [*.net *.split]
qbit[m]1 has quit [*.net *.split]
davidak[m] has quit [*.net *.split]
chreekat[m] has quit [*.net *.split]
JJJollyjim has quit [*.net *.split]
joepie91 has quit [*.net *.split]
nerdypepper has quit [*.net *.split]
benschza has quit [*.net *.split]
Khetzal has quit [*.net *.split]
Lord_of_Life_ is now known as Lord_of_Life
alanz_ is now known as alanz
alunduil_ is now known as alunduil
parseval_ is now known as parseval
higebu_ is now known as higebu
<{^_^}> [nixpkgs] @jtojnar opened pull request #111607 → fwupd: 1.5.3 → 1.5.5 → https://github.com/NixOS/nixpkgs/pull/111607
nh2_ is now known as nh2
jfhbrook_ is now known as jfhbrook
puffnfresh has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @vcunat pushed commit from @mweinelt to release-20.09 « firefox-esr: 78.6.1esr -> 78.7.0esr »: https://git.io/Jt0Z6
Qwerky has joined #nixos
puffnfresh has joined #nixos
amk has quit [Ping timeout: 264 seconds]
amk has joined #nixos
le0taku has quit [Read error: No route to host]
adyatlov has quit [Quit: Connection closed]
woobilicious[m] has joined #nixos
chreekat[m] has joined #nixos
Guest4239 has joined #nixos
psibi[m] has joined #nixos
leotaku has joined #nixos
ericsagn1 has joined #nixos
ramses[m] has joined #nixos
nicolas[m] has joined #nixos
S0rin has joined #nixos
ncm[m] has joined #nixos
gahha[m] has joined #nixos
Fantasmas[m] has joined #nixos
mcbits[m] has joined #nixos
lohfu has joined #nixos
mcbits[m] has joined #nixos
mcbits[m] has quit [Changing host]
ilya-fedin has joined #nixos
thc202 has joined #nixos
thc202 has quit [Remote host closed the connection]
evanjs has joined #nixos
talvdav[m] has joined #nixos
worldofpeace has joined #nixos
jtojnar has joined #nixos
Acou_Bass has joined #nixos
Lurkki[m]1 has joined #nixos
mr_whoknows[m] has joined #nixos
fc[m]1 has joined #nixos
rmcgibbo[m] has joined #nixos
bitonic has joined #nixos
anzbev[m] has joined #nixos
e8zhf[m] has joined #nixos
abbec has joined #nixos
itai33[m] has joined #nixos
kaziemazie[m] has joined #nixos
enblanco[m] has joined #nixos
dumuzid[m] has joined #nixos
maximumtix[m] has joined #nixos
noneucat has joined #nixos
matthewkenigsber has joined #nixos
qbit[m]1 has joined #nixos
dtz has joined #nixos
matrix61[m] has joined #nixos
musicmatze has joined #nixos
meno460[m] has joined #nixos
nujabells[m] has joined #nixos
davidak[m] has joined #nixos
govanify has joined #nixos
FreeVariable has joined #nixos
terahawk[m] has joined #nixos
grin[m] has joined #nixos
rhyfore[m] has joined #nixos
Vanilla[m] has joined #nixos
wenngle[m] has joined #nixos
samir420[m] has joined #nixos
dznumidian[m] has joined #nixos
kevin[m] has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 7 commits to release-20.09: https://git.io/Jt0n0
vidbina has quit [Ping timeout: 264 seconds]
mkaito has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @LeSuisse opened pull request #111608 → [20.09] net-snmp: 5.8 -> 5.9 → https://github.com/NixOS/nixpkgs/pull/111608
odi has quit [Ping timeout: 260 seconds]
thelounge52 has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
mkaito has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
kana has quit [Quit: WeeChat 3.0]
<{^_^}> [nixpkgs] @thomasjm opened pull request #111609 → tmux-mem-cpu-load: init at 3.4.0 → https://github.com/NixOS/nixpkgs/pull/111609
thelounge52 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @kampka opened pull request #111610 → musl: 1.2.1 -> 1.2.2 → https://github.com/NixOS/nixpkgs/pull/111610
upendra has joined #nixos
Qwerky has quit [Remote host closed the connection]
Acou_Bass has quit [Ping timeout: 264 seconds]
derpadmin has joined #nixos
sangoma has quit [Read error: Connection reset by peer]
<jgart[m]> <ehmry "I avoid singleton if I don't nee"> Ok, so unless you need to reuse it or pass it somewhere else then you avoid the sugar :) I'll keep that in mind
fresheyeball has joined #nixos
<fresheyeball> hey out there
<fresheyeball> I am using nix to generate an nginx.conf file
<fresheyeball> and I need to include mime.types
upendra has quit [Ping timeout: 248 seconds]
<aveltras> im having an awful network bandwith and have encountered what looks like data corruption when trying to enter a nix-shell on a project, is there a way to "clean" it ?
<slby[m]> Will stdenv.mkDerivation stay? or will it also go to pkgs?
<aveltras> entering nix-shell again directly throws the error
<lordcirth> aveltras, nix-store --verify --check-contents
<fresheyeball> does anyone know where the mime.types file lives?
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/196aeddd09a (from 79 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<ashkitten> how do i use a cachix cache without cachix installed? i don't want to modify my configuration statefully
Acou_Bass has joined #nixos
<aveltras> ashkitten: you can add the binary cache and public keys directly to your configuration
<ashkitten> how?
stolyaroleh_ has quit [Ping timeout: 265 seconds]
<aveltras> the thing to keep in mind is that you should first add the binary cache and rebuild before adding the packages depending on it or the cache won t be used
<aveltras> lordcirth: doesn't seem to work
orivej has quit [Ping timeout: 265 seconds]
Acou_Bass has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @vcunat pushed 73 commits to release-20.09: https://git.io/Jt0Cl
<{^_^}> [nixpkgs] @vcunat merged pull request #111020 → [20.09] Staging next → https://github.com/NixOS/nixpkgs/pull/111020
milivojr has joined #nixos
milivojr has quit [Quit: Connection closed]
<matthewcroughan> bennofs: 18.03 works, so something after that broke this machine
fendor__ has joined #nixos
t_ has joined #nixos
t_ has left #nixos [#nixos]
h0m1 has quit [Quit: WeeChat 3.0]
milivojr has joined #nixos
h0m1 has joined #nixos
milivojr has left #nixos [#nixos]
fendor_ has quit [Ping timeout: 256 seconds]
redj has joined #nixos
<{^_^}> [hydra] @pingiun opened pull request #859 → Make github auth via files possible → https://github.com/NixOS/hydra/pull/859
titouan7 is now known as titouan
bingobango has joined #nixos
logand``` has quit [Ping timeout: 272 seconds]
logand` has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer closed pull request #78090 → sd-image: Fix Raspberry Pi 4 image builder → https://github.com/NixOS/nixpkgs/pull/78090
<{^_^}> [nixpkgs] @fabaff opened pull request #111611 → masscan: 1.3.1 -> 1.3.2 → https://github.com/NixOS/nixpkgs/pull/111611
ATuin has quit [Ping timeout: 256 seconds]
Acou_Bass has joined #nixos
logand` has quit [Ping timeout: 246 seconds]
<bennofs> matthewcroughan: hmm, i just looked, the lastest definitely appears to build in qemu https://hydra.nixos.org/build/135850258/log
logand``` has joined #nixos
AmandaC has joined #nixos
h0m1 has quit [Quit: WeeChat 3.0]
h0m1 has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
marcusr has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @prusnak pushed to master « pythonPackages.hwi: drop dependencies that are bundled »: https://git.io/Jt0le
dandart has joined #nixos
fuiltilt has joined #nixos
marcusr has joined #nixos
ahmed_elgabri has joined #nixos
Acou_Bass has quit [Ping timeout: 258 seconds]
logand``` has quit [Ping timeout: 246 seconds]
ahmed_elgabri has quit [Ping timeout: 258 seconds]
attila_lendvai has quit [Ping timeout: 264 seconds]
dnlkrgr has quit [Ping timeout: 246 seconds]
<bingobango> morning, if i have a postgres database, and i want to completely clear it back to normal (such that my initialScripts will run again next build from fresh), whats the correct procedure for doing so?
<{^_^}> [nixpkgs] @roberth merged pull request #109123 → [20.09] glibc: 2.31 -> 2.31-74 (CVE-2019-25013) → https://github.com/NixOS/nixpkgs/pull/109123
<gchristensen> aanderse: something something pretends-to-be declarative
dnlkrgr has joined #nixos
<aveltras> bingobango: not sure about your use case here but you could try to store the data directory in your project directory and wipe it each time
<virkony> Are there any steps required to do to re-generate info/dir file in profile after installing package that produce *-info output?
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @roberth opened pull request #111612 → [20.09] Staging next → https://github.com/NixOS/nixpkgs/pull/111612
Darkmatter66 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @roberth merged pull request #104079 → [20.09] aliases: rfkill is replaced by utillinux, not util-linux → https://github.com/NixOS/nixpkgs/pull/104079
<{^_^}> [nixpkgs] @dotlambda merged pull request #111406 → python37Packages.nose2: 0.9.2 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/111406
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
philr has joined #nixos
mkaito has quit [Quit: WeeChat 3.0]
catern has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #111613 → flatpak: 1.8.2 → 1.10.1 → https://github.com/NixOS/nixpkgs/pull/111613
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @viric closed pull request #110393 → dduper: init at 0.04 → https://github.com/NixOS/nixpkgs/pull/110393
lsix has quit [Ping timeout: 264 seconds]
lsix has joined #nixos
mbrgm has quit [Quit: ZNC 1.8.2 - https://znc.in]
domogled has joined #nixos
<{^_^}> [nixpkgs] @andir opened pull request #111614 → pythonPackages.python-levenshtein: 0.12.0 -> 0.12.1 → https://github.com/NixOS/nixpkgs/pull/111614
<aanderse> gchristensen: i keep working on ways to get rid of those damned options but no one is wanting to commit to the approaches i proppose!
<aanderse> ** propose
<aanderse> i think i have 3 or 4 PRs on that topic
mbrgm has joined #nixos
zupo has joined #nixos
domogled has quit [Client Quit]
<gchristensen> :P
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #111615 → waybox: init at unstable-2020-05-01 → https://github.com/NixOS/nixpkgs/pull/111615
<infinisil> aanderse: Context?
<{^_^}> [nixpkgs] @roberth merged pull request #111542 → [20.09] gdk-pixbuf: add patch for CVE-2020-29385 → https://github.com/NixOS/nixpkgs/pull/111542
derpadmin has quit [Quit: Leaving]
<aanderse> infinisil: gchristensen reasonably convinced me that `ensure*` options are "bad". the more time that passes the stronger i agree with his position. i'm trying to remove the `services.mysql\postgresql.ensureDatabases` and `services.mysql\postgresql.ensureUsers` options and replace them with something a little bit less damaging
<aanderse> the PRs i have made so far haven't had much traction
<infinisil> Hmm I see
<infinisil> aanderse: What's the replacement?
<aanderse> had a couple options so far
<aanderse> most recently i'm thinking a `services.mysql.activationScripts` is probably the "best" (least damaging?) idea, wher this option somewhat mimics user activation scripts... except run by the `mysql` option
<{^_^}> #107342 (by aanderse, 6 weeks ago, open): nixos/mysql: replace initialDatabases, ensureDatabases, and ensureUsers options with activationScripts option
<fresheyeball> how does one flush dns on nixos?
<clever> fresheyeball: restart nscd.service
Acou_Bass has quit [Ping timeout: 256 seconds]
<fresheyeball> clever: got it
<infinisil> aanderse: Hmm..
<infinisil> This is similar to the problem of upgrading postgresql's version
<aanderse> feel free to say terrible things about it
<aanderse> at this point i'm just looking for a way forward... any way forward :)
thelounge52 has joined #nixos
<infinisil> I'm not a fan of having more activation script-like things, but I also don't like the ensure* options really
zebrag has quit [Quit: Konversation terminated!]
<infinisil> What I think would be a good solution is to have the concept of state migration be more fundamental to NixOS
K0kada has joined #nixos
zebrag has joined #nixos
<aanderse> this isn't specifically for state migration
<aanderse> its generic
<aanderse> the user can do what they want
<infinisil> I previously talked about having a per-module state version, where module authors could then include migration scripts or walk-throughs
<aanderse> its a shotgun...
<aanderse> but we need basic database provisioning in nixos modules or we end up having a ton of manual steps
<aanderse> and ensure*, aside from being a bad idea, doesn't work
<aanderse> there are a ton of modules which use pgsql but have to specify a different encoding
<infinisil> Hmm though I guess this doesn't quite fit into the same state migration thing
<infinisil> Yeah, lemme think..
<aanderse> so they write really minimal systemd services
<aanderse> which lack the sandboxing the postgresql module has
<aanderse> (or could have? should have?)
<aanderse> and one module had to do the same for mysql now
<bennofs> i think some stage migration helpers based on systemd units would benice
vifon has left #nixos ["WeeChat 2.9"]
<aanderse> `services.mysql.activationScripts` is also "nice" because then users can (ab)use it in ways they see fit, given they have been warned
thelounge52 has quit [Ping timeout: 240 seconds]
<infinisil> Actually this does fit into a migration scheme
<Siyo> i think it does fit into state migration. you could potentially think about it like database migrations in those database libraries. Migrating state and nix store would be separate things. Writing migrations should be append only, each migration having a version number
<infinisil> Yeah ^
<infinisil> The main problem with the ensure* options is that once it's created, any change to the option can't be applied anymore
<infinisil> So the nice solution is to also encode migration paths into it
<aanderse> yeah well you're smarter than i am so please do think about this problem 😃
<infinisil> Nah I'm not smarter, we just have difference specializations :)
<infinisil> Unfortunately I don't have a lot of time to work on nixpkgs, I wish I had..
<infinisil> But I think having a generic way to encode state migrations is the way to go
<aanderse> awesome
<aanderse> let me know if you come up with anything
<infinisil> In fact I think that's a problem that pops up almost everywhere with Nix
<infinisil> Updating a nix profile is just a migration from generation n to n + 1
<infinisil> Rollbacks are just the reverse (if possible)
<infinisil> Anything that is managed statefully can have a notion of a version
<infinisil> The main NixOS activation script is really just a state migration tool
<infinisil> Deployment tools too
<Siyo> I think you'd want them separate in practice though. You might want to rollback a generation, but leave the state alone
Acou_Bass has joined #nixos
<infinisil> The state of NixOS generations is just "which generation is the active one"
<infinisil> Oh, and I guess once it calls the switch script, the activation script has the state of the whole system
dps910 has joined #nixos
<Siyo> i meant the database state for instance
<infinisil> Siyo: But yeah, that's the thing about state, we can't just recreate it, we need to deal with the existing one, which is where migration stuff comes into play
<dps910> anyone use macOS?
fendor__ has quit [Read error: Connection reset by peer]
<dps910> anyone use macOS? I can't build iterm2. Idk how to do code blocks since I'm new to irc but hopefully this is fine
<dps910> [130] david@Davids-iMac> home-manager build --option sandbox false ~
<dps910> warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
<dps910> warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
<dps910> these derivations will be built:
<dps910>   /nix/store/i77fbkfn932vc65s67f65nwx6ian69iz-iterm2-3.3.9.drv
<dps910>   /nix/store/9x5ywv3wsav4ny27ip3ycax39yh0alx8-home-manager-path.drv
<dps910>   /nix/store/131434d28kw3kd6vdcynray2r03mk2ln-activation-script.drv
<dps910>   /nix/store/q7g14vx7wx8km4gnmwn9qwh704gyb37q-home-manager-generation.drv
<dps910> building '/nix/store/i77fbkfn932vc65s67f65nwx6ian69iz-iterm2-3.3.9.drv'...
<dps910> unpacking sources
<dps910> unpacking source archive /nix/store/q9m2g2rnydz0didj4ag7yfsb59843y99-source
<dps910> source root is source
<dps910> patching sources
<dps910> applying patch /nix/store/fwdhwxd3qs62k9w8gddl45q6wk88fiyk-disable_updates.patch
<dps910> patching file sources/iTermPreferences.m
<dps910> Hunk #1 succeeded at 274 (offset 85 lines).
<dps910> configuring
<infinisil> ,paste dps910
<{^_^}> dps910: Use a website such as [ https://gist.github.com/ https://hastebin.com/ http://sprunge.us/ https://paste.ee/ ] or similar services to share anything that's longer than a couple lines.
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dps910> Ok thank you
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<infinisil> Fyi there's also #nix-darwin
<{^_^}> [nixpkgs] @lovesegfault opened pull request #111616 → glibc: 2.32-35 -> 2.33-0 → https://github.com/NixOS/nixpkgs/pull/111616
<{^_^}> [nixpkgs] @lovesegfault pushed to glibc-2.33 « glibc: 2.32-35 -> 2.33-0 »: https://git.io/Jt0RP
ahmed_elgabri has joined #nixos
ahmed_elgabri has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #111618 → home-assistant: pre-release dependency update → https://github.com/NixOS/nixpkgs/pull/111618
Acou_Bass has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111598 → apmplanner2: 2.0.28-rc1 -> 2.0.28 → https://github.com/NixOS/nixpkgs/pull/111598
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #108794 → pythonPackages.criticality-score: init at 1.0.7 → https://github.com/NixOS/nixpkgs/pull/108794
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111611 → masscan: 1.3.1 -> 1.3.2 → https://github.com/NixOS/nixpkgs/pull/111611
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111604 → hydra-check: 1.1.1 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/111604
zuh0 has joined #nixos
lsix has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111606 → fluxcd: 0.7.4 -> 0.7.5 → https://github.com/NixOS/nixpkgs/pull/111606
dps910 has quit [Quit: Connection closed]
<lovesegfault> ashkitten: alright, let me repro the issue one more time
__monty__ has quit [Quit: leaving]
<lovesegfault> I _suspect_ this is caused by our out-of-date binutils; but I am unsure
<lovesegfault> if that's the case it will be annoying
<{^_^}> [nixpkgs] @sternenseemann closed pull request #111507 → xenstore: propagate stdlib-shims → https://github.com/NixOS/nixpkgs/pull/111507
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111396 → ovito: init at 3.4.0 → https://github.com/NixOS/nixpkgs/pull/111396
<lovesegfault> ashkitten: /nix/store/m2nb3lhhsmn1ddpszf4db3rhgbwl7mp4-binutils-2.35.1/bin/ld: /build/build/./gcc/liblto_plugin.so: error loading plugin: /nix/store/xfd2dkxg0ha8z3a517ag2jvf6gwnplim-bootstrap-stage0-glibc/lib/libc.so.6: version `GLIBC_2.33' not found (required by /build/build/./gcc/liblto_plugin.so)
<lovesegfault> that's the current error
<lovesegfault> when building gcc10
<ashkitten> this is with your updated glibc?
<lovesegfault> yup, on the branch I pushed with no other changes
<lovesegfault> (d739f2a8be0084a321dbf760b7f883f0003547e3)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111151 → boundary: init at 0.1.4 → https://github.com/NixOS/nixpkgs/pull/111151
<ashkitten> lovesegfault: ftr i'm not very familiar with glibc or anything
<lovesegfault> that's good
<lovesegfault> that means I'm not alone
<ashkitten> i'm currently 800 packages into a full system rebuild with the steamrt glibc changes
<ashkitten> probably more than 800
<ashkitten> maybe 1400 to go
m0rphism1 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111600 → binwalk: simplify visualizationSupport code → https://github.com/NixOS/nixpkgs/pull/111600
<matthewcroughan> who maintains the i686 releases of nix?
<matthewcroughan> anyone know?
zebrag has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #111544 → gobby: unstable-2020-12-29 -> 0.6.0 and rename from gobby5 → https://github.com/NixOS/nixpkgs/pull/111544
zebrag has joined #nixos
georgyo[m] has joined #nixos
<lovesegfault> matthewcroughan: the dust bunnies
<lovesegfault> in partnership with the ghost army from lord of the rings
<lovesegfault> and the army of the dead from game of thrones
<lovesegfault> more seriously: no idea
<matthewcroughan> lovesegfault: lol
<Yaniel> that's a lot of maintainers
<matthewcroughan> but yes, it really doesn't work
<matthewcroughan> 18.03 works, anything later hangs at systemd
<matthewcroughan> 20.09 hard crashes the system at boot with: Assertion 'clock_gettime(map_clock_id(clock_id), &ts) == 0' failed at src/basic/time-util.c:53, function now(). Aborting.
<matthewcroughan> 20.03 just hangs and never finishes initialisation of all system services
<lovesegfault> matthewcroughan: AFAIK the state of it is largely unmaintained
<lovesegfault> I have advocated to just getting rid of it for a while
<lovesegfault> b/c having a broken thing is worse than not having it at all IMHO
simba1 has quit [Ping timeout: 264 seconds]
<lovesegfault> niksnut Ericson2314 andi- flokli: how do I regenerate the bootstrap binaries?
<lovesegfault> I think it will be necessary to bump glibc
<andi-> there is a hydra job for that
<{^_^}> [nixpkgs] @jonringer merged pull request #111618 → home-assistant: pre-release dependency update → https://github.com/NixOS/nixpkgs/pull/111618
<andi-> Isn't that usually done after the bump once hydra has built it?
<lovesegfault> maybe? I have no idea! :D
<lovesegfault> I'm attempting bootstrap again to see
<lovesegfault> Yeah, same issue above
* lovesegfault scratches head
<lovesegfault> Trying to interpret the error:
<lovesegfault> /nix/store/xfd2dkxg0ha8z3a517ag2jvf6gwnplim-bootstrap-stage0-glibc/lib/libc.so.6: version `GLIBC_2.33' not found (required by /build/build/./gcc/liblto_plugin.so)
<lovesegfault> it seems to be looking for GLIBC_2.33 in the boostrap binary
<lovesegfault> but that won't be the new glibc, it will be the old one AIUI?
<lovesegfault> yeah, it's glibc 2.32-35