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
<{^_^}> [nixpkgs] @petabyteboy opened pull request #116802 → gitlab: 13.6.7 -> 13.8.6 → https://github.com/NixOS/nixpkgs/pull/116802
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116803 → haskellPackages.chatter: unbreak → https://github.com/NixOS/nixpkgs/pull/116803
acarrico has quit [Ping timeout: 240 seconds]
figgyc has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
acarrico has joined #nixos
figgyc has joined #nixos
<fuzzypixelz[m]> `nixos-rebuild switch --flake` throws `error: 'info' is not a recognised command`
figgyc has quit [Client Quit]
<fuzzypixelz[m]> right after upgrading my nix flake conifg
Qwerky has quit [Remote host closed the connection]
figgyc has joined #nixos
<rmcgibbo[m]> Oh maybe. I think maybe I hid all of the messages since it posts a new one for every PR. thanks -- will investigate.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116804 → python38Packages.azure-mgmt-netapp: 1.0.0 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/116804
<{^_^}> [nixpkgs] @nh2 merged pull request #116282 → turbovnc: Add programs.turbovnc, add test for headless software OpenGL → https://github.com/NixOS/nixpkgs/pull/116282
<{^_^}> [nixpkgs] @samuela opened pull request #116805 → spotify-unwrapped: 1.1.46.916.g416cacf1 -> 1.1.55.494.gca75f788 → https://github.com/NixOS/nixpkgs/pull/116805
<{^_^}> [nixpkgs] @aanderse merged pull request #116493 → kodi.packages: refactor, netflix: init at 1.14.1 → https://github.com/NixOS/nixpkgs/pull/116493
missionf1rmilk has joined #nixos
orivej has quit [Ping timeout: 260 seconds]
missionformilk has quit [Ping timeout: 260 seconds]
Synthetica has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @aanderse opened pull request #116806 → maintainers/teams: add kodi team → https://github.com/NixOS/nixpkgs/pull/116806
figgyc has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mbrgm has quit [Ping timeout: 244 seconds]
mbrgm has joined #nixos
figgyc has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @cole-h opened pull request #116807 → nixUnstable: pre20210308_1c0e3e4 -> pre20210317_8a5203d, nixos-rebuild: nix flake info -> nix flake metadata → https://github.com/NixOS/nixpkgs/pull/116807
<{^_^}> [nixpkgs] @jonringer merged pull request #116804 → python38Packages.azure-mgmt-netapp: 1.0.0 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/116804
<cole-h> fuzzypixelz[m]: ^
<fuzzypixelz[m]> cole-h: doesn this mean I'm stuck with whatever nix I have now?
<cole-h> You can use nix-shell to get a nixUnstable and nixos-rebuild from my PR
<cole-h> You can also use nix-shell to get an older nixUnstable (or change your flake input that you get it from) and then do it that way
<cole-h> You can ALSO copy nixos-rebuild to some location you can write to and fix the command locally
<cole-h> `cp $(which nixos-rebuild) . && sed -i 's@flake info@flake metadata@' ./nixos-rebuild`
poscat has quit [Ping timeout: 256 seconds]
poscat1 has joined #nixos
<fuzzypixelz[m]> cole-h: thanks! I tried the last command you posted but nixos-rebuild expected a `pkgs` dir in the working dir
<cole-h> ....it shouldn't?
<fuzzypixelz[m]> `error: getting status of '/home/fuzzypixelz/pkgs': No such file or directory` is what I got
<fuzzypixelz[m]> (I dropped it in home ... haha)
corpix_ has quit [Remote host closed the connection]
corpix has joined #nixos
<cole-h> uh
<cole-h> did you supply it the path of your flake?
<cole-h> (can you just paste your entire command line you tried)
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<fuzzypixelz[m]> `./nixos-rebuild switch --flake ./flake_dir#omicron`
<fuzzypixelz[m]> before it is obviously `cp $(which nixos-rebuild) . && sed -i 's@flake info@flake metadata@' ./nixos-rebuild`
<cole-h> should work. what's your `pwd`?
<fuzzypixelz[m]> both in $HOME
<cole-h> and if you cd into your flake dir?
<fuzzypixelz[m]> also, `error (ignored): error: bad archive: input doesn't look like a Nix archive`
<fuzzypixelz[m]> is the other error before the one I just showed
<fuzzypixelz[m]> there are no other errors
<fuzzypixelz[m]> will try rn
<fuzzypixelz[m]> cole-h: okay you were right, the pkgs is ..
<fuzzypixelz[m]> yes
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #102927 → vk-messenger: 5.0.1 → 5.2.3, enable on darwin → https://github.com/NixOS/nixpkgs/pull/102927
<fuzzypixelz[m]> cole-h: you're a life-saver! (:
mcornick has quit [Quit: bbl]
ihsan has joined #nixos
<{^_^}> [nixpkgs] @veprbl opened pull request #116808 → texlive.bin.dvipng: refactor gs hardcoding, add a test for it → https://github.com/NixOS/nixpkgs/pull/116808
<ihsan> Hi everyone, I wonder whether there is a way to specify a branch with `nix run github:.../...` or not?
<cole-h> did you try adding `?branch=asdf`
grimvar_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116809 → puredata: 0.50-2 -> 0.51-4 → https://github.com/NixOS/nixpkgs/pull/116809
<ihsan> Thanks for the quick response. I am trying it
<{^_^}> [nixpkgs] @marsam opened pull request #116810 → ocamlPackages.ocaml-lsp: 1.4.1 -> 1.5.0 → https://github.com/NixOS/nixpkgs/pull/116810
grimvar has quit [Ping timeout: 246 seconds]
<ihsan> Apparently it doesn't works and it runs so quick I suspect that it uses the cache and not fetching the specified branch?
<ihsan> So, how do I disable the cache? I couldn't find it on the man page.
ris has quit [Ping timeout: 240 seconds]
dbmikus has quit [Ping timeout: 260 seconds]
lordcirth has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @jansol opened pull request #116811 → pipewire: 0.3.23 -> 0.3.24 → https://github.com/NixOS/nixpkgs/pull/116811
mvnetbiz_2 has quit [Quit: Bye!]
stree has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JmwAS
dalvescb has joined #nixos
dramforever has joined #nixos
dramforever has quit [Changing host]
dramforever has joined #nixos
Shinji_Ikari has joined #nixos
Shinji_Ikari has quit [Client Quit]
rajivr has joined #nixos
<{^_^}> [nixpkgs] @cole-h merged pull request #116102 → dfmt: init at 1.2.0 → https://github.com/NixOS/nixpkgs/pull/116102
stree has joined #nixos
mkaito has quit [Quit: WeeChat 3.1]
apache8080 has joined #nixos
<{^_^}> [nixpkgs] @lenzj opened pull request #116812 → epkowa: add epson perfection v600 photo → https://github.com/NixOS/nixpkgs/pull/116812
missionf1rmilk has quit [Ping timeout: 260 seconds]
missionformilk has joined #nixos
<apache8080> I am trying to boot a board with nixos but on boot I get an error that /sbin/init no such file or directory and then it kernel panics
sk4l[m] has joined #nixos
<apache8080> I tried adding boot.loader.initScript.enable = true to my config but that did nothing
<{^_^}> [nixpkgs] @cole-h merged pull request #116645 → vowpal-wabbit: init at 8.9.2 → https://github.com/NixOS/nixpkgs/pull/116645
<dramforever> apache8080: What's the bootloader? Are you loading the initrd correctly?
<apache8080> the bootloader is UBoot
<dramforever> hmm
<dramforever> not quite sure what's going on then
<apache8080> how do I check if the initrd is loading in correctly?
<dramforever> I actually have no idea... Any other logs from the board?
<apache8080> unfortunately no
qq_pls has joined #nixos
kumo has quit [Quit: WeeChat 2.9]
<{^_^}> [nixpkgs] @veprbl merged pull request #116808 → texlive.bin.dvipng: refactor gs hardcoding, add a test for it → https://github.com/NixOS/nixpkgs/pull/116808
<qq_pls> If I set an attribute within a top level expression, how do I pass that attribute into another attribute set? I've tried `inherit` but it didn't seem to work.
missionformilk has quit [Ping timeout: 264 seconds]
ihsan has quit [Ping timeout: 240 seconds]
<dramforever> What's the context? A NixOS module?
<dramforever> If not, and it's just an attribute set, something like: rec { a = 3; b = ... use a here ...; }
<qq_pls> Yes - I actually wasn't aware it being inside a nixos module mattered. My scenario is { module1.optionA = "value";    module2.optionB = module1.optionA; } I'm going to try to play around in repl if that doesn't make sense.
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
codyopel has joined #nixos
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JmrIQ
dalvescb has quit [Quit: Connection closed]
poscat1 has quit [Remote host closed the connection]
ihsan has joined #nixos
<cole-h> qq_pls: If it's a module option, you'll need to access it with a `config.` prefix.
<cole-h> e.g. `config.attr.path.to.module1.optionA`
poscat has joined #nixos
ihsan has quit [Client Quit]
SomeoneS1 has quit [Ping timeout: 276 seconds]
missionformilk has joined #nixos
<qq_pls> I have seen that, that makes sense cole-h. I wonder if the inability to access it even with config. is related to this being a bit nested within another config = { config, ...}: expression.
sigmundv_ has quit [Read error: Connection reset by peer]
sigmundv_ has joined #nixos
<cole-h> If you paste all relevant parts of your config, maybe I can help
h0m1 has quit [Ping timeout: 264 seconds]
<cole-h> (note: NOT into here... paste it into a GitHub gist or some similar paste service)
<siraben> doesn't freenode autokick you if you paste more than 5 lines
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116813 → python38Packages.databricks-cli: 0.14.2 -> 0.14.3 → https://github.com/NixOS/nixpkgs/pull/116813
<cole-h> Yes, trying to prevent that from happening :)
<siraben> :)
h0m1 has joined #nixos
redmp has joined #nixos
<qq_pls> cole-h I've trimmed the fat: https://pastebin.com/hKi8nDL5
apache8080 has quit [Ping timeout: 256 seconds]
<dramforever> qq_pls: The main thing about it mattering in a nixos module is that there's a better way in nixos modules :)
<dramforever> Though a two-level nested module is something I have *not* seen before
<qq_pls> Ok I'm probably doing that wrong! I'll try breaking out into separate modules then?
<cole-h> qq_pls: Regardless, I don't think that's something that's going to work... The sops secret will be decrypted on the local machine. It won't be available in the container unless you bind mount it
<dramforever> qq_pls: no no no that's fine
mcornick has joined #nixos
<dramforever> It's just you're doing something more advanced than what I'm used to :)
<qq_pls> cole-h ah I had figured that as well, so maybe I just go that way and bind to the path
* dramforever hides
missionformilk has quit [Ping timeout: 246 seconds]
<cole-h> qq_pls: You could get around this by `let`-binding the value, like so: https://gist.github.com/cole-h/b7cae2c5ffb63d2483dd6cf25055d0ae
<cole-h> qq_pls: Note that you cannot access the actual value of the secret with sops. You must read the file (from `config.sops.secrets.<name>.path`)
<dramforever> The sops thing would still not work, right...?
<qq_pls> I'm glad to see you suggest this, It makes me feel like I'm learning. I tried something similar but gave up on it too soon. Let me try your suggestion, thank you!
<cole-h> dramforever: If it's properly configured, and not just stubbed, it'll roughly work
<dramforever> Yeah, 'let' is what I was thinking too
<cole-h> But qq_pls will need to have /run/secrets mounted into the container
<dramforever> I have no experience with containers :(
<dramforever> And neither sops
<{^_^}> [nixpkgs] @marsam merged pull request #116490 → ocamlPackages.luv: init at 0.5.7 → https://github.com/NixOS/nixpkgs/pull/116490
<qq_pls> @cole-h I assumed as much, if you have a better way of doing this feel free to let me know. Very new to it.
<cole-h> A better way would be to not use containers ;)
<qq_pls> cole-h that seemed to have worked, at least built so thank you. Because I want to understand this better, why is it we needed to let the value into a new variable? Is it something to do with the change in scope and if so why would rec and then calling it by it's original name not work?
<cole-h> It's because of the `config` in `{ config, ... }:`
<cole-h> If you removed the config there, you could get away with not needing to let-bind it
<qq_pls> I copied it from an example of how to setup a container. Maybe it's extraneous or maybe it's not. I'll play around with it. thanks again.
<cole-h> unless you're using it (which you're not) you don't need it
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JmrZX
acarrico has quit [Ping timeout: 260 seconds]
attila_lendvai_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @bobrik opened pull request #116814 → pythonPackages: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/116814
ahmedelgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116815 → python38Packages.jupyter_console: 6.2.0 -> 6.3.0 → https://github.com/NixOS/nixpkgs/pull/116815
sigmundv_ has quit [Ping timeout: 240 seconds]
dvim has quit [Quit: Connection closed for inactivity]
<qq_pls> cole-h mount point worked as expected, have access to the file from the container. Unfortunately echo $passwordFile comes back empty. Could this be the assignment to the empty attribute list? I just followed the sop-nix guide on that.
<cole-h> And you have a `sops.defaultSopsFile`?
missionformilk has joined #nixos
<{^_^}> [nixpkgs] @TimothyKlim opened pull request #116816 → nvidia-x11: 460.56 -> 460.67 → https://github.com/NixOS/nixpkgs/pull/116816
<qq_pls> I do, that's how it gets read into the /run/secrets path. I can see the password from the container. I just think there's an error in the assignment of the environment variable.
worldeva has quit [Ping timeout: 264 seconds]
<cole-h> well, the env var is only set for the service
<cole-h> are you running `echo $PASSWORDFILE` as the service?
<qq_pls> Oh good point thank you! I was echoing as the user I've set to run the service.
gregf has quit [Quit: away bbl]
<{^_^}> [nixpkgs] @veprbl closed pull request #116796 → liblapack: 3.9.0 -> 3.9.1-pre → https://github.com/NixOS/nixpkgs/pull/116796
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @cdepillabout merged pull request #116803 → haskellPackages.chatter: unbreak → https://github.com/NixOS/nixpkgs/pull/116803
ahmedelgabri has quit [Ping timeout: 244 seconds]
stree has quit [Excess Flood]
stree has joined #nixos
teto has quit [Ping timeout: 264 seconds]
missionformilk has quit [Ping timeout: 264 seconds]
ahmedelgabri has joined #nixos
missionformilk has joined #nixos
ahmedelgabri has quit [Ping timeout: 244 seconds]
missionformilk has quit [Ping timeout: 246 seconds]
managarmr has quit [Read error: Connection reset by peer]
managarmr1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116817 → python38Packages.jenkins-job-builder: 3.8.0 -> 3.9.0 → https://github.com/NixOS/nixpkgs/pull/116817
mcornick has quit [Quit: zzzzz]
<{^_^}> #23926 (by joepie91, 4 years ago, open): When /boot is full, system rebuilds fail
<matthewcroughan_> anyone able to help with this? I've found myself in this situation, bit stuck, can't rebuild
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
spacefrogg has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #116637 → minio: 2021-03-12T00-00-47Z -> 2021-03-17T02-33-02Z → https://github.com/NixOS/nixpkgs/pull/116637
<qq_pls> Is there a way to change the permissions on a bindMounts?
<Ke> at least some bootloaders will clean on install, if you gc before
<{^_^}> [nixpkgs] @marsam merged pull request #113642 → [20.09] minio: 2020-08-08T04-50-06Z -> 2021-02-14T04-01-33Z → https://github.com/NixOS/nixpkgs/pull/113642
<Ke> qq_pls: how would that even work?
<Ke> you can do global noexec,nosuid,ro maybe
<Ke> at least ro
<Ke> nodev...
<cole-h> qq_pls: What are to hoping to accomplish?
<cole-h> s/to/you/
<matthewcroughan_> anyone on flakes?
<matthewcroughan_> the latest `nix`build seems to remove --update-input from `nix flake`
<matthewcroughan_> Why? Seems silly.
<matthewcroughan_> Now, `nix flake update` just updates all of your inputs.
everythingTaken has joined #nixos
<everythingTaken> simpson: lovesegfault I don't know if you guys are up, but I downloaded nixos-gnome iso after being unable to solve the issue. Tested live gnome environment firefox in 3 different machines, my current old laptop, beefy gaming laptop, average desktop copmuter. All 3 have same problems with firefox as before. Live environment probably != full installation, but still I think in other distros you don't
<everythingTaken> have that in even live environments.
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
AlpineLlama has joined #nixos
<cole-h> Have you tried plasma?
<everythingTaken> cole-h: oh hey cole, no will have to download another 1.5G on my slow internet to test it
<everythingTaken> cole-h: maybe it's a kernel issue?
<everythingTaken> cole-h: here is the thing though, one guys says gnome works, plasma doesn't, another guy plasma works gnome doesn't.
<cole-h> ¯\_(ツ)_/¯
<cole-h> impurity is everywhere
<everythingTaken> appropraite emoji lol
<everythingTaken> man, this is so frustrating.
<everythingTaken> cole-h: it rubs me the wrong way when I can't get basic things working without bugs, but this is NixOS I am willing to make the sacrifice :/
<everythingTaken> other distros would get nuked so fast
bebarker has quit [Read error: Connection reset by peer]
bebarker has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116818 → python38Packages.gradient: 1.4.2 -> 1.4.3 → https://github.com/NixOS/nixpkgs/pull/116818
missionformilk has joined #nixos
<simpson> everythingTaken: Do you have some sort of funky extensions, maybe!? I don't know what's the same across all of your test machines.
<everythingTaken> simpson: oh hi, no no extensions, this was tested from fresh latest-gnome-nixos iso
redmp has quit [Quit: leaving]
<simpson> If *the* only common factor is Firefox, then you should probably take this upstream.
ddellaco_ has joined #nixos
<everythingTaken> simpson: none of them have AMD GPU? And Firefox 86 works fine on Xorg on every other distro?
Supersonic112 has joined #nixos
Supersonic has quit [Ping timeout: 265 seconds]
Supersonic112 is now known as Supersonic
ddellacosta has quit [Ping timeout: 256 seconds]
missionformilk has quit [Ping timeout: 264 seconds]
paddymahoney has quit [Ping timeout: 246 seconds]
missionformilk has joined #nixos
everythingTaken has quit [Quit: everythingTaken]
endformationage has quit [Quit: WeeChat 2.9]
<simpson> Didn't we rule out GPU problems?
michael65 has joined #nixos
michael65 has quit [Client Quit]
michael88 has joined #nixos
<michael88> Hello
<michael88> I have a small problem and was wondering if somebody have faced it before
<michael88> I'm trying out nixos nightingale plazma for the first time. and installed gcc and other c compilers. but when I try to configure any application it prints out the following:
<michael88> checking whether build environment is sane... yes
<michael88> checking for a thread-safe mkdir -p... /run/current-system/sw/bin/mkdir -p
<michael88> checking for gawk... gawk
<michael88> checking whether make sets $(MAKE)... no
<michael88> checking whether make supports nested variables... no
<michael88> checking for gcc... gcc
<michael88> checking whether the C compiler works... no
zebrag has quit [Read error: Connection reset by peer]
<dramforever> michael88: Please put the log in a paste bin
zebrag has joined #nixos
dsrt^ has quit []
tfl^ has joined #nixos
coderobe has quit [Ping timeout: 276 seconds]
dramforever has quit [Quit: Leaving]
simba1 has joined #nixos
coderobe has joined #nixos
addcn has quit [Ping timeout: 265 seconds]
ahmedelgabri has joined #nixos
Guest16 has joined #nixos
<Guest16> simpson yes I think so, glxinfo | grep rendering shows direct rendering yes too
Guest16 has quit [Client Quit]
ahmedelgabri has quit [Ping timeout: 240 seconds]
stree has quit [Ping timeout: 246 seconds]
Guest96 has joined #nixos
<Guest96> simpson tried firefox, firefox-bin, firefox-beta-bin, firefox-esr, same issue lol. Tried playing around with cpuFreqGoverner, nothing. Currently downloading plasma version, maaan. Sorry to bother you much
lytedev has joined #nixos
marusich has quit [Quit: Leaving]
Guest96 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @stigtsp merged pull request #114065 → perlPackages.Mojolicious: 8.71 -> 9.10 → https://github.com/NixOS/nixpkgs/pull/114065
stree has joined #nixos
Guest14 has joined #nixos
oxalica has quit [Remote host closed the connection]
sangoma has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
respawn_ has joined #nixos
Guest14 has quit [Ping timeout: 264 seconds]
domogled has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116819 → archivy: 1.0.2 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/116819
<{^_^}> [nixpkgs] @deviant opened pull request #116820 → vsce/MS-vsliveshare.vsliveshare: 1.0.3912 -> 1.0.3968 → https://github.com/NixOS/nixpkgs/pull/116820
sonne has joined #nixos
<sonne> hello there!
<sonne> where is grub.cfg located on nixos?
<sonne> i'm trying to get it to boot from an outside grub by chainloading the configuration but i cannot find that file anywhere i could think of
<{^_^}> [nixpkgs] @jonringer merged pull request #116818 → python38Packages.gradient: 1.4.2 -> 1.4.3 → https://github.com/NixOS/nixpkgs/pull/116818
<{^_^}> [nixpkgs] @jonringer merged pull request #116813 → python38Packages.databricks-cli: 0.14.2 -> 0.14.3 → https://github.com/NixOS/nixpkgs/pull/116813
<{^_^}> [nixpkgs] @jonringer merged pull request #116817 → python38Packages.jenkins-job-builder: 3.8.0 -> 3.9.0 → https://github.com/NixOS/nixpkgs/pull/116817
missionformilk has quit [Ping timeout: 260 seconds]
respawn_ has quit [Quit: Leaving]
Forkk has quit [Ping timeout: 240 seconds]
sangoma has quit [Ping timeout: 264 seconds]
ahmedelgabri has joined #nixos
drvirgilio has quit [Quit: No Ping reply in 180 seconds.]
Forkk has joined #nixos
johannes has joined #nixos
ahmedelgabri has quit [Ping timeout: 265 seconds]
qq_pls has quit [Ping timeout: 240 seconds]
Forkk has quit [Ping timeout: 244 seconds]
palo1 has joined #nixos
Forkk has joined #nixos
drvirgilio has joined #nixos
Guest84 has joined #nixos
palo has quit [Ping timeout: 260 seconds]
palo1 is now known as palo
<Guest84> simpson this is meme worthy. installed plasma + sddm, same thing with firefox
michael88 has quit [Quit: Connection closed]
Diogo93 has joined #nixos
Diogo9 has quit [Ping timeout: 245 seconds]
Diogo93 is now known as Diogo9
sangoma has joined #nixos
cole-h has quit [Ping timeout: 265 seconds]
Guest84 has quit [Quit: Connection closed]
Lord_of_Life has joined #nixos
marusich has joined #nixos
johannes has quit [Read error: Connection reset by peer]
puffnfresh has quit [Ping timeout: 256 seconds]
Guest16 has joined #nixos
xO1 has joined #nixos
test_dispatch1 has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #116076 → ocamlPackages.ppx_import: 1.7.1 → 1.8.0 → https://github.com/NixOS/nixpkgs/pull/116076
griff_ has joined #nixos
veegee has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @Mic92 opened pull request #116821 → [20.09] zoom-us: unset Qt env variables to fix dialog boxes → https://github.com/NixOS/nixpkgs/pull/116821
ahmedelgabri has joined #nixos
DanC has quit [Ping timeout: 265 seconds]
veegee has joined #nixos
MarcWeber has quit [Remote host closed the connection]
graf_blutwurst has joined #nixos
DanC has joined #nixos
faffolter has joined #nixos
turlando has joined #nixos
stree has quit [Ping timeout: 246 seconds]
m0rphism has joined #nixos
SomeoneS1 has joined #nixos
civodul has joined #nixos
puffnfresh has joined #nixos
evanjs has quit [Read error: Connection reset by peer]
evanjs has joined #nixos
attila_lendvai_ has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #109927 → clipgrab: 3.9.5 -> 3.9.6 → https://github.com/NixOS/nixpkgs/pull/109927
<{^_^}> [nixpkgs] @doronbehar merged pull request #109928 → cproto: 4.7q -> 4.7r → https://github.com/NixOS/nixpkgs/pull/109928
stree has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #110532 → pidgin-carbons: 0.2.2 -> 0.2.3 → https://github.com/NixOS/nixpkgs/pull/110532
orivej has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #110345 → cutelyst: 2.14.0 -> 2.14.2 → https://github.com/NixOS/nixpkgs/pull/110345
tfl^ has quit []
<{^_^}> [nixpkgs] @dansbandit opened pull request #116822 → polar-bookshelf: init at 1.100.14 → https://github.com/NixOS/nixpkgs/pull/116822
<{^_^}> [nixpkgs] @dansbandit closed pull request #115674 → polar-bookshelf: add version 1.100.14 → https://github.com/NixOS/nixpkgs/pull/115674
domogled1 has joined #nixos
saschagrunert has joined #nixos
<{^_^}> [nixpkgs] @ckauhaus merged pull request #116459 → documentation: Add content about Vulnerability roundups → https://github.com/NixOS/nixpkgs/pull/116459
domogled has quit [Ping timeout: 240 seconds]
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @peti closed pull request #110504 → libsForQt5.mlt: 6.22.1 -> 6.24.0 → https://github.com/NixOS/nixpkgs/pull/110504
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #116793 → python3Packages.urllib3: remove obsolete SSL dependencies → https://github.com/NixOS/nixpkgs/pull/116793
<{^_^}> [nixpkgs] @aforemny opened pull request #116823 → Revert "nixos/systemd: Handle template overrides" → https://github.com/NixOS/nixpkgs/pull/116823
<Miyu-saki> What's the function to list a function's arguments?
avaq_ has joined #nixos
<{^_^}> [nixpkgs] @dotlambda reopened pull request #116793 → python3Packages.urllib3: remove obsolete SSL dependencies → https://github.com/NixOS/nixpkgs/pull/116793
Magic_RB has joined #nixos
puffnfresh has quit [Ping timeout: 256 seconds]
lsix has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
<Magic_RB> hi guys! first time here, hate to be so answer seeking so soon, but I've got a Hydra question, I've managed to run my own Hydra instance and get builds working. I'm build OCI Images and I'm wondering whether it's possible to configure Hydra to somehow upload those images to an image registry, even if indirectly such as with a notification webhook
<Magic_RB> so that some other piece of software could do the uploading part. Thanks for reading this and your answers :)
<Guest16> Magic_RB I don't have relevant answer, but if you don't get answer here try Discord, seems it's more active
<Magic_RB> I tried the Discord, seems people there don't really mess with Hydra :P I'm hoping to get in touch with the real Nix magicians here
<Guest16> also could try forums
<Magic_RB> I'll try the Discord again, stuff there gets buried rather quickly, then the forums, btw, by `forums` you mean Discourse?
<eyJhb> Magic_RB: Might be relevant in #nixos-dev ?
Chiliparrot has joined #nixos
ahmedelgabri has quit [Ping timeout: 240 seconds]
Guest16 has quit [Ping timeout: 260 seconds]
<Magic_RB> eyJhb: perhaps, though I think I've gotten somewhere, I think I'd have to write a module in perl
<Magic_RB> I'll cross post my question over there, hoping more people will notice :)
<eyJhb> ^ Seems about right Magic_RB :)
<Magic_RB> i've never written a line of perl in my life, if I really do have to write a perl function? module? then it'll be a real challenge
Boomerang has joined #nixos
<eyJhb> Didn't you note there was webhooks for Hydra?
<eyJhb> Or was that just "hooks" ?
<eyJhb> Magic_RB *tagging*
Boomerang has quit [Client Quit]
konubinix has quit [Quit: Coyote finally caught me]
konubinix has joined #nixos
<Magic_RB> eyJhb there are these https://github.com/NixOS/hydra/tree/master/src/lib/Hydra/Plugin but they're not generic webhook plugins, rater specific to one service, like Slack, so I could theoretically repurpose one of them, but perl is not a language I know
<{^_^}> [nixpkgs] @siraben opened pull request #116824 → archivy: 1.0.2 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/116824
<Magic_RB> It was used way before my time, Nix is barely younger than me, if we assume that Nix first appeared in around 2006
Guest16 has joined #nixos
<eyJhb> Magic_RB: A youngling an IRC! - But yeah, I have not done much perl myself ... :p
<eyJhb> But, learn by doing I guess
<Magic_RB> yup, that's the way I learned Nix lol, just went in head first and managed to not drown somehow, came out a week later with a horrible NixOS config
ahmedelgabri has joined #nixos
<Guest16> after upgrading to unstable I get libgl error loading nouveau?
fendor has joined #nixos
<Magic_RB> Guest16 did you reboot?
<Guest16> yes I did
<Guest16> the reason why I upgraded to unstable is to see if the issue with firefox will be resolved
teto has joined #nixos
<Magic_RB> can you remain here for a while? i've an online class rn, and I need to pay attention somewhat, I'll get back to you in 40 minutes if no one else steps up
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116750 → mattermost: 5.25.3 -> 5.32.1 → https://github.com/NixOS/nixpkgs/pull/116750
Guest1611 has joined #nixos
<Guest1611> Magic_RB sure man, will wait, but nobody was able to solve this issue haha
<Guest1611> Original issue I am on to https://github.com/NixOS/nixpkgs/issues/106018
<{^_^}> #106018 (by eduardosm, 14 weeks ago, open): Short-timed periodic freezes in Firefox
Guest16 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @kevung closed pull request #116100 → cockatrice: 2.8.0 -> 2.8.1-beta → https://github.com/NixOS/nixpkgs/pull/116100
<{^_^}> [nixpkgs] @kevung reopened pull request #116100 → cockatrice: 2.8.0 -> 2.8.1-beta → https://github.com/NixOS/nixpkgs/pull/116100
Guest1611 has quit [Ping timeout: 245 seconds]
siers is now known as ij
noneucat has quit [Quit: Idle for 30+ days]
slabity has quit [Quit: Idle for 30+ days]
MaJoe[m] has quit [Quit: Idle for 30+ days]
zupo has joined #nixos
enno[m] has joined #nixos
hyper_ch4 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116825 → python38Packages.ftputil: 5.0.0 -> 5.0.1 → https://github.com/NixOS/nixpkgs/pull/116825
hyper_ch2 has quit [Ping timeout: 240 seconds]
<Reventlov> Is mips-mti-elf-gcc available in some nixos package ?
<etu> ,locate mips-mti-elf-gcc
<{^_^}> Couldn't find in any packages
supersandro2000 has quit [Quit: The Lounge - https://thelounge.chat]
<aforemny> I have tried to package idiotbox. The build fails with linker errors, but I have no clue what could be wrong. I'd appreciate if anyone could take a look for advice: https://gist.github.com/aforemny/2ba6656b10d9815f67205d9641fd07e6
supersandro2000 has joined #nixos
lsix has quit [Ping timeout: 246 seconds]
sangoma has quit [Ping timeout: 240 seconds]
<Reventlov> etu: well ok thanks
Guest16 has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #110166 → pax-utils: 1.2.6 -> 1.2.8 → https://github.com/NixOS/nixpkgs/pull/110166
Bene has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116814 → pythonPackages.pylint: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/116814
<Bene> channels
Guest16 has quit [Quit: Connection closed]
<Bene> ,channels
<{^_^}> Largest Nix channels: #nixos, #nixos-dev, #nixos-chat, #nixos-aarch64, #nixos-security, #nixcon, #nixos-officehours, #nixops, #haskell.nix, #nix-darwin, #nixos-de, #nixos-emacs, #nixos-on-your-router, #nixos-nur, #nix-lang, #nixos-fr, #nixos-systemd, #nixos-borg, #nixos-wiki
<{^_^}> [nixpkgs] @siraben closed pull request #116819 → archivy: 1.0.2 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/116819
puffnfresh has joined #nixos
domogled has quit [Ping timeout: 260 seconds]
sangoma has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskeline: update override for the new version »: https://git.io/Jm6eP
thc202 has joined #nixos
Dr8128 has joined #nixos
<eyJhb> Also bene , it is not a .zip file, but tar.gz
sigmundv_ has joined #nixos
<{^_^}> [nixpkgs] @matthiasbeyer closed pull request #81110 → mutt-trim: Init at 2020-02-26 → https://github.com/NixOS/nixpkgs/pull/81110
Guest14 has joined #nixos
<Guest14> do you have to do home-manager switch after upgrading to unstable?
<{^_^}> [nixpkgs] @OPNA2608 opened pull request #116826 → Bump (lib)sidplayfp → https://github.com/NixOS/nixpkgs/pull/116826
Diogo9 has quit [Quit: The Lounge - https://thelounge.chat]
Diogo93 has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #115557 → samplv1: 0.9.18 -> 0.9.20 → https://github.com/NixOS/nixpkgs/pull/115557
vidbina has joined #nixos
lsix has joined #nixos
afreak_ has joined #nixos
hyper_ch5 has joined #nixos
hyper_ch4 has quit [Ping timeout: 265 seconds]
fuiltilt has quit [Quit: WeeChat 2.9]
<supersandro2000> Guest14: wdym? if you use hm and you want to rebuild your home-env then you need to do that
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #113169 → libsidplayfp: 2.0.5 -> 2.1.0 → https://github.com/NixOS/nixpkgs/pull/113169
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #115619 → sidplayfp: 2.0.2 -> 2.1.0 → https://github.com/NixOS/nixpkgs/pull/115619
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116827 → python38Packages.limnoria: 2021.01.15 -> 2021.03.13 → https://github.com/NixOS/nixpkgs/pull/116827
<Guest14> supersandro2000 I upgraded to unstable and tried to install something with home manager (added something to it), then now it's reinstalling/upgrading everything in home manager packages list
<Guest14> Magic_RB you free?
lewo has quit [Quit: ERC (IRC client for Emacs 27.1)]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116828 → python38Packages.digi-xbee: 1.3.0 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/116828
lewo has joined #nixos
respawn_ has joined #nixos
Guest14 has quit [Quit: Connection closed]
Guest14 has joined #nixos
<aforemny> Turns out idiotbox above works if I don't link statically (the Makefile does that and I missed it the first time). Still, I am not sure why it fails. -ltls pulled in libpthreads which pulled in the linker which does not resolve using -static. Whats the NixOS situation here regarding static linking?
<{^_^}> [nixpkgs] @doronbehar merged pull request #111775 → matterbridge: 1.21.0 -> 1.22.0 → https://github.com/NixOS/nixpkgs/pull/111775
stree has quit [Ping timeout: 256 seconds]
MarcWeber has joined #nixos
simonpe^^ has joined #nixos
puffnfresh has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @doronbehar merged pull request #111237 → gtkwave: 3.3.107 -> 3.3.108 → https://github.com/NixOS/nixpkgs/pull/111237
<Guest14> lovesegfault FYI Wayland firefox + sway = same issue
dramforever has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumDev: 91.0.4442.4 -> 91.0.4449.6 »: https://git.io/Jm6Cv
<simonpe^^> I'm looking to find some project that's been working on general wrapping of impure build systems that insists on downloading sources by themselves, is anyone sitting on some information that might be useful regarding this matter?
<simonpe^^> And other impurities like maintaining their own build caches and so on
stree has joined #nixos
<Ke> what would you think would be theoretically possible?
<Ke> sppofing some common tools like wget, curl or git?
<{^_^}> [nixpkgs] @andir opened pull request #116829 → grafana: 7.4.3 -> 7.4.5 → https://github.com/NixOS/nixpkgs/pull/116829
sangoma has quit [Ping timeout: 260 seconds]
<ehmry> simonpe^^: can you pre-download and link into the build tree? thats what I do
<simonpe^^> ehmry: it's a bit too much, and bitbake relies heavily on its "sstate" and "download" caches, which are non relocatable
<simonpe^^> or at least they used to be, IDK if they can be relocated these days
griff_ has quit [Quit: griff_]
<simonpe^^> Ke: yes that would be the naive option but I think it's very hard to make something that considers every tool, every scm, and gets it right
puffnfresh has joined #nixos
<simonpe^^> Another option would be to provide a "pure" proxy server that you can point your build system at
<simonpe^^> But I didn't figure out how that would work, it might not be feasible
<{^_^}> [nixpkgs] @andir opened pull request #116830 → [20.09] grafana: 7.4.3 -> 7.4.5 → https://github.com/NixOS/nixpkgs/pull/116830
shenbosi has joined #nixos
<Guest14> https://github.com/NixOS/nixpkgs/issues/106018 tried firefox, firefox-bin, firefox-beta-bin, firefox-esr wayland + xorg, 3 different machines, don't know what to do now?
<{^_^}> #106018 (by eduardosm, 14 weeks ago, open): Short-timed periodic freezes in Firefox
<Guest14> don't let me give up on nixos
__monty__ has joined #nixos
<ehmry> build systems for embedded and baremetal stuff all seem to have this problem
<simonpe^^> ehmry: yes, and built by neckbeards at <insert old megacorp chip manufacturer here>
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ehmry> unfortunately I think the people that build these thinks look at nix and think "my problem can't be that complicated"
<simonpe^^> and then they build their own complicated mess lol
<yaymukund> I'm getting both "JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory." and "Unable to load hand2 from the cursor theme" on both firefox-wayland and firefox. I'm on swaywm, nixos unstable.
<yaymukund> The 1st happens at startup and 2nd when I mouseover anything that would change the cursor to a hand pointer. (It does not change as expected.)
<{^_^}> [nixpkgs] @vbgl merged pull request #116345 → ocamlPackages.bitstring: 4.0.1 → 4.1.0 → https://github.com/NixOS/nixpkgs/pull/116345
<Ke> Guest14: does this freeze happen everywhere frequently, otherwise does not sound so bad to me
<Guest14> Ke it's annoying, 3 places where happening, scrolling in preferences, opening new tab and trying to write in address bar 1-2 sec delay (1 out of 10 times). Creating new profile crashes with segfault
<yaymukund> 1s periodic freezes sounds miserable to me
<simonpe^^> Guest14: change browser or change OS, that is the question :D
<Guest14> simonpe^^ haha change os probably
<Guest14> i got void in dual boot
shenbosi has quit [Quit: WeeChat 2.9]
leotaku has quit [Ping timeout: 260 seconds]
<simonpe^^> Guest14: I mean, you don't use nixos without having to tinker and get very intimate with the nixpkgs github repo, if that doesn't sit well with you I think changing OS is the better option
sebbadk has joined #nixos
sebbadk is now known as shenbosi
<Guest14> I like nixos, if firefox worked, I would switch over. But seems like these random bugs which can't be fixed will come up now and then.
leotaku has joined #nixos
<Guest14> simonpe^^ ^
<yaymukund> it sounds like it may be your WM, based on the end of that thread. (I am on sway and also do not experience this)
<Guest14> yaymukund Xmonad + dwm + Plasma + Gnome all same
zupo has joined #nixos
<yaymukund> ooo
<Guest14> simonpe^^ I am ready tinker, actually been tinkering for 2-3 days :D
<Guest14> I just lost hope now
<Guest14> if it was any other distro it wouldnt be worth it
zupo has quit [Client Quit]
<Guest14> simonpe^^ I tried everything, what to do now? Doesn't seems to be upstream issue. In other distros work fine.
<simonpe^^> Guest14: when I've had problems and didn't feel like getting my hands dirty I've tried switching channel
<Guest14> simonpe^^ I started with stable, changed to unstable same thing.
<Guest14> one thing though unstable giving me errors opengl cant find nouveau
<Guest14> newer mesa drive I think
<Guest14> it says glibc 2.32 not found showing 2.31-74 path
<Guest14> in unstable
<Guest14> but that probably isn't the fix for firefox
<simonpe^^> I don't use wayland so I can't really tell
<Guest14> I use xorg primarily, tried wayland if it will fix the issue
<simonpe^^> Aren't the new nvidia proprietary drivers fixed for wayland now?
<simonpe^^> I read something about that on reddit but it might not be released yet
<Guest14> simonpe^^ old hardware from 2010ish
puffnfresh has quit [Ping timeout: 256 seconds]
<Ke> wayland compositor probably loads with mesa just like xorg
<simonpe^^> ah
<Ke> so the code should be the same
<Guest14> yeah xorg gives the same error. Who are considered nixos wizards here? :D
<Guest14> I have to get this fixed somehow. Issue on github is open for about 14 weeks
<Guest14> I seem to be the minority having the issue with some other people
<Ke> I would validate the drivers symlink and mesa for $your_program are the same
<Ke> the thing is, I had your issue, like everyone else, but for every one the cause is different
<Guest14> about:support shows graphics driver is working I think, checked yesterday
<Guest14> Ke you mean exact same issue?
<Ke> mesa driver not loading
<simonpe^^> Guest14: if you look at the contributors in the PR you can maybe see if you can contact them personally either in this channel or in #nixos-dev
<Guest14> Ke oh
<Ke> the mesa plugin loading is a hack and requires your running system to be in sync with the symlink
<Ke> this is guaranteed by having tmpfs rootfs and rebooting
<Guest14> simonpe^^ thanks, but they are probably busy. Maintainer didn't have much time either
<Ke> but even otherwise you can just see, which mesas you have installed and loaded
orivej has quit [Ping timeout: 260 seconds]
<Guest14> Ke how?
<Ke> /run/opengl-driver/ is where the drivers are
<{^_^}> [nixpkgs] @oxzi opened pull request #116831 → watson: 1.10.0 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/116831
<Guest14> mesa/nouveau was working ok in stable, even then firefox had the issue, so Iam not sure fixing mesa issue will fix firefox issue in unsatble thanks Ke
<Ke> they should somehow be part of the same system closure as the program you are running
le0taku has joined #nixos
<Ke> the symlink is in /run, so in theory reboot should fix it, if you are not using packages from different repo
<Ke> wait, why did you switch from stable then?
<{^_^}> [nixpkgs] @teto merged pull request #116683 → cbonsai: 1.0.1 -> 1.0.4 → https://github.com/NixOS/nixpkgs/pull/116683
<Guest14> to see if unstable fixed firefox issue
<Guest14> fixes*
<Ke> oh sorry, missread
leotaku has quit [Ping timeout: 256 seconds]
bpye has quit [Ping timeout: 260 seconds]
<Guest14> Ke the thing that fascinates me is, fresh gnome live cd in 3 different machines produce the same issue. 2 of the machines are modern/beefy
bpye has joined #nixos
<{^_^}> [nixpkgs] @teto merged pull request #116782 → deltachat-electron: 1.15.2 -> 1.15.3 → https://github.com/NixOS/nixpkgs/pull/116782
<Miyu-saki> Hm
Guest14 has quit [Ping timeout: 264 seconds]
sangoma has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116832 → bettercap: 2.30 -> 2.30.2 → https://github.com/NixOS/nixpkgs/pull/116832
<{^_^}> [nixpkgs] @doronbehar merged pull request #99304 → nncp: 5.3.3 -> 6.2.0 → https://github.com/NixOS/nixpkgs/pull/99304
dsrt^ has joined #nixos
puffnfresh has joined #nixos
<ToxicFrog> Under what circumstances does something need to read /etc/nixos/configuration.nix? I was under the impression that it was only needed by `nixos-rebuild`, but I'm trying to run `nix-shell` here as a service user and it dies with "getting status of /etc/nixos/configuration.nix: permission denied"
<ToxicFrog> It looks like it's dying in this bit of overlay code:
<ToxicFrog> overlays = (import <nixpkgs/nixos> { }).config.nixpkgs.overlays;
<ToxicFrog> which is meant to make the overlays in /etc/nixos/overlays shared between configuration.nix and nix-shell, but I didn't think that needed runtime access to the configuration.nix source...
<Miyu-saki> ToxicFrog: Yes, that reads `/etc/nixos/configuration.nix`.
<Miyu-saki> `<nixpkgs/nixos>` needs /etc/nixos/configuration.nix
s1341_ has quit [Quit: Connection closed for inactivity]
puffnfresh has quit [Ping timeout: 264 seconds]
<ToxicFrog> Oh.
<ToxicFrog> Well that's aggravating.
<ToxicFrog> I assumed it was getting <nixpkgs> from NIX_PATH but I guess it's actually <nixos-config>? Or does that not use NIX_PATH at all?
<Miyu-saki> ToxicFrog: One simple way to get around this is to have a separate file for your overlays, which you source both in your configuration.nix, and through your nix-shell.
<{^_^}> [nixpkgs] @flokli merged pull request #116823 → Revert "nixos/systemd: Handle template overrides" → https://github.com/NixOS/nixpkgs/pull/116823
<dramforever> import <nixpkgs/nixos> { configuration = path/to/your/configuration; }
<{^_^}> [nixpkgs] @WilliButz merged pull request #116829 → grafana: 7.4.3 -> 7.4.5 → https://github.com/NixOS/nixpkgs/pull/116829
<Miyu-saki> dramforever: Yeah, but I think they specifically want to refer to /etc/nixos/configuration.nix's overlays.
<ToxicFrog> Yes, that.
<ToxicFrog> right now I have /etc/nixos/overlays/default.nix, which is imported from configuration.nix and contains a bunch of overlays as {...}: { nixpkgs.overlays = ... }
<{^_^}> [nixpkgs] @WilliButz merged pull request #116830 → [20.09] grafana: 7.4.3 -> 7.4.5 → https://github.com/NixOS/nixpkgs/pull/116830
<ToxicFrog> And then nixpkgs-overlays in NIX_PATH points to a file in the store that contains that fragment that loads the overlays from the system configuration.
<Miyu-saki> ToxicFrog: Why not just import that directly?
puffnfresh has joined #nixos
<Miyu-saki> Instead of using `overlays = (import <nixpkgs/nixos> { }).config.nixpkgs.overlays;`
<Miyu-saki> Use `overlays = import /etc/nixos/overlays/default.nix;`
<dramforever> Oh
<dramforever> Yeah that's what I do too
<ToxicFrog> Last time I tried that, it didn't work, and I was recommended here to use that import -- I'll give it a try
<ToxicFrog> that said there are also a bunch of subsidiary files containing more overlays
<ToxicFrog> like, /etc/nixos/overlays/default.nix has a bunch of overlays but also imports a bunch of other overlay files containing their own overlay definitions, which get merged together at nixos-rebuild time (AIUI)
<ToxicFrog> I don't know if that interferes with things
<Miyu-saki> ToxicFrog: Okay, funnily, I think dramforever's idea would actually work.
<Miyu-saki> Use `overlays = (import <nixpkgs/nixos> { config = {...}; }).config.nixpkgs.overlays;`
<Miyu-saki> Where ... is the minimal needed to set up the same overlays.
<dramforever> Or you know, just use the overlay file :)
puffnfresh has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @thefloweringash opened pull request #116833 → llvmPackages_{10,11}.compiler-rt: restrict build to current arch → https://github.com/NixOS/nixpkgs/pull/116833
avaq_ has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116834 → buildkite-agent: 3.27.0 -> 3.28.1 → https://github.com/NixOS/nixpkgs/pull/116834
berberman has joined #nixos
jul1a has joined #nixos
griff_ has joined #nixos
berberman_ has quit [Ping timeout: 272 seconds]
shenbosi has quit [Ping timeout: 260 seconds]
puffnfresh has joined #nixos
bb_ has joined #nixos
<bb_> so regarding home-manager, after updating the nix-channel with the channel for the home manager, it says
<tad-lispy[m]> Hello 👋
<bb_> On NixOS you may need to log out and back in for the channel to become available.
<supersandro2000> Guest20474_: that is expected
jul1a has quit [Quit: Lost terminal]
<bb_> can this be avoided? with some shell magic?
<tad-lispy[m]> Any python / poetry experts could help me with this? https://discourse.nixos.org/t/preparing-a-nix-flake-for-a-python-program-migra-using-poetry/12030
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114016 → {partition-manager,libsForQt5.kpmcore}: 3.3.1 -> 4.2.0 and fix build → https://github.com/NixOS/nixpkgs/pull/114016
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #61077 → partitionmanager,kpmcore: 3.3.{0,1} -> 4.1.0 → https://github.com/NixOS/nixpkgs/pull/61077
<supersandro2000> bb_: it should be available immediately, if not source your bashrc and if it does not work then relog
<bb_> supersandro2000, there is no bashrc
Bene has quit [Quit: Connection closed]
puffnfresh has quit [Ping timeout: 256 seconds]
oxalica has joined #nixos
<supersandro2000> bb_: .profile or whatever
<supersandro2000> .zshrc
ahmedelgabri has quit [Ping timeout: 264 seconds]
bpye has quit [Ping timeout: 265 seconds]
<bb_> I have bash
<bb_> but I dont have profile or bashrc
lsix has quit [Ping timeout: 264 seconds]
<Ke> you do know that files starting with . are hidden and only show in ls -a?
socialjusticewaf has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116836 → cargo-about: 0.2.3 -> 0.3.0 → https://github.com/NixOS/nixpkgs/pull/116836
bpye has joined #nixos
<{^_^}> [nixpkgs] @meutraa opened pull request #116837 → androidStudioPackages.{stable,beta,canary,dev}: update → https://github.com/NixOS/nixpkgs/pull/116837
<bb_> Ke supersandro2000 https://pastebin.com/raw/TFxpgYFY
<Ke> so it seems indeed
<Ke> what is fzf.bash
dramforever has quit [Quit: Leaving]
<Ke> oh this is macOS?
<Ke> no apparently not necessarily, also the XDG files point it to being linux
<{^_^}> [nixpkgs] @eliaslfox opened pull request #116838 → cargo-audit: 0.13.1 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/116838
<Ke> also .xsession-errors
<bb_> I installed fzf, this is nixos VM
s1341_ has joined #nixos
superherointj has joined #nixos
<{^_^}> [nixos-artwork] @ArcticSpaceFox opened pull request #60 → added some more wallpaper variations → https://github.com/NixOS/nixos-artwork/pull/60
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116839 → cargo-valgrind: 1.3.0 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/116839
<supersandro2000> Does nixos have a /etc/bash.bashrc symlink?
<supersandro2000> also the default profile should contain both a .profile and .bashrc
<ToxicFrog> Argh. Ok, so I can make it reference /etc/nixos/overlays instead of /etc/nixos/configuration.nix, but right now all of /etc/nixos is root-only because there's secrets in there, and I was hoping to do this without faffing about with making parts of it selectively available.
<ToxicFrog> I'm able to copy /etc/nixos/overlays/nix-shell-compat.nix into the store, but the contents aren't evaluated except at nix-shell time, so I can't have it copy /etc/nixos/overlays into the store at nixos-rebuild time -- I have to either figure out some way of doing that outside nix-shell-compat, or completely rethink how I do this (like store the overlays outside /etc/nixos entirely, which may be the
<ToxicFrog> easiest way to do this)
wallacer has joined #nixos
palo has quit [Ping timeout: 240 seconds]
saschagrunert has quit [Remote host closed the connection]
palo has joined #nixos
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @eliaslfox closed pull request #116838 → cargo-audit: 0.13.1 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/116838
rdk31 has quit [Quit: The Lounge - https://thelounge.chat]
ahmedelgabri has quit [Ping timeout: 240 seconds]
stree has quit [Ping timeout: 256 seconds]
rdk31 has joined #nixos
<{^_^}> [nixpkgs] @spacekookie opened pull request #116840 → doc: fix code formatting → https://github.com/NixOS/nixpkgs/pull/116840
ahmedelgabri has joined #nixos
avaq_ has joined #nixos
<{^_^}> [nixpkgs] @edef1c merged pull request #116820 → vsce/MS-vsliveshare.vsliveshare: 1.0.3912 -> 1.0.3968 → https://github.com/NixOS/nixpkgs/pull/116820
<pie_> bb_: i think the quick way is to su -l a new shell
<pie_> but that only applies to the new shell
<{^_^}> [nixpkgs] @maralorn opened pull request #116841 → haskell-language-server: Fix build → https://github.com/NixOS/nixpkgs/pull/116841
<pie_> im not sure where that env var comes from, but among other things /etc/profile is part of the chain i think
<{^_^}> [nixpkgs] @edef1c merged pull request #112822 → nixos/localtime: make localtimed a system user → https://github.com/NixOS/nixpkgs/pull/112822
<pie_> /run/current-system is symlinked to a build result in the nix store that has all the stuff and you should be able to find what you need in there in isolation, but otherwise also on your system
bb__ has joined #nixos
palo1 has joined #nixos
<pie_> hm ok, so if you check man bash it says:
<pie_> shell (see INVOCATION below).
<pie_> Do not read either the system-wide startup file /etc/profile or any of the personal initialization files ~/.bash_profile, ~/.bash_login, or ~/.profile. By default, bash reads these files when it is invoked as a login
<pie_> --noprofile
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
<pie_> that does seem to be what then invokes /etc/bashrc and /etc/profile.local
bb_ has quit [Ping timeout: 264 seconds]
<pie_> /etc/profile for me invokes /nix/store/*-set-environment which seems to be what actually sets things
<pie_> so TIL where that comes from.
<pie_> bb__:
dev_mohe has joined #nixos
<bb__> hmm
stree has joined #nixos
aminechikhaoui has quit [Quit: Ping timeout (120 seconds)]
<bb__> pie_, so source /etc/profile sould do it?
<pie_> i guessssss
<pie_> give it a shot
<pie_> technically, from what little i looked at, /etc/bashrc will also work because it *looks like* it checks if /etc/profile has been run, and it if hasnt, it runs it
<{^_^}> [nixpkgs] @Profpatsch merged pull request #113782 → skawarePackages: updates released on 15 Feb 2021 → https://github.com/NixOS/nixpkgs/pull/113782
<pie_> bb__: do tell if it works or not
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116842 → crcpp: 1.0.1.0 -> 1.1.0.0 → https://github.com/NixOS/nixpkgs/pull/116842
lsix has joined #nixos
respawn_ has quit [Quit: Leaving]
pushqrdx has joined #nixos
lsix has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @AndersonTorres merged pull request #116786 → freecad: add flatmesh library via '-D BUILD_FLAT_MESH:BOOL=ON' → https://github.com/NixOS/nixpkgs/pull/116786
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115381 → swiProlog: fix and document pack install → https://github.com/NixOS/nixpkgs/pull/115381
superherointj has quit [Quit: Leaving]
vidbina has quit [Ping timeout: 246 seconds]
vidbina has joined #nixos
<bb__> pie_, source /etc/profile && nix-shell '<home-manager>' -A install
<bb__> error: file 'home-manager' was not found in the Nix search path (add it using $NIX_PATH or -I)
<bb__> nope :(
<pie_> check that it actually changed anything
<pie_> and maybe the issue is somewhere else
<pie_> did your rebuild even go thorough properly?
<pie_> ok i took a quick peek up in scroll
<pie_> you said somethin about adding a channel for home manager
<bb__> yes
<pie_> whats the value of the old and the new nix_path
<bb__> so prelogout nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels
<pie_> or more specifically, you should check if the nix_path in the set-environment script contains the new value
<pie_> if it doesnt, something is wrong, probably in the configuration
<pie_> also check su -l as well just in case
<pie_> (check man su for what -l does)
<bb__> post logout /home/bb/.nix-defexpr/channels:nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels
<bb__> so it adds to PATH /home/bb/.nix-defexpr
<bb__> hmm
<bb__> wonder if I go PATH=blabla nix-env <home...>
<bb__> need to do the vm to test
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116843 → dnsproxy: 0.35.5 -> 0.36.0 → https://github.com/NixOS/nixpkgs/pull/116843
lsix has joined #nixos
<{^_^}> [nixpkgs] @manojkarthick opened pull request #116844 → reddsaver: 0.3.1 -> 0.3.2 → https://github.com/NixOS/nixpkgs/pull/116844
aminechikhaoui has joined #nixos
<ToxicFrog> Ok, finally have it working!
bb_ has joined #nixos
<ToxicFrog> Although this reminds me that I need to figure out what the deal is with the /tmp/env-vars errors when multiple users are using nix-shell at once
<ToxicFrog> According to nix#262 this was fixed in 2014, but...
<{^_^}> https://github.com/NixOS/nix/issues/262 (by lethalman, 6 years ago, closed): Permission denied: /tmp/env-vars when using nix-shell
Mateon2 has joined #nixos
mayhew` has joined #nixos
hyper_ch_ has joined #nixos
hyper_ch_ has joined #nixos
hyper_ch_ has quit [Changing host]
andymandias_ has joined #nixos
<pie_> bb__: i mean, it doent look likeit has "home-manager=..." in your NIX_PATH, so thats why you are getting the eror
<pie_> error
medvid has joined #nixos
<pie_> errrrrr
supercoven has joined #nixos
xO1_ has joined #nixos
<pie_> teeeechnically, are you using nix-channel?
sjlnk_ has joined #nixos
realrokka_ has joined #nixos
lsix1 has joined #nixos
__monty_1 has joined #nixos
lo|rd has joined #nixos
joehh1 has joined #nixos
<pie_> taking a quick look at my variable, it looks like <...> are also searched from the defexpr directory, yes
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #98435 → omnisharp-roslyn: fix outdated built-in msbuild for unity → https://github.com/NixOS/nixpkgs/pull/98435
Chiliparrot has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @plabadens opened pull request #116845 → vimPlugins.nnn-vim: init at 2021-02-28 → https://github.com/NixOS/nixpkgs/pull/116845
lsix has quit [*.net *.split]
bb__ has quit [*.net *.split]
__monty__ has quit [*.net *.split]
xO1 has quit [*.net *.split]
marusich has quit [*.net *.split]
simba1 has quit [*.net *.split]
Mateon1 has quit [*.net *.split]
xlei has quit [*.net *.split]
andymandias has quit [*.net *.split]
realrokka has quit [*.net *.split]
neiluj has quit [*.net *.split]
ml| has quit [*.net *.split]
lor|d has quit [*.net *.split]
medvid_ has quit [*.net *.split]
mayhew has quit [*.net *.split]
hyper_ch has quit [*.net *.split]
joehh1_ has quit [*.net *.split]
sjlnk has quit [*.net *.split]
Mateon2 is now known as Mateon1
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116846 → emplace: 1.3.0 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/116846
meh` has joined #nixos
xlei has joined #nixos
Chiliparrot has joined #nixos
kfiz has joined #nixos
__monty_1 is now known as __monty__
amk has quit [Ping timeout: 246 seconds]
amk has joined #nixos
neiluj has joined #nixos
neiluj has quit [*.net *.split]
zupo has joined #nixos
ml| has joined #nixos
marusich has joined #nixos
simba1 has joined #nixos
neiluj has joined #nixos
mkaito has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
<{^_^}> [nixpkgs] @primeos merged pull request #116837 → androidStudioPackages.{stable,beta,canary,dev}: update → https://github.com/NixOS/nixpkgs/pull/116837
simba1 has quit [Ping timeout: 244 seconds]
simba1 has joined #nixos
Dr8128 has quit [Ping timeout: 245 seconds]
bb_ has quit [Ping timeout: 264 seconds]
graf_blutwurst has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @raboof opened pull request #116847 → pytest-testmon: update 1.0.3 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/116847
hiro98 has joined #nixos
vidbina has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116848 → findomain: 3.1.0 -> 4.0.1 → https://github.com/NixOS/nixpkgs/pull/116848
philr_ has quit [Ping timeout: 240 seconds]
<flokli> hmmh… amdgpu users… is there any reason I'd need to add more than services.xserver.videoDrivers = [ "amdgpu" ];?
<flokli> running into an issue when setting this explicitly of the AMD gpu not being able to be brought up
<flokli> I suspect it's "modesetting" being required too?
<etu> flokli: How modern kernel do you use
<flokli> 5.11.6
<etu> That's modern :)
<etu> I seem to use modesetting on my T495 and amdgpu on my mediacenter :D
<etu> Both are Ryzen systems with vega cards
qq_pls has joined #nixos
<Ke> work
<Ke> well videoCards seems to have quite nonlinear consequences, it's plausible just having "nouveau" there would wokr
oxalica has quit [Remote host closed the connection]
jrm has quit [Ping timeout: 260 seconds]
<Ke> like it does not affect the drvers that get installed mostly
<Ke> it does blacklist some modules eg.
<Ke> imo. that's not the best used var in nixos
<{^_^}> [nixpkgs] @mtreca opened pull request #116849 → sumo: init at 1.8.0 → https://github.com/NixOS/nixpkgs/pull/116849
<Ke> it might install proprietary drivers
oxalica has joined #nixos
oxalica has quit [Remote host closed the connection]
acowley has joined #nixos
<acowley> status.nixos.org has been stuck at "Loading data from Prometheus..." since yesterday for me. Is there anyone that should be notified?
<Reventlov> Do nixos provide qcow2 images somewhere ?
<gchristensen> mmm I forgot to fix it up, acowley
<acowley> gchristensen: I've been hoping to see an unstable update that covers the git CVE from last week, so I was checking the page daily. I am a human cron job.
<gchristensen> looking
vidbina has joined #nixos
<gchristensen> using git on a case insensitiv efs?
stevenxl has joined #nixos
<Ke> Reventlov: I guess you know qemu-img?
<acowley> I do use it on macOS. My understanding is that it could be an issue there.
zebrag has joined #nixos
stevenxl is now known as stevenxl1
azahi has joined #nixos
<Reventlov> Ke: to convert the iso ?
<gchristensen> acowley: I think you're right
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116850 → frp: 0.36.0 -> 0.36.1 → https://github.com/NixOS/nixpkgs/pull/116850
oxalica has joined #nixos
avaq_ has quit [Ping timeout: 256 seconds]
<acowley> It is kind of worrying how long it takes for CVE fixes to get to an release. A couple days back, before the status page broke, it looked like there wasn't a patched version of git in either the stable or unstable channels.
<gchristensen> we do pretty well generally
<acowley> I wish I had something insightful to offer to help with the unstable breakage. Seeing so much red on the status page is unfortunate.
<gchristensen> I think the motivation wasn't quite there to get this one through because of the case insensitivity of the problem. not saying that is great, though
<Ke> are isos somehow different images?
<Ke> ie. why not?
<acowley> Yes indeed! That's why I was surprised this one was taking as long as it seems to have.
<Ke> just making sure you know about a conversion tool
<gchristensen> I'm trying to get the fix rolled out, but I have to compile nix first :P
turlando has quit [Ping timeout: 256 seconds]
zerok is now known as z0k
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116851 → gdu: 4.8.0 -> 4.8.1 → https://github.com/NixOS/nixpkgs/pull/116851
fendor has quit [Remote host closed the connection]
Qwerky has joined #nixos
kmein has quit [Quit: ciao kakao]
acarrico has joined #nixos
kmein has joined #nixos
<matthewcroughan_> anders^: are you andersontorres?
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116699 → xorg.xkbcomp: 1.4.4 -> 1.4.5 → https://github.com/NixOS/nixpkgs/pull/116699
<{^_^}> [nixpkgs] @roberth opened pull request #116882 → jdk14: init (restore) → https://github.com/NixOS/nixpkgs/pull/116882
<{^_^}> [nixpkgs] @maralorn merged pull request #116841 → haskell-language-server: Fix build → https://github.com/NixOS/nixpkgs/pull/116841
stree has quit [Ping timeout: 246 seconds]
zebrag has quit [Quit: Konversation terminated!]
simba1 has quit [Ping timeout: 265 seconds]
zebrag has joined #nixos
simba1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116913 → go-mockery: 2.5.1 -> 2.7.4 → https://github.com/NixOS/nixpkgs/pull/116913
fendor has joined #nixos
stteevveen has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116914 → go-protobuf: 1.4.3 -> 1.5.1 → https://github.com/NixOS/nixpkgs/pull/116914
turlando has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #116840 → doc: fix code formatting → https://github.com/NixOS/nixpkgs/pull/116840
<stteevveen> Hi! I have a two questions about NixOps. If I have a server, with nixos installed, it has its own configuration.nix in its /etc/nixos. If NixOps deploys a config.nix there, will the entire /etc/nixos wiped out ? Do the config.nix that I plan to deploy need to include the generated hardware.nix like it was in the original nixos configuration of the
<stteevveen> server (before deployemnt) ?
stree has joined #nixos
<stteevveen> The second question is : Does NixOps manage the subscribed nix-channel a target machine is subscribed to ?
avaq_ has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<sterni> stteevveen: the nix-channel is not managed by nixops, but you can use nix.nixPath to influence it
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116930 → gophernotes: 0.7.1 -> 0.7.2 → https://github.com/NixOS/nixpkgs/pull/116930
worldeva has joined #nixos
endformationage has joined #nixos
sjlnk_ has quit [Ping timeout: 240 seconds]
zakame has quit [Ping timeout: 264 seconds]
<qq_pls> Is there a way to get the configuration from a generation? rollback is nice but I'm trying to figure out what I did to break things.
<{^_^}> [nixpkgs] @ckauhaus merged pull request #116642 → [20.09] libetpan: Fix CVE-2020-15953 → https://github.com/NixOS/nixpkgs/pull/116642
<stteevveen> @qq_pls I think the  best is to manage one's configuration.nix file in git. That's what I did from the start, and many would advise to do it.
zakame has joined #nixos
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116931 → haskellPackages.hedgehog-classes: unbreak by adjusting semirings bound → https://github.com/NixOS/nixpkgs/pull/116931
<gchristensen> acowley: btw that is fixed
<sterni> stteevveen: also I'm pretty sure the configuration.nix on the remote machine doesn't matter at all, but you'd need to try it, I don't use nixops personally
dev_mohe has quit [Quit: dev_mohe]
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #116932 → scimark: init at 4c → https://github.com/NixOS/nixpkgs/pull/116932
<sterni> maralorn: can you make any sense of the eval failure on haskell-updates right now? https://gist.github.com/GrahamcOfBorg/358c647dac2bf8b66c662b34b580ac9d
dev_mohe has joined #nixos
<sterni> seems to be darwin only
erasmas has joined #nixos
zupo has joined #nixos
sjlnk has joined #nixos
Dr8128 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116933 → grype: 0.7.0 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/116933
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @jluttine opened pull request #116934 → pythonPackages.sphinxcontrib-bayesnet: init at 0.1 → https://github.com/NixOS/nixpkgs/pull/116934
<matthewcroughan_> Does anybody know how long master takes to get into unstable? :D
<simpson> Eventually, unless it's broken. Long enough that it's not worth sitting around and waiting for.
<matthewcroughan_> simpson: I better learn how to provide cache then.
<gchristensen> https://channels.nix.gsc.io/ here is a timeline of release events
<matthewcroughan_> How do you provide cache?
<{^_^}> #116786 (by MatthewCroughan, 18 hours ago, merged): freecad: add flatmesh library via '-D BUILD_FLAT_MESH:BOOL=ON'
<matthewcroughan_> I got this in, a friend needs it. But I'm at a loss for how to share it with him, because the compilation takes forever.
<matthewcroughan_> maybe this?
<matthewcroughan_> Can you set the cache to use in a nix-shell?
<simpson> If you and your friend have sufficient levels of SSH trust, then nix-copy-closure is an efficient way to do it.
respawn_ has joined #nixos
<abathur> matthewcroughan_: you could also in theory use cachix, if the build is of a tolerable length for you, or maybe a CI process, to complete?
bb_ has joined #nixos
zupo has joined #nixos
<abathur> I guess there's also some way to push it to cachix if you've already built it locally
<matthewcroughan_> abathur: it's tolerable, for me on my 24 thread server, 30 minutges.
<abathur> nod
<matthewcroughan_> I want it to be that people can use cachix.croughan.sh or something, for this one output.
bb_ has quit [Client Quit]
<matthewcroughan_> Do I have to set up hydra to do this?
<{^_^}> [nixpkgs] @roberth opened pull request #116935 → adoptopenjdk-{13,14}: mark insecure → https://github.com/NixOS/nixpkgs/pull/116935
<{^_^}> [nixpkgs] @danieldk merged pull request #116675 → _1password-gui: 8.0.27 -> 8.0.28 → https://github.com/NixOS/nixpkgs/pull/116675
<simpson> No, you can just build locally and then push to your Cachix.
<shla> will 21.05 get gnome 40?
avaq_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @dywedir merged pull request #116713 → k6: 0.31.0 -> 0.31.1 → https://github.com/NixOS/nixpkgs/pull/116713
<{^_^}> [nixpkgs] @roberth opened pull request #116936 → logstash: Use jre11 instead of unsupported jre15 default → https://github.com/NixOS/nixpkgs/pull/116936
kfiz has quit [Quit: ZNC 1.8.1 - https://znc.in]
kfiz has joined #nixos
simba1 has quit [Ping timeout: 240 seconds]
avaq_ has joined #nixos
simba1 has joined #nixos
<{^_^}> [nixpkgs] @jluttine opened pull request #116937 → pythonPackages.nbconvert: include templates in search paths → https://github.com/NixOS/nixpkgs/pull/116937
<noonien> anyone using nix-on-android?
<ajs124> noonien: rarely, but I have it installed. Why?
<noonien> i want to use nix on my android tablet, and this seems like a good start, i'm wondering if there's some tips on using it
<noonien> i'll try to get flakes working on it
afreak_ has quit [Remote host closed the connection]
<noonien> i'm currently using `nix-shell -p nixFlakes` when i need flakes
<gchristensen> I might accidentally spam this channel here in a second, hopefully not but I'll be watching for it if I do
<noonien> and now, i'm trying to build something, it seems to take a LOT of time after downloading stuff
<ajs124> I basically only used it so I have a bunch of network debugging tools on my phone, so I don't think I'll be able to give much advice.
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
DevilFather[m] has quit [Quit: Idle for 30+ days]
dominikh[m] has quit [Quit: Idle for 30+ days]
<qq_pls> I have a service defined in a container, it's configured to use a particular User. I'm getting 217 errors on starting the service inside the container and I'm suspicious that this is some kind of dependency thing. Is it possible to ensure the user account is created before the service attempts to start?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dbmikus has joined #nixos
Qwerky has quit [Remote host closed the connection]
mtr has joined #nixos
<{^_^}> [nixpkgs] @roberth closed pull request #116882 → jdk14: init (restore) → https://github.com/NixOS/nixpkgs/pull/116882
<maralorn> sterni: No, no clue.
<{^_^}> [nixpkgs] @dywedir merged pull request #116626 → janet: 1.15.3 -> 1.15.4 → https://github.com/NixOS/nixpkgs/pull/116626
gustavderdrache has joined #nixos
ahmedelgabri has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @veprbl opened pull request #116939 → uriparser: 0.9.4 -> 0.9.5 → https://github.com/NixOS/nixpkgs/pull/116939
Qwerky has joined #nixos
<noonien> how can i debug `nix` getting stuck on "evaluating file /nix/store/pkg/flake.nix"
sss2 has joined #nixos
<noonien> can this be probably because i'm using `nix-shell -p nixFlakes`?
<noonien> and the system nix deamon doesn't support flakes?
Guest78 has joined #nixos
cole-h has joined #nixos
Acou_Bass has quit [Ping timeout: 260 seconds]
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c55c5301e5b (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/bfd0e91bffd (from 13 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/fcab19deb78 (from 24 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Qwerky has quit [Ping timeout: 240 seconds]
<Guest78> lovesegfault simpson any of you guys up? I finally found something, firefox freeze issue resolved in XFCE!!! Now gotta figure out what exactly and port to other de/wms
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/c55c5301e5b (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/bfd0e91bffd (from 13 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/fcab19deb78 (from 24 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<supersandro2000> why did that double post?
<supersandro2000> same commit though
<gchristensen> I was worried that would happen ... I'll take a look
<{^_^}> [nix] @edolstra pushed to master « Restore 'nix flake info' as a deprecated alias »: https://git.io/JmPAn
<supersandro2000> only 3 extra messages.
<radvendii> I am trying to set up distributed builds, and to see if it's working i tested a build with --max-jobs 0 and it worked (so far so good). but then I disabled the distributed build and ran again with --max-jobs 0 and it still worked.
<supersandro2000> not like they bridged in a cycle got several thousand characters long and where spammed every other second
<radvendii> am i understanding --max-jobs 0 correctly? without distributed building the command should fail, right?
<{^_^}> [nixpkgs] @edolstra merged pull request #116807 → nixUnstable: pre20210308_1c0e3e4 -> pre20210317_8a5203d, nixos-rebuild: nix flake info -> nix flake metadata → https://github.com/NixOS/nixpkgs/pull/116807
Guest78 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.psq: use Dune 2 »: https://git.io/JmPph
avaq_ has quit [Ping timeout: 245 seconds]
Guest14 has joined #nixos
<Guest14> xfce-session fixes my firefox issue and makes it super responsive, why?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116940 → kubernetes: 1.20.4 -> 1.20.5 → https://github.com/NixOS/nixpkgs/pull/116940
ahmedelgabri has joined #nixos
marek has quit [Changing host]
marek has joined #nixos
<{^_^}> [nix] @CitadelCore opened pull request #4654 → Make `warn` method respect logging verbosity → https://github.com/NixOS/nix/pull/4654
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/c55c5301e5b (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
mallox has joined #nixos
ahmedelgabri has quit [Ping timeout: 240 seconds]
mallox has quit [Client Quit]
Guest14 has quit [Quit: Connection closed]
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #116941 → vscode-extensions.redhat.java: init at 0.76.0 → https://github.com/NixOS/nixpkgs/pull/116941
<supersandro2000> radvendii: should be something similar to
<supersandro2000> 1 derivations need to be built, but neither local builds ('--max-jobs') nor remote builds ('--builders') are enabled
aasg has quit [Quit: Bridge terminating on SIGTERM]
<{^_^}> [nixpkgs] @Pamplemousse opened pull request #116942 → [20.09] traefik: 2.2.8 -> 2.4.6 → https://github.com/NixOS/nixpkgs/pull/116942
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #116943 → vscode-extensions.gruntfuggly.todo-tree: 0.0.205 -> 0.0.206 → https://github.com/NixOS/nixpkgs/pull/116943
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116944 → libquotient: 0.6.5 -> 0.6.6 → https://github.com/NixOS/nixpkgs/pull/116944
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #116945 → xorg.xf86videoopenchrome: fix build, jucipp: mark broken → https://github.com/NixOS/nixpkgs/pull/116945
strikerlulu has quit [Quit: ZNC 1.8.1 - https://znc.in]
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #116946 → vscode-extensions.hashicorp.terraform: 2.8.2 -> 2.8.3 → https://github.com/NixOS/nixpkgs/pull/116946
stevenxl1 has quit [Quit: Connection closed for inactivity]
<radvendii> so i ran `nix build nixpkgs#hello --max-jobs 0 --builders "[]" --rebuild and it builds fine
<radvendii> i also tried with --builders "" because i didn't know the syntax
<{^_^}> [nix] @edolstra pushed to master « ProgressBar: Respect verbosity level »: https://git.io/JmXqm
<radvendii> that's a bug, right?
strikerlulu has joined #nixos
<radvendii> oh wait, my bad. it does fail
Guest96 has joined #nixos
Guest14 has joined #nixos
<Guest96> hey simpson
<{^_^}> [nix] @edolstra closed pull request #4654 → Make `warn` method respect logging verbosity → https://github.com/NixOS/nix/pull/4654
<exarkun> why did my fixed-output derivations suddenly start failing the hash check when nothing changed :(
<cole-h> Force-pushed tag / non-static URLs are typical offenders.
<exarkun> seems like it is the kind of url that really oughta not change its contents
<gchristensen> I wonder if you can get the old file and diffoscope them
<Guest96> cole-h hey cole, so I finally found something about firefox freezing. I am amazed. running xfce-session fixes it, I don't know why, need to find out. Any ideas?
<exarkun> What if GitHub is fine and I'm the one who screwed up. What kind of thing could I have done to screw it up like this?
<Guest96> firefox runs really smooth
<gchristensen> how are you fetching them?
<exarkun> updated to include the nix expression for the source too
<simpson> Guest96: Guessing that it's X11 compositing for the window manager, maybe. You could try running xcompmgr on an otherwise-broken setup.
<Guest14> simpson lemme try
missionformilk has joined #nixos
Guest96 has quit [Quit: Connection closed]
Guest14 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116844 → reddsaver: 0.3.1 -> 0.3.2 → https://github.com/NixOS/nixpkgs/pull/116844
Guest14 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116845 → vimPlugins.nnn-vim: init at 2021-02-28 → https://github.com/NixOS/nixpkgs/pull/116845
<Guest14> simpson nope, not it.
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116847 → pytest-testmon: update 1.0.3 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/116847
<Guest14> this is increasingly getting more interesting
<exarkun> Okay how about this for a hypothesis
mayhew` has quit [Ping timeout: 240 seconds]
<exarkun> I fetched version X of the fixed-output derivation w/ the correct hash. Then I changed the expression to fetch version Y and forgot to update the hash. Then a long time passed with everything apparently working. Then I ran the garbage collector. Then I tried to re-build this expression.
<{^_^}> [nixpkgs] @FRidh pushed 33 commits to staging-next: https://git.io/JmXZf
vidbina has quit [Ping timeout: 240 seconds]
<Guest14> simpson if all fails I think I can run xfce-session command without any junk (panel etc) + wm
<Guest14> I think
<cole-h> exarkun: Sounds possible
<{^_^}> [nixpkgs] @FRidh merged pull request #115435 → Staging next → https://github.com/NixOS/nixpkgs/pull/115435
respawn_ has quit [Quit: Leaving]
<Guest14> cole-h you got any ideas man?
<cole-h> Nope.
<exarkun> Only problem is git history does not support it... last change is for both rev and hash. But I guess there could have been an intermediate, uncommitted version that fit the hypothesis and that I can't see.
hiro98 has quit [Ping timeout: 246 seconds]
qq_pls has quit [Quit: Connection closed]
<Guest14> how often does unstable break?
<exarkun> I almost want fixed-output derivation to be confirmed on every single build ... and also a 100x better cpu and network connection
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116794 → fluxcd: 0.8.2 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/116794
griff_ has quit [Quit: griff_]
Guest14 has quit [Quit: Connection closed]
<cole-h> It doesn't break very often, but it has the potential to do so :)
aasg has joined #nixos
aleph- has quit [Ping timeout: 264 seconds]
<exarkun> cole-h: I feel like how often it breaks is partially a function of the user ... and I seem to screw up this way more often than is comfortable
phalrax has joined #nixos
<phalrax> Hi, is it possible to set ACLs in configuration.nix? I would like to give my personal user write access to it, so I can omit sudo/easier edit the file in vscode or whatever or check it into a git repo. Any suggestions?
Guest14 has joined #nixos
aleph- has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115121 → ardour: add a videoSupport option, harvid: init at 0.8.3, xjadeo: init at 0.8.10 → https://github.com/NixOS/nixpkgs/pull/115121
Qwerky has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114844 → trilium: 0.43.4 -> 0.45.10 → https://github.com/NixOS/nixpkgs/pull/114844
<supersandro2000> Guest14: at least something in unstable breaks every day
<Ke> you can run nixos-rebuild with NIXOS_CONFIG set to point directly to git repo
stteevveen has quit [Quit: Connection closed]
<Ke> or set nixPath
<supersandro2000> but with the amount of packages that is expected
<supersandro2000> and usually it is a sign that you should add yourself as a maintainer to that package because it is not that widely used
<supersandro2000> or someone somewhere overlooked something
<Guest14> Ke simpson I uninstalled xfce and installed standalone xfce-session package. it works with it. something in xfce-session. checked processes, "xfconfd" xfconf-4.14.3 is running.
aasg has quit [Quit: Bridge terminating on SIGTERM]
<simpson> Guest14: Curious. I have literally no idea what it might be doing which makes things work for you. Glad that you've got a solution, at least,
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116947 → lightburn: 0.9.20 -> 0.9.21 → https://github.com/NixOS/nixpkgs/pull/116947
<Ke> firefox works or what?
aasg has joined #nixos
<Guest14> Ke yeah man, I feel like I found gold lol
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/JmX8j
<Guest14> simpson thanks man, sticking with me )) at least I got some solution
<Guest14> it works smoothly
sangoma has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116552 → libplctag: init at v2.3.5 → https://github.com/NixOS/nixpkgs/pull/116552
sangoma has joined #nixos
Guest14 has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116949 → lokalise2-cli: 2.6.3 -> 2.6.4 → https://github.com/NixOS/nixpkgs/pull/116949
<flokli> etu: back to the videoDrivers thing, it seems to confusingly not be enough to just set the option
<flokli> maybe the order matters too (?)
lordcirth has joined #nixos
simba1 has quit [Ping timeout: 240 seconds]
simba1 has joined #nixos
<flokli> ah, so radeon explicitly isn't allowed to be in the list I'm setting. mhhm
growpotkin has joined #nixos
pandas has joined #nixos
astrofog has joined #nixos
phalrax has quit [Quit: Connection closed]
missionformilk has quit [Ping timeout: 276 seconds]
<pandas> hello! I'm trying to make a vim setup with home-manager but i can't get vim-which-key to work. The `register` function can't be found, despite my best efforts.
<pandas> I installed the plugin by adding it to `programs.neovim.plugins` as it is in `nixpkgs`. Anyone got an idea?
<{^_^}> [nixpkgs] @arapov closed pull request #101454 → uboot: init (firmwareOdroidC2/C4, ubootOdroidC4) Hardkernel's Odroid C4 and Odroid C2 board support, drop Armbian depend… → https://github.com/NixOS/nixpkgs/pull/101454
<{^_^}> [nixpkgs] @arapov reopened pull request #101454 → uboot: init (firmwareOdroidC2/C4, ubootOdroidC4) Hardkernel's Odroid C4 and Odroid C2 board support, drop Armbian depend… → https://github.com/NixOS/nixpkgs/pull/101454
<lordcirth> pandas, what versions of NixOS and home-manager?
addcn has joined #nixos
srk has quit [Remote host closed the connection]
<matthewcroughan_> can anyone help with this?
<pandas> nixos unstable
<pandas> and home-manager 21.05
srk has joined #nixos
<matthewcroughan_> https://termbin.com/5yo7
<matthewcroughan_> I want to override the package, but get error: attribute 'freecad-flatmesh' missing, at /home/julian/tunnelvr/shell.nix:8:45
<sterni> matthewcroughan_: you define a pkgs set with just a freecad-flatmesh attribute which never gets evaluated because it is shadowed by the pkgs binding of the function below
<matthewcroughan_> https://termbin.com/9kei
<matthewcroughan_> and if I do this I get error: undefined variable 'pkgs' at /home/julian/tunnelvr/shell.nix:2:22 sterni
<sterni> matthewcroughan_: using an overlay https://paste.textboard.org/0a27079b
<sterni> (untested though)
<sterni> matthewcroughan_: you can't use pkgs before it's in scope
hiro98 has joined #nixos
<sterni> also not sure what the godot-server is doing there
<matthewcroughan_> your shell still returns error: undefined variable 'pkgs' at /home/julian/tunnelvr/shell.nix:3:24
<matthewcroughan_> sterni: it's just an env I want to set up
<sterni> in that case you call pkgs.godot-server as a function
<sterni> matthewcroughan_: whoops should be super: https://paste.textboard.org/3699e89c
<{^_^}> [nixpkgs] @fabaff merged pull request #116851 → gdu: 4.8.0 -> 4.8.1 → https://github.com/NixOS/nixpkgs/pull/116851
<andoriyu> I'm very confused by nixos xorg/wayland configuration. From what I understand "default gnome" is wayland all the way. How do i change main monitor before login on that one? Right now it chooses my horizontal monitor to display login form. it's bad. Second, how do I switch to xorg instead? I want to run wm that doesn't work in wayland.
<sterni> matthewcroughan_: overlays are explained here: https://nixos.org/manual/nixpkgs/stable/#chap-overlays
missionformilk has joined #nixos
Lord_of_Life has quit [Read error: Connection reset by peer]
davidv7_ has quit [Quit: Konversation terminated!]
Lord_of_Life has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #116933 → grype: 0.7.0 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/116933
afreak has quit [Quit: leaving]
ris has joined #nixos
sangoma has quit [Quit: WeeChat 3.1]
rajivr has quit [Quit: Connection closed for inactivity]
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
justan0theruser has quit [Ping timeout: 264 seconds]
worldeva has quit [Remote host closed the connection]
worldeva has joined #nixos
worldeva has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @gebner opened pull request #116952 → lib3mf: 2.0.0 -> 2.1.1 → https://github.com/NixOS/nixpkgs/pull/116952
grimvar_ has quit [Ping timeout: 256 seconds]
slack1256 has joined #nixos
lsix1 has quit [Ping timeout: 240 seconds]
grimvar has joined #nixos
ahmedelgabri has joined #nixos
apache8080 has joined #nixos
<apache8080> has anyone here used the boot.loader.initScript option in their NixOS config? I tried it and that doesn't seem to exist
wnklmnn has joined #nixos
<apache8080> I mean it doesn't seem to create the /sbin/init directory
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116943 → vscode-extensions.gruntfuggly.todo-tree: 0.0.205 -> 0.0.206 → https://github.com/NixOS/nixpkgs/pull/116943
ahmedelgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116953 → haxe: add 4.0.x, 4.1.x and update default version to 4.2.1 → https://github.com/NixOS/nixpkgs/pull/116953
Guest43 has joined #nixos
lsix1 has joined #nixos
leex has joined #nixos
<Guest43> Am I gonna notice performance drop with 150mb enc/DEC with luks? Normally get 300-400 mb/s ssd. Don't have aes support in CPU
<leex> Does anyone here have an idea how I could get the Fn keys to work on a X1 nano?
<Guest43> Did cryptsetup benchmark
l33[m] has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #114437 → juno-theme: init at 0.0.1 → https://github.com/NixOS/nixpkgs/pull/114437
<leex> Another question I have is, how do I get pulse audio to start up on boot? It works if I run start-pulseaudio-x11 after booting, I tried adding "autospawn=yes" to .config/pulse/client.conf
<Guest43> have dbus running leex?
<Guest43> I think dbus starts it when needed
<leex> dbus.service loaded active running D-Bus User Message Bus dbus.socket loaded active running D-Bus User Message Bus Socket
<leex> looks like it :)
<supersandro2000> Guest43: without encryption support in hardware definitely
ppppp has joined #nixos
alexherbo2 has joined #nixos
<gchristensen> I have a problem with Firefox that I don't have in Chrome: I can't click and drag elements on websites. anyone seen this before? nobody else seems to have this issue with firefox. my only extensions are ublock origin and passff
ppppp has quit [Client Quit]
<leex> I do
<leex> supersandro2000: I will post my config, one sec
<Guest43> supersandro2000 I wonder if 150mb vs 300mb felt in daily usage
<Guest43> I think so
<supersandro2000> please use
<supersandro2000> ,paste
<{^_^}> 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.
<Guest43> That's getting close to HDD
<supersandro2000> Guest43: depends
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116946 → vscode-extensions.hashicorp.terraform: 2.8.2 -> 2.8.3 → https://github.com/NixOS/nixpkgs/pull/116946
<leex> Guest43: if you have any idea that would be appreciated ^
<supersandro2000> would be great if someone familiar with the docs could look at this simple PR https://github.com/NixOS/nixpkgs/pull/116257
<{^_^}> #116257 (by SuperSandro2000, 5 days ago, open): doc/languages-frameworks/*: add missing languages to code fences
<ashkitten> is there a way to diff two nix store paths for their dependencies?
<supersandro2000> ashkitten: https://github.com/Gabriel439/nix-diff maybe?
<leex> supersandro2000: Pulse works fine, but only when I run start-pulseaudio-x11 after logging in.
<leex> supersandro2000: /etc/pulse/client.conf has autospawn=no set, because it's not systemwide
<leex> supersandro2000: and I tried setting .config/pulse/client.conf autospawn=yes but that didn't do it...
pandas has quit [Quit: Connection closed]
<ashkitten> supersandro2000: that seems to work on drvs, how can i get a drv from a built store path?
<Guest43> leex looks alright I think, maybe try adding dbus enable in conf nix explicitly
<Guest43> You shouldn't need to touch anything in pulse conf
<leex> systemctl says it's running but I will give it a try, reboot and report back :)
<leex> services.dbus.enable = true; right?
<supersandro2000> ashkitten: don't know right now
<Guest43> I think so
<leex> brb :)
berberman_ has joined #nixos
leex has quit [Remote host closed the connection]
jrm2 has joined #nixos
berberman has quit [Ping timeout: 240 seconds]
astrofog has quit [Quit: Quite]
<radvendii> do i need to enable anything besides ssh on a machine that I want to use for distributed building?
<Guest43> leex you might need dbus socketactivated
leex has joined #nixos
<gchristensen> radvendii: the user that connects over SSH must be trusted (many people use `root` for this)
<leex> Guest43: no luck with that: https://ibb.co/qdZBX7M is what I am getting when I am opening pavucontrol
astrofog has joined #nixos
<leex> Guest43: can't copy paste that so I took a picture :)
<leex> Guest43: once I run start-pulseaudio-x11 it works fine
<Guest43> Did you touch client.conf?
<Guest43> Try dbus socket activated option
<Guest43> leex
<Guest43> Something is off
<radvendii> gchristensen: that has to be true for 'nix ping-store' to run without error, right?
<leex> systemctl --failed --user UNIT LOAD ACTIVE SUB DESCRIPTION
<leex> ● pulseaudio.service loaded failed failed Sound Service
<leex> ● pulseaudio.socket loaded failed failed Sound System
<gchristensen> I don't know if you need to be trusted to ping the store
<leex> Guest43:
<leex> autospawn=yes in .config/pulse/client.conf is my only line
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3858fbc08e6 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<Guest43> Why it failed check logs?
<Guest43> Did you try socket activated?
<leex> what's socket activated?
<Guest43> leex dbus = {
<Guest43> enable = true;
<Guest43> socketActivated = true;}
meh` has quit [Ping timeout: 276 seconds]
<Guest43> leex tried it?
<leex> Guest43: gonna try that, just rebuiding
<leex> trace: warning: The option 'services.dbus.socketActivated' in `/etc/nixos/configuration.nix' no longer has any effect and can be safely removed: the user D-Bus session is now always socket activated.
<leex> So yeah that won't change anything
jrm2 is now known as jrm
<leex> Guest43: in the journal logs it says that it cannot find GLIBC_2.32
vidbina has joined #nixos
<Guest43> leex hmm I don't know man I am new to nixos too, you can try removing other options of pulseaudio except enable in conf nix
lsix1 has quit [Ping timeout: 246 seconds]
<Guest43> You have some other options enabled
<leex> yeah this is a straight copy of what worked on my x230 (and arguably an older version of nixos) for my x1 nano, where I went with unstable
hiro98 has quit [Ping timeout: 264 seconds]
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-barbly: fix incorrect override that adds apple-sdk framework »: https://git.io/JmXhx
<Guest43> leex tried rebooting?
<leex> Guest43: multiple times :)
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « haskell-aws: add jailbreak to fix the build with base16-bytestring version 1.x »: https://git.io/JmXj3
<{^_^}> [nixpkgs] @danieldk opened pull request #116954 → python3Packages.setuptools-rust: 0.11.6 -> 0.12.1 → https://github.com/NixOS/nixpkgs/pull/116954
<leex> Guest43: this was low on my prio list, I first had to fix the trackpoint + wifi :) because it always worked when I started it by hand, so it's an annoyance but not that bad.
<leex> I might just open an issue on nixpkgs.
fabian_a has joined #nixos
<{^_^}> [nixpkgs] @danieldk opened pull request #116955 → python3Packages.transformers: 4.3.3 -> 4.4.2 → https://github.com/NixOS/nixpkgs/pull/116955
<leex> trying one more thing, brb
leex has quit [Remote host closed the connection]
Lord_of_Life has quit [Ping timeout: 265 seconds]
cyris212_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
faffolter has quit [Ping timeout: 256 seconds]
leex has joined #nixos
<leex> Guest43: ¯\_(ツ)_/¯ I am gonna open an issue :)
cyris212 has joined #nixos
Lord_of_Life has joined #nixos
fuiltilt has joined #nixos
<Guest43> leex good luck
<leex> Guest43: thanks :)
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/Jm1vx
<{^_^}> [nixpkgs] @aanderse closed pull request #77354 → nixos/fresh-rss: init module → https://github.com/NixOS/nixpkgs/pull/77354
ahmedelgabri has joined #nixos
apache8080 has quit [Ping timeout: 264 seconds]
sangoma has joined #nixos
Guest43 has quit [Ping timeout: 246 seconds]
Vadrigar has joined #nixos
trubi has joined #nixos
<leex> https://github.com/NixOS/nixpkgs/issues/116956 if anyone has a lot of pulse experience :)
AmandaC has quit [Quit: WeeChat 3.0.1]
<{^_^}> #116956 (by klautcomputing, 39 seconds ago, open): pulseaudio does not autostart anymore
astrofog has quit [Quit: Quite]
wolfshappen_ has quit [Quit: later]
wolfshappen has joined #nixos
AmandaC has joined #nixos
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #116957 → python3Packages.humanize: 3.1.0 -> 3.2.0 → https://github.com/NixOS/nixpkgs/pull/116957
jonringer has joined #nixos
<{^_^}> [nixpkgs] @peti pushed 3 commits to haskell-updates: https://git.io/Jm1IF
Shiranai has joined #nixos
turlando has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jm1LV
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @midchildan opened pull request #116958 → macfuse-stubs: replace osxfuse 3.8.3 → https://github.com/NixOS/nixpkgs/pull/116958
<{^_^}> [nixpkgs] @tfmoraes opened pull request #116959 → python3Packages.onnx: fix build → https://github.com/NixOS/nixpkgs/pull/116959
apache8080 has joined #nixos
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #116960 → python3Packages.imbalanced-learn: 0.7.0 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/116960
<pie_> leex: is the pulse that youre starting the same as the one systemd wants to start?
<pie_> leex: are those logs what happens when systemd tries to start pulse via the socket activation?
<pie_> It looks like its trying to start the pulse, but then pulse exits because of errors?
<leex> pie_: what do you mean by the same as systemd wants to start?
<pie_> like, is it the same binary?
<leex> pie_: the errors are the created during startup before I run `pulseaudio` in a terminal
<leex> pie_: how would I check that?
Vadrigar has quit [Quit: WeeChat 2.9]
<leex> pie_: /run/current-system/sw/bin/pulseaudio is the one I start as a user
<pie_> yeah run realpath on that
<pie_> current-system is a symlink
<leex> /nix/store/lcgm9ib1y9vzz1aal6gji32x1gvmwj1d-pulseaudio-14.2/bin/pulseaudio
attila_lendvai has joined #nixos
attila_lendvai has joined #nixos
attila_lendvai has quit [Changing host]
<{^_^}> [nixpkgs] @zowoq merged pull request #116792 → sqlite: 3.34.1 -> 3.35.2 → https://github.com/NixOS/nixpkgs/pull/116792
<leex> lcgm9ib1y9vzz1aal6gji32x1gvmwj1d is the one that journal shows as well
gustavderdrache has quit [Quit: Leaving.]
<leex> so yeah they seem to be the same
<{^_^}> [nixpkgs] @zowoq merged pull request #116700 → rustc: update llvm on darwin to current → https://github.com/NixOS/nixpkgs/pull/116700
<pie_> well thats consistent at least
<pie_> when you start pulse manually does it not complain in the logs about the same stuff thats in the journal logs?
<pie_> (i think you can make it stay in the foreground though
<leex> On the terminal I only get this error: pulseaudio
attila_lendvai_ has quit [Ping timeout: 240 seconds]
<leex> E: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent with ofono: org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
<pie_> you van pass a few -v i think, or try to dig out of the systemd service the commandline for it and see what happens when you run that
<pie_> im not sure about the details either, just maybe trying to isolate the issue further
<leex> will create a gist for that one
<leex> 1 sec
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #116963 → inchi: 1.05 -> 1.06 → https://github.com/NixOS/nixpkgs/pull/116963
<{^_^}> [nixpkgs] @sternenseemann closed pull request #116302 → haxe: 3.4.6 -> 4.2.1 → https://github.com/NixOS/nixpkgs/pull/116302
<leex> pie_: does that help?
<leex> is there any other info which I could contribute?
<pie_> im _about_ as clueless as you are :P the basic idea was to see if 1) we get any errors
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « all-cabal-hashes: update to Hackage at 2021-03-19T20:01:05Z »: https://git.io/Jm136
<pie_> 2) i would still check if i can replicate the launch that systemd does
<leex> how would I go about that?
<{^_^}> [nixpkgs] @github-actions[bot] closed pull request #116833 → llvmPackages_{10,11}.compiler-rt: restrict build to current arch → https://github.com/NixOS/nixpkgs/pull/116833
zupo has joined #nixos
<leex> pie_: the config is a straight copy from my x230 which ran 20.09, the x1 nano runs unstable
<{^_^}> [nixpkgs] @peti merged pull request #116096 → Update Haskell package set to Stackage Nightly 2021-03-17 (plus other fixes) → https://github.com/NixOS/nixpkgs/pull/116096
<{^_^}> [nixpkgs] @zowoq reopened pull request #116833 → llvmPackages_{10,11}.compiler-rt: restrict build to current arch → https://github.com/NixOS/nixpkgs/pull/116833
<pie_> tbf that libc issue looks like something that would be something people on nixos would know about but i dont know offhand wha tthe problem is
<pie_> yeah i get that<leex> pie_: the config is a straight copy from my x230 which ran 20.09, the x1 nano runs unstable
<pie_> so, im not sure about this, which is why i say try to replicate the systemd launch issue
<pie_> but presumably for some reason the pulse is getting the wrong glibc
<pie_> which is odd
lars___ has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @peti pushed 2 commits to haskell-updates: https://git.io/Jm1Gf
<leex> pie_: so how would I go about replicating it? update the x230 to unstable?
<pie_> no i mean like, get the command for starting it out of the systemd unit
simba1 has quit [Ping timeout: 260 seconds]
apache8080 has quit [Ping timeout: 246 seconds]
simba1 has joined #nixos
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #116964 → python3Packages.gremlinpython: 3.4.8 -> 3.4.10 → https://github.com/NixOS/nixpkgs/pull/116964
fabian_a has quit [Ping timeout: 256 seconds]
<pie_> and try it in the terminal
<{^_^}> [nixpkgs] @peti opened pull request #116965 → Update Haskell package set to Stackage Nightly 2021-03-19 (plus other fixes) → https://github.com/NixOS/nixpkgs/pull/116965
<pie_> actually, do that and also maybe paste the unit
superherointj has joined #nixos
<pie_> im not sure how to find it, theres probably some systemd command for that
hiro98 has joined #nixos
fabian_a has joined #nixos
<leex> pie_: :D I was just about to ask where to find it
<pie_> leex: so this is a completely new system with just the config transferred?
<leex> yes :)
<superherointj> There must have some solution to the crazy amount of PRs for nixpkgs. What if there was a fund we could donate to hire people to review PRs? Is there such thing?
erasmas has quit [Quit: leaving]
<leex> pie_: well I also went for unstable this time because I hoped it would fix the Fn keys and the wifi (it fixed the wifi)
<pie_> leex: im asking to make sure there isnt some sort of mixing of channels going on
<superherointj> Is there some way to execute a re-run of a CI test? https://github.com/NixOS/nixpkgs/pull/116765/checks?check_run_id=2142300312
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116966 → rpm-ostree: 2021.2 -> 2021.3 → https://github.com/NixOS/nixpkgs/pull/116966
<leex> pie_: the only channel I have as root is nixos https://nixos.org/channels/nixos-unstable but as a user I haven't made the switch yet
<leex> pie_: should I switch my user stuff over to unstable as well?
<pie_> " but as a user I haven't made the switch yet" what does that mean
<leex> I installed from a 20.09 image and I think I haven't changed my user channel to unstable yet
<pie_> ok actually
<pie_> is pulsea system or a user service?
<pie_> though , man that still doesnt make sense
<leex> pie_: systemctl status pulseaudio
simba1 has quit [Ping timeout: 240 seconds]
yegortimoshenko has quit [Quit: Connection closed for inactivity]
<pie_> i dont see how the user channel could influence this but that seems like the most likely thing
<leex> Unit pulseaudio.service could not be found.
<leex> ● pulseaudio.socket loaded failed failed Sound System
<leex> ● pulseaudio.service loaded failed failed Sound Service
<leex> but: systemctl --failed --user UNIT LOAD ACTIVE SUB DESCRIPTION
<leex> :(
simba1 has joined #nixos
<leex> switching to unstable, will report back
<pie_> ? <leex> Unit pulseaudio.service could not be found.
<leex> yeah, I have no idea why it cannot find it
neobit has quit [Changing host]
neobit has joined #nixos
flokli is now known as FLOKLI
<pie_> leex: hell, you dont even need user channels under some circumstances you can just use root's for the system build
<pie_> some/most
<pie_> so this 99% shouldnt fix anything
<pie_> unless somehow its using the user channels for part of the system and unstablefor te rest but that doesnt makeany sense
<pie_> im pretty sure its not finding it because its a user service and you need to do systemctl --user ...
tazjin is now known as TAZJIN
sterni is now known as STERNI
<leex> pie_: --user did the trick
<{^_^}> [nixpkgs] @wamserma opened pull request #116967 → pythonPackages.APScheduler: drop Py2K support → https://github.com/NixOS/nixpkgs/pull/116967
<pie_> which might actually explain it if anything in your user environment depends on your user channel. maybe say,PATH hash stuff from the wrong channel , that could lead to the user servie resolving the wrong libc or something
<leex> okay I am done rebuilding my user stuff with home-manager
<pie_> aha
<pie_> i should have asked about that...
<leex> I will give it a reboot and report back in a second
<pie_> i dont know anything specific relating to home manager but i could see that setting up something with the user services
<leex> pie_: is there a problem with home-manager and pulse nowadays?
adisbladis is now known as ADISBLADIS
<{^_^}> [nixpkgs] @rmcgibbo opened pull request #116968 → python3Packages.rdkit: 2020.09.3 -> 2020.09.5 → https://github.com/NixOS/nixpkgs/pull/116968
<leex> pie_: there's nothing pulse related in there, anyhow I am gonna give it a reboot
leex has quit [Remote host closed the connection]
<pie_> ok
lovesegfault is now known as LOVESEGFAULT
leex has joined #nixos
<leex> pie_: still no luck...
pie_ is now known as PIE_
ashkitten is now known as ASHKITTEN
<PIE_> leex: ok so about that unit file
<leex> PIE_: I guess this one: /nix/store/i9j1a7sms0vf7r2hg2jl1ya1b9zgng7p-user-units/pulseaudio.service.d/overrides.conf
<leex> PIE_: ah the unit file is this one /nix/store/spchay1hsf4zwsxg3246s747080g3lry-pulseaudio-13.0/lib/systemd/user/pulseaudio.service
cole-h has quit [Ping timeout: 246 seconds]
ahmedelgabri has quit [Ping timeout: 265 seconds]
<leex> PIE_: weird it's mentioning 13.0
<PIE_> is the overrides empty
<PIE_> not sure whats weird about that,but maybe it means something<leex> PIE_: weird it's mentioning 13.0
superherointj has quit [Quit: Leaving]
<leex> Nah the override has this in it
<leex> [Service]
<leex> Environment="LOCALE_ARCHIVE=/nix/store/g6yjvan3vsb0brxc5x66nzm1hzfh4yjq-glibc-locales-2.32-37/lib/locale/locale-archive"
<leex> Environment="PATH=/nix/store/w21pgi6691202iafl0cnr7hk6wvvdz3n-coreutils-8.32/bin:/nix/store/70qfzyc5hmvssj7d0dqkqhn827xwgmy3-findutils-4.7.0/bin:/nix/store/3mx947xcmsyk79izqc8ifv31qafp80pc-gnugrep-3.6/bin:/nix/store/n0516fv7vwjbl41nl4q58w9si80ab93i-gnused-4.8/bin:/nix/store/68nknmy289lhldmf4yrrbb3r77d5ba9d-systemd-247.3/bin:/nix/store/w21pgi6691202iafl0cnr7hk6wvvdz3n-coreutils-8.32/sbin:/nix/store/70qfzyc5hmvs
<leex> sj7d0dqkqhn827xwgmy3-findutils-4.7.0/sbin:/nix/store/3mx947xcmsyk79izqc8ifv31qafp80pc-gnugrep-3.6/sbin:/nix/store/n0516fv7vwjbl41nl4q58w9si80ab93i-gnused-4.8/sbin:/nix/store/68nknmy289lhldmf4yrrbb3r77d5ba9d-systemd-247.3/sbin"
<leex> Environment="TZDIR=/nix/store/kzywnca37s1hav4cb950v0c6255nimys-tzdata-2020f/share/zoneinfo"
<leex> PIE_: well the pulseaudio I am starting from my terminal is 14.2
<PIE_> well that seems relevant
<PIE_> sounds to me like the service has the wrong version somehow
<PIE_> or rather, a version not compatible with..."the system"
dbmikus has quit [Ping timeout: 245 seconds]
hiro98 has quit [Remote host closed the connection]
<leex> PIE_: https://github.com/NixOS/nixpkgs/issues/116956 updated my issue with the relevant info
<{^_^}> #116956 (by klautcomputing, 1 hour ago, open): pulseaudio does not autostart anymore
<{^_^}> [nixpkgs] @Ma27 opened pull request #116969 → privacyIDEA: 3.3 -> 3.5.1 → https://github.com/NixOS/nixpkgs/pull/116969
<leex> PIE_: if I run the 13 version I get the same errors as systemd
<leex> the question now remains why is it not runnning the working 14.2 version :D
simba1 has quit [Ping timeout: 265 seconds]
<PIE_> or rather, why the unit file contains 13
simba1 has joined #nixos
<leex> Yeah, I mean why install 2 versions anyway
jess is now known as JESS
dbmikus has joined #nixos
<leex> PIE_: what's the best way to find the maintainer for that issue?
<PIE_> leex: huh?
<{^_^}> [nixpkgs] @Ma27 merged pull request #116836 → cargo-about: 0.2.3 -> 0.3.0 → https://github.com/NixOS/nixpkgs/pull/116836
<PIE_> well, you *shouldnt* have two different versions
<leex> PIE_: I am trying to figure out who the best person would be to ping about this
supercoven has quit [Ping timeout: 240 seconds]
<PIE_> so the question is why are there
<PIE_> oh, im not sure either
<PIE_> this probably isnt a pulse issue specifically
<leex> PIE_: yeah I don't know how I got two different versions...
<PIE_> hm
<leex> I am gonna try and remove some of the options from my pulseaudio config and see whether that changes anything...
<PIE_> maybe you can try querying the nix store for what pulls in that version
<leex> PIE_: how do I do that?
<PIE_> ok let me retry
<PIE_> the first question is how that unit ends up being the one that gets run
<PIE_> i.e. why/how it ends up in the systemd search pat
<PIE_> im not sure how to figure that out
<leex> So... I removed everything but pulseaudio.enable=true;
trubi has quit [Ping timeout: 240 seconds]
<leex> And guess what after a rebuild I can start it with systemd
PippoPippo has joined #nixos
<leex> so the question is which of the additional lines in my pulseaudio config makes it install 14.2
<leex> brb I am gonna figure that out, and might need to restart to confirm it works
leex has quit [Remote host closed the connection]
leex has joined #nixos
<leex> PIE_: rebooted and it works
<PIE_> ok now put it bakc and fiugre out what breks it :D
<leex> I am gonna put them in one by one
<leex> thanks for all the help!
JESS is now known as jess
<leex> PIE_: support32Bit = true; works :D
<{^_^}> [nixpkgs] @rguevara84 opened pull request #116970 → ccloud-cli: v0.202.0 -> v1.25.0 → https://github.com/NixOS/nixpkgs/pull/116970
<PIE_> inb4 you add them all back and it still doesnt break
<PIE_> xD
<leex> PIE_: extraModules = [ pkgs.pulseaudio-modules-bt ];
<leex> That's the baddy
<leex> At least now it doesn't work anymore :D
<PIE_> yeah that one looks suspicious but ive no idea why that would break it
<PIE_> check the source expression in pkgs
PippoPippo has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @Ma27 merged pull request #116586 → netbeans: 12.2 -> 12.3 → https://github.com/NixOS/nixpkgs/pull/116586
<rmcgibbo[m]> Can anyone help me understand why ofborg reported that this PR didn't change the attr `inchi` on `aarch64-linux`: https://github.com/NixOS/nixpkgs/pull/116963?
<{^_^}> #116963 (by rmcgibbo, 55 minutes ago, open): inchi: 1.05 -> 1.06
<leex> PIE_: I was told to add it a while back to get my bluetooth headset to work
<PIE_> yeah sure
<PIE_> but things within nixpkgs should generally be consistent with their versions modulo special cases
<PIE_> so it shouldnt cause a problem usually
<PIE_> unless it needs a specific verison or something
<leex> Nice bluetooth headset still works :)
Thaodan has left #nixos ["Using Circe, the loveliest of all IRC clients"]
<PIE_> leex: maybe these are different pulse versions for some reason:
<PIE_> package = pkgs.pulseaudioFull;
<PIE_> extraModules = [ pkgs.pulseaudio-modules-bt ];
<leex> yeah
<PIE_> leex: i dont think those should use different pulse versions
<PIE_> weird
<{^_^}> [nixpkgs] @wamserma opened pull request #116971 → python3Packages.autobahn: 20.12.3 -> 21.3.1 → https://github.com/NixOS/nixpkgs/pull/116971
<{^_^}> [nixpkgs] @fabaff opened pull request #116972 → boltbrowser: init at 2.0 → https://github.com/NixOS/nixpkgs/pull/116972
<PIE_> leex: what do you mean?
<PIE_> i mean i took a quick peek at that and see its taking "pulseaudio" as a parameter
<leex> Yeah, so how come it breaks stuff?
<leex> I am gonna reboot to make sure I now only have one PA version
<PIE_> leex: you shouldnt need to reboot
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116973 → s2n-tls: 1.0.0 -> 1.0.1 → https://github.com/NixOS/nixpkgs/pull/116973
<PIE_> should be sufficient to do the rebuilds and maybe tell systemd to refresh or something
<PIE_> but i guess reboot is fine
<leex> ok, but currently I still have 13.0 and 14.2 installed
<PIE_> i dont thnk a reboot will fix that?
<PIE_> unless i misunderstood
ericnoan has quit [Quit: ZNC - http://znc.in]
<leex> okay let me garbage collect then :) and see whether one disappears
AmandaC has quit [Quit: WeeChat 3.1]
<leex> no I still have both and the user version is still 14.2 whereas the one that systemd uses is 14.2...
<leex> 13.0*
<PIE_> ok but this is after adding back the bad line right?
aei has quit [Ping timeout: 256 seconds]
<leex> No without it
<PIE_> you said its fixed though?
<leex> yeah, without the line systemd works fine
<leex> but realpath `which pulseaudio `
<leex> /nix/store/lcgm9ib1y9vzz1aal6gji32x1gvmwj1d-pulseaudio-14.2/bin/pulseaudio
<PIE_> im confused
<PIE_> ok
<PIE_> so without the line, pulseaudio works, but its 13?
<leex> yeah
simba1 has quit [Ping timeout: 240 seconds]
<PIE_> ok so the bluetooth stuff was the stuff failing with the glibc stuff then wasnt it
<{^_^}> [nixpkgs] @Pamplemousse opened pull request #116974 → [20.09] gsoap: 2.8.53 -> 2.8.108 → https://github.com/NixOS/nixpkgs/pull/116974
AmandaC has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #116821 → [20.09] zoom-us: unset Qt env variables to fix dialog boxes → https://github.com/NixOS/nixpkgs/pull/116821
<leex> I mean for systemd it was apparently always 13, the bt line broke it, and the version that my user account has is still 14.2
simba1 has joined #nixos
<leex> I am a little lost here :D
<PIE_> hm no looking back at the logs it does look like various stuf ffailed
<{^_^}> [nixpkgs] @jonringer merged pull request #105901 → pam_mount: 2.16 -> 2.17 → https://github.com/NixOS/nixpkgs/pull/105901
<PIE_> leex: is home manager on nixpkgs-unstable while your system is on nixos-unstable or something?
<PIE_> that could explain the version difference but i still dont really know whats going on there
<leex> PIE_: yes, nixos-unstable for the system and nixpkgs-unstable for home-manager
<leex> But that still doesn't explain why that one bt line breaks pulseaudio
philr_ has joined #nixos
<leex> If I check the PA path as root I also get 14.2, I also don't have a PA version mentioned in my home.nix
<leex> root should not be covered by home-manager
<PIE_> ok so home manager _isnt_ the one giving the pulse
<PIE_> yeah i didnt expect it ot be but i dunno
<PIE_> err, i kinda misread
<PIE_> letme try again
<PIE_> ah wait no nevermind ok
<PIE_> rootis also 14.2
<leex> exactly
<PIE_> well so theres tw oquestions still, why is 14 in PATH but 13 in the service, and why does bt break it
<PIE_> *two questions
<leex> 100%
<leex> I have to run soon, but I am gonna put that exact question in the issue, maybe someone more knowledgable than us stumbles across it and can us tell why
<PIE_> what i find the most confusing is how there are two versions to begin with not so much why the different things have different versions
<PIE_> ok
<{^_^}> [nixpkgs] @jonringer merged pull request #116126 → tmuxPlugins: re-add mkTmuxPlugin → https://github.com/NixOS/nixpkgs/pull/116126
<{^_^}> [nixpkgs] @wamserma closed pull request #116971 → python3Packages.autobahn: 20.12.3 -> 21.3.1 → https://github.com/NixOS/nixpkgs/pull/116971
<{^_^}> [nixpkgs] @jonringer merged pull request #116408 → nextcloud-client: Add back qtWrapperArgs → https://github.com/NixOS/nixpkgs/pull/116408
apache8080 has joined #nixos
<leex> yeah, I hope someone reads this and then just leaves an enlightening comment on the issue :)
<leex> Thanks again for figuring this out with me!
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116975 → sc-im: 0.7.0 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/116975
<leex> PIE_: thanks and bb :) if you want the answer at one point just follow this one https://github.com/NixOS/nixpkgs/issues/116956
<{^_^}> #116956 (by klautcomputing, 1 hour ago, open): pulseaudio does not autostart anymore
leex has quit [Quit: Lost terminal]
shellin has joined #nixos
<PIE_> good luck o-
<PIE_> * o/
ericnoan has joined #nixos
Magic_RB has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #116833 → llvmPackages_{10,11}.compiler-rt: restrict build to current arch → https://github.com/NixOS/nixpkgs/pull/116833
<f0x> I'm looking to split a string using nix, into groups of 2 characters
<f0x> to convert networking.hostId (8 characters) into part of an ipv6 address
thc202 has quit [Ping timeout: 240 seconds]
<f0x> eh groups of 4 characters then
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/a9ab5fa6dc6 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
trubi has joined #nixos
<{^_^}> [nixpkgs] @dotlambda opened pull request #116976 → github-backup: init at 0.39.0 → https://github.com/NixOS/nixpkgs/pull/116976
<f0x> eh I guess i can substring it
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Lord_of_Life has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116977 → shipyard: 0.2.15 -> 0.3.1 → https://github.com/NixOS/nixpkgs/pull/116977
<{^_^}> [nixpkgs] @jonringer merged pull request #114221 → corrscope: init at 0.7.0 → https://github.com/NixOS/nixpkgs/pull/114221
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116978 → simdjson: 0.8.2 -> 0.9.1 → https://github.com/NixOS/nixpkgs/pull/116978
apache8080 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #116054 → 7zz: init at 21.01 → https://github.com/NixOS/nixpkgs/pull/116054
SomeoneS1 has quit [Ping timeout: 246 seconds]
zupo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116980 → skaffold: 1.20.0 -> 1.21.0 → https://github.com/NixOS/nixpkgs/pull/116980
<supersandro2000> leex: /nix/store/0c7c96gikmzv87i7lv3vq5s1cmfjd6zf-glibc-2.31-74/lib/libc.so.6: version `GLIBC_2.32' version mismatch
LilleCarl has joined #nixos
Brandon__ has joined #nixos
jhuizy9 has joined #nixos
shla0 has joined #nixos
dupon16 has joined #nixos
concept20 has joined #nixos
bpye9 has joined #nixos
jhuizy has quit [Read error: Connection reset by peer]
shla has quit [Read error: Connection reset by peer]
dongcarl has quit [Write error: Connection reset by peer]
concept2 has quit [Read error: Connection reset by peer]
abathur has quit [Read error: Connection reset by peer]
acowley_ has joined #nixos
pushqrdx has quit [Remote host closed the connection]
abathur has joined #nixos
Ankhers has quit [Ping timeout: 264 seconds]
shla0 is now known as shla
jhuizy9 is now known as jhuizy
concept20 is now known as concept2
tpw_rules has quit [Excess Flood]
rprosper- has joined #nixos
pushqrdx has joined #nixos
tpw_rules has joined #nixos
strobelight has quit [Remote host closed the connection]
bpye has quit [Read error: Connection reset by peer]
acowley has quit [Ping timeout: 246 seconds]
dupon1 has quit [Read error: Connection reset by peer]
rprospero has quit [Ping timeout: 246 seconds]
dupon16 is now known as dupon1
bpye9 is now known as bpye
<supersandro2000> The last days I got into how to write bash-completion scripts. Anyone would be interested in more package completion for various nix-commands like nix edit oder nixpkgs-review -p? just wanted to know if there is a general interest or I would do it for myself.
Ankhers has joined #nixos
tokudan has quit [Ping timeout: 246 seconds]
kgz has quit [Ping timeout: 264 seconds]
tokudan has joined #nixos
teasea has quit [Ping timeout: 264 seconds]
bebarker has quit [Ping timeout: 264 seconds]
benedikt93 has quit [Ping timeout: 264 seconds]
ktosiek has quit [Ping timeout: 264 seconds]
puck has quit [Ping timeout: 264 seconds]
strobelight has joined #nixos
teasea has joined #nixos
puck has joined #nixos
ktosiek has joined #nixos
benedikt93 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #109948 → chiaki: 2.0.1 -> 2.1.0 → https://github.com/NixOS/nixpkgs/pull/109948
le0taku has quit [Ping timeout: 264 seconds]
me_at_drewc_ca has quit [Ping timeout: 264 seconds]
_cyril_ has quit [Ping timeout: 264 seconds]
kgz has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg opened pull request #116981 → shards: 0.14.0 -> 0.14.1 → https://github.com/NixOS/nixpkgs/pull/116981
_cyril_ has joined #nixos
drewc has joined #nixos
philr_ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116982 → sonobuoy: 0.20.0 -> 0.50.0 → https://github.com/NixOS/nixpkgs/pull/116982
<matthewcroughan_> Does anyone know how you get hydra running on ipv6
dev_mohe has quit [Quit: dev_mohe]
apache8080 has joined #nixos
simba1 has quit [Ping timeout: 240 seconds]
<matthewcroughan_> maybe gchristensen knows? :D
<gchristensen> it should just work? :)
<matthewcroughan_> gchristensen: lol, I had the firewall on, sigh.
<gchristensen> phew
<matthewcroughan_> Oh, no, that's not the case at all!
<gchristensen> I'm glad that was it
LilleCarl has quit [Ping timeout: 256 seconds]
<gchristensen> uh oh
<matthewcroughan_> it wasn't it, false positive, it's not listening on ipv6
<matthewcroughan_> I've tried setting the listenHost to '::' to no avail
LilleCarl has joined #nixos
<gchristensen> are you exposing the perl server directly to the web? usually there is nginx or apache in front
<matthewcroughan_> yeah, directly to the web
<gchristensen> huh...
<gchristensen> welp
<gchristensen> "Catalyst does not have any problems with deployment of IPv6 aware applications, as long as it is done through an IPv6 aware HTTP engine (like Apache). However, the myapp_server script currently only listens on an IPv4 socket, and ignores any IPv6 addresses that your server may have." -- http://wiki.catalystframework.org/wiki/faq
<matthewcroughan_> oops
<matthewcroughan_> reverse proxy time :D
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116148 → fission: init at 1.12.0 → https://github.com/NixOS/nixpkgs/pull/116148
<{^_^}> Channel nixpkgs-20.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/3858fbc08e6 (from 7 hours ago, history: https://channels.nix.gsc.io/nixpkgs-20.09-darwin)
<{^_^}> [nixpkgs] @totoroot opened pull request #116983 → qownnotes: 20.2.5 -> 21.3.2 → https://github.com/NixOS/nixpkgs/pull/116983
<unclechu> hi, can i parse some yaml from Nix? is there something like `builtins.fromJSON` or `builtins.fromTOML`?
dsrt^ has quit []
orivej has joined #nixos
attila_lendvai_ has joined #nixos
<{^_^}> [nixpkgs] @risicle merged pull request #116964 → python3Packages.gremlinpython: 3.4.8 -> 3.4.10 → https://github.com/NixOS/nixpkgs/pull/116964
<{^_^}> [nixpkgs] @neilmayhew opened pull request #116984 → skypeforlinux: 8.68.0.100 -> 8.69.0.77 → https://github.com/NixOS/nixpkgs/pull/116984
attila_lendvai has quit [Ping timeout: 260 seconds]
<yorick> unclechu: no, you'll have to import-from-derivation, I recommend going via ruby because it has the least dependencies
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #113984 → vscode-extensions.emmanuelbeziat.vscode-great-icons: Init at 2.1.64 → https://github.com/NixOS/nixpkgs/pull/113984
<unclechu> yorick: okay, thanks for the info
shellin has left #nixos [#nixos]
nrh^ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116985 → surface-control: 0.3.1-1 -> 0.3.1-2 → https://github.com/NixOS/nixpkgs/pull/116985
<{^_^}> [nixpkgs] @fabaff opened pull request #116986 → librespeed-cli: init at 1.0.7 → https://github.com/NixOS/nixpkgs/pull/116986
fabian_a has quit [Remote host closed the connection]
LilleCarl has quit [Quit: WeeChat 3.1]
ahmedelgabri has joined #nixos
attila_lendvai_ has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116987 → swego: 0.92 -> 0.93 → https://github.com/NixOS/nixpkgs/pull/116987
mcornick has joined #nixos
malbx- has joined #nixos
ahmedelgabri has quit [Ping timeout: 265 seconds]
apache8080 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @kalbasit merged pull request #116970 → ccloud-cli: v0.202.0 -> v1.25.0 → https://github.com/NixOS/nixpkgs/pull/116970
neiluj has quit [Ping timeout: 260 seconds]
neiluj has joined #nixos
radvendii has quit [Quit: ZNC 1.8.1 - https://znc.in]
radvendii has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116988 → telegraf: 1.17.3 -> 1.18.0 → https://github.com/NixOS/nixpkgs/pull/116988
chaoflow has joined #nixos
<{^_^}> [nixpkgs] @risicle merged pull request #116725 → python3Packages.pylast: 4.1.0 -> 4.2.0 → https://github.com/NixOS/nixpkgs/pull/116725
dev_mohe has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<colemickens> made the mistake of deleting /var/lib/postgres and /var/lib/hydra and can't figure out how to get hydra to start over initializing the db
<colemickens> oh I see it, I rm'ed the contents of /var/lib/hydra, missing the dotfile it uses to sniff db init'd
dev_mohe has quit [Client Quit]
vidbina has quit [Ping timeout: 260 seconds]
<figgyc> is there a function that converts \n to \r\n (crlf line endings)?
xO1_ has quit [Ping timeout: 240 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mcornick has quit [Quit: bbl]
<{^_^}> [nixpkgs] @risicle merged pull request #116643 → [20.09] ndpi: 2.8 -> 3.4 → https://github.com/NixOS/nixpkgs/pull/116643
<{^_^}> [rfc39-record] @grahamc pushed commit from rfc39 to main « Automated team sync results. »: https://git.io/Jm1FG
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116989 → terracognita: 0.6.0 -> 0.6.2 → https://github.com/NixOS/nixpkgs/pull/116989
<figgyc> actually just used ( builtins.replaceStrings [ "\n" ] [ "\r\n" ] string ) that works
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116990 → tfsec: 0.39.8 -> 0.39.10 → https://github.com/NixOS/nixpkgs/pull/116990
trubi has left #nixos ["ERC (IRC client for Emacs 28.0.50)"]
<unclechu> yorick: oh, thanks. that’s interesting because i’m also dealing with `stack.yaml` file
<unclechu> yorick: but i decided to take `yq` (like `jq` but for yaml, it can output json)
<colemickens> I'm trying to build a flake output but it fails in hydra? it looks like some cargo nightly bits that fail to download in restrictd mode?
<abathur> anyone aware of a go project in nixpkgs that'll produce a dynamically-linked binary on linux?
<colemickens> maybe this is a fault of the nightly rust input I was using
<yorick> unclechu: yeah, I think we tried that
fendor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @risicle merged pull request #116614 → fly: 7.0.0 -> 7.1.0 → https://github.com/NixOS/nixpkgs/pull/116614
__monty__ has quit [Quit: leaving]
simonpe^^ has quit [Remote host closed the connection]
<supersandro2000> figgyc: dos2unix, unix2dos the file?
<figgyc> unix2dos, i think i've figured it out now though
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116991 → tickrs: 0.14.3 -> 0.14.4 → https://github.com/NixOS/nixpkgs/pull/116991
<figgyc> actually that might not work if there's already \r\n in the file although i dont think that should be the case for what i'm doing hopefully, there might be a better way though
<supersandro2000> abathur: there are plenty
<supersandro2000> eg wal-g
luxemboye has quit [Remote host closed the connection]
<supersandro2000> if the package contains C code you might need to add runVend and libraries go to buildInputs
luxemboye has joined #nixos
<{^_^}> [nixpkgs] @kalbasit merged pull request #108454 → ccloud-cli: Declare the actual supported platforms → https://github.com/NixOS/nixpkgs/pull/108454
<abathur> <3 supersandro2000
<{^_^}> supersandro2000's karma got increased to 40
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116824 → archivy: 1.0.2 -> 1.1.1 → https://github.com/NixOS/nixpkgs/pull/116824
Acou_Bass has joined #nixos
<supersandro2000> abathur: what are you trying to package?
<abathur> nothing for now, just looking for an example binary to poke at
mcornick has joined #nixos
wnklmnn has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @onsails opened pull request #116992 → vimPlugins: add registers-nvim → https://github.com/NixOS/nixpkgs/pull/116992
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116955 → python3Packages.transformers: 4.3.3 -> 4.4.2 → https://github.com/NixOS/nixpkgs/pull/116955
<matthewcroughan_> anyone feel like helping with this?
<matthewcroughan_> https://dpaste.com/H4SZND82L
<matthewcroughan_> attribute 'tls.certresolver' already defined at /nix/store/96gwqzrvxb7qjig70g9f7siylc1wzxgz-source/hosts/fu-cluster/modules/hydra.nix:30:9
<abathur> supersandro2000: my rough ~project is figuring out if/how I can identify commands that may execute other commands; false positives are fine, but false negatives aren't, so it also entails identifying when to back off or use alternate heuristics
<supersandro2000> matthewcroughan_: that does not look like nginx...
fl0_id has joined #nixos
<supersandro2000> abathur: not sure how you want to do that
<supersandro2000> you can do lots of fancy tricks to hide executables in binaries
<abathur> masochism + magic
<abathur> I'm not looking for malware
<matthewcroughan_> supersandro2000: I figured it out, traefik module sets tls = true if you use any member attribute of tls, it'll enable it
<supersandro2000> well, some people could declare chrome as malware
dev_mohe has joined #nixos
<supersandro2000> but any proprietary binary will be hard
dev_mohe has quit [Client Quit]
bulukucing has joined #nixos
missionformilk has quit [Ping timeout: 256 seconds]
<abathur> my goal is to carve out slices (ideally just the big ones) of the broad category of executables that I feel like I've found a good heuristic for *actually* separating out sub-executing binaries for, and treating everything outside of the slices as if it does by default
codygman__ has joined #nixos
<viric> clever: this explains all about the dynamic symbols resolution & dlopen. RTLD_DEEPBIND is specially interesting for my case. https://akkadia.org/drepper/dsohowto.pdf
<abathur> so proprietary binaries aren't of particular interest (beyond the extent to which some of them may still walk and talk like other binaries...)
bulukucing has quit [Quit: Connection closed]
<abathur> afk a bit
gustavderdrache has joined #nixos
civodul has quit [Ping timeout: 240 seconds]
<supersandro2000> abathur: so you are starting with the easy ones that use standard methods and go from there. Not a bad idea to tackle any problem but it might require some refactoring down the line which is alright.
dbmikus has quit [Ping timeout: 240 seconds]
philr_ has joined #nixos
mcornick has quit [Quit: brb]
Acou_Bass has quit [Quit: ZNC 1.8.2 - https://znc.in]
mcornick has joined #nixos
<clever> viric: ive had to use something related over at https://github.com/cleverca22/tox_decoder/blob/master/src/logkeys.c#L38
<clever> viric: in this case, i was using LD_PRELOAD to overwrite a symbol, and wanted to then query the original
Acou_Bass has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos