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] @SuperSandro2000 merged pull request #116036 → tektoncd-cli: 0.16.0 -> 0.17.0 → https://github.com/NixOS/nixpkgs/pull/116036
leon[m]2 has joined #nixos
civodul has quit [Ping timeout: 272 seconds]
_Qubasa has joined #nixos
Qubasa has quit [Ping timeout: 260 seconds]
Jd007 has quit [Quit: Jd007]
<fzakaria> Filed an issue https://github.com/NixOS/nixpkgs/issues/116121 I'm not familiar with icu
werner291 has quit [Quit: werner291]
<{^_^}> #116121 (by fzakaria, 1 minute ago, open): mysql80: Can't compile
bendlas has joined #nixos
justanotheruser has quit [Ping timeout: 272 seconds]
<bendlas> i'd like to get multiple desktop logins on different VTs with lightdm. does somebody happen to have a config for that?
_Qubasa has quit [Quit: WeeChat 2.9]
Qubasa has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116094 → python3Packages.deepmerge: 0.1.1 -> 0.2.1 → https://github.com/NixOS/nixpkgs/pull/116094
rj has quit [Ping timeout: 268 seconds]
sangoma has quit [Ping timeout: 245 seconds]
rj has joined #nixos
_Qubasa has joined #nixos
Qubasa has quit [Ping timeout: 264 seconds]
dbmikus has quit [Ping timeout: 246 seconds]
<matthewcroughan_> stigo: is this your blog? https://blog.stigok.com/2019/12/09/nixos-avahi-publish-service.html
<matthewcroughan_> If so, did you ever figure out how to advertise a service on a particular port?
emmanuel_erc has quit [Read error: Connection reset by peer]
stree has quit [Ping timeout: 246 seconds]
emmanuel_erc has joined #nixos
griff_ has joined #nixos
<matthewcroughan_> Anyone know about that? I want service-name.local to go to localhost:3000
justanotheruser has joined #nixos
<stigo> matthewcroughan_: it's sshow's blog
<matthewcroughan_> unfortunate clashing of names hah
<stigo> yep :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116061 → nixos/release-notes/rl-2105.xml: fix typo ("finnally") → https://github.com/NixOS/nixpkgs/pull/116061
bennofs_ has joined #nixos
dbmikus has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116064 → metasploit: 6.0.33 -> 6.0.34 → https://github.com/NixOS/nixpkgs/pull/116064
bennofs__ has quit [Ping timeout: 246 seconds]
superherointj has quit [Quit: Leaving]
dbmikus has quit [Ping timeout: 246 seconds]
stree has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 closed pull request #113849 → vector: fix tests → https://github.com/NixOS/nixpkgs/pull/113849
<{^_^}> [nixpkgs] @mweinelt opened pull request #116122 → python3Packages.plexapi: 4.4.0 -> 4.4.1 → https://github.com/NixOS/nixpkgs/pull/116122
fuiltilt has joined #nixos
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 264 seconds]
mbrgm_ is now known as mbrgm
simba1 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116093 → python3Packages.ntc-templates: 1.6.0 -> 2.0.0 → https://github.com/NixOS/nixpkgs/pull/116093
srk has quit [Remote host closed the connection]
m3thos has quit [Ping timeout: 246 seconds]
srk has joined #nixos
gustavderdrache has joined #nixos
nixbitcoin has quit [Remote host closed the connection]
nixbitcoin has joined #nixos
justanotheruser has quit [Ping timeout: 260 seconds]
supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116112 → pythonPackages.ddt: 1.4.1 -> 1.4.2 → https://github.com/NixOS/nixpkgs/pull/116112
<thehottestpotato> I have made a package for a library that I would like to test by using in a nix shell environment, what would be the correct way to point to the local repository in a shell.nix file?
<{^_^}> [nixpkgs] @jtojnar pushed 409 commits to staging: https://git.io/JqC4U
rajivr has joined #nixos
rj has quit [Ping timeout: 268 seconds]
justanotheruser has joined #nixos
<supersandro2000> thehottestpotato: nix-shell -E "with import ./. {}; callPackage ./default.nix { }"
rj has joined #nixos
simba1 has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @fzakaria opened pull request #116123 → mysql80: fix it so that it compiles → https://github.com/NixOS/nixpkgs/pull/116123
justan0theruser has joined #nixos
justanotheruser has quit [Ping timeout: 264 seconds]
justan0theruser has quit [Ping timeout: 264 seconds]
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #nixos
proofofkeags has quit [Ping timeout: 246 seconds]
mrketsuban[m] has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116122 → home-assistant: 2021.3.3 -> 2021.3.4 → https://github.com/NixOS/nixpkgs/pull/116122
lsix1 has quit [Quit: WeeChat 3.0.1]
cfvnhtsp^ has quit []
justan0theruser has joined #nixos
ddellacosta has joined #nixos
<artturin> supersandro2000: i discovered that just yesterday but i use nix-build -E "with import <nixpkgs> {}; callPackage ./default.nix {}"
<artturin> i meant that what i sent is useful too
<artturin> for building local packages
<supersandro2000> for local packages you can just do nix-build -A
<{^_^}> [nixpkgs] @aanderse merged pull request #93629 → nixos/croc: init → https://github.com/NixOS/nixpkgs/pull/93629
<{^_^}> [nixpkgs] @aanderse merged pull request #115965 → php.extensions.swoole: init at 4.6.4 → https://github.com/NixOS/nixpkgs/pull/115965
<artturin> nope i add them to my config with a overlay
<{^_^}> [nixpkgs] @aanderse merged pull request #111030 → nixos/miniflux: don't depend on sudo → https://github.com/NixOS/nixpkgs/pull/111030
rj has quit [Ping timeout: 268 seconds]
rj has joined #nixos
<{^_^}> [nixpkgs] @nprindle opened pull request #116126 → tmuxPlugins: re-add mkTmuxPlugin → https://github.com/NixOS/nixpkgs/pull/116126
justan0theruser has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @marsam merged pull request #116123 → mysql80: downgrade icu to icu67 → https://github.com/NixOS/nixpkgs/pull/116123
ddellacosta has quit [Remote host closed the connection]
sigmundv_ has quit [Ping timeout: 245 seconds]
suketu[m] has joined #nixos
mkaito has quit [Quit: WeeChat 3.1]
justan0theruser has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116127 → bettercap: 2.29 -> 2.30 → https://github.com/NixOS/nixpkgs/pull/116127
delan has quit [Quit: ZNC - http://znc.in]
thc202 has quit [Ping timeout: 260 seconds]
delan has joined #nixos
hlz has joined #nixos
patagonicus5 has joined #nixos
rj has quit [Ping timeout: 268 seconds]
patagonicus has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @marcus7070 opened pull request #116128 → python3Packages.Rtree: fix build → https://github.com/NixOS/nixpkgs/pull/116128
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #116116 → python38Packages.caldav: 0.7.1 -> 0.8.0 → https://github.com/NixOS/nixpkgs/pull/116116
Dr8128 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116129 → bitwarden: 1.24.6 -> 1.25.0 → https://github.com/NixOS/nixpkgs/pull/116129
h0m1 has quit [Ping timeout: 260 seconds]
h0m1 has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
ddellacosta has joined #nixos
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #116113 → python38Packages.broadlink: 0.16.0 -> 0.17.0 → https://github.com/NixOS/nixpkgs/pull/116113
ahmedelgabri has quit [Ping timeout: 260 seconds]
veegee has quit [Ping timeout: 264 seconds]
ddellacosta has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116130 → brave: 1.21.74 -> 1.21.76 → https://github.com/NixOS/nixpkgs/pull/116130
justan0theruser has quit [Ping timeout: 272 seconds]
Jd007 has joined #nixos
justan0theruser has joined #nixos
aexoxea has joined #nixos
stree has quit [Ping timeout: 276 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @mweinelt merged pull request #116111 → python38Packages.ciscomobilityexpress: 1.0.0 -> 1.0.2 → https://github.com/NixOS/nixpkgs/pull/116111
veegee has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116131 → buildkite-cli: 1.1.0 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/116131
Lord_of_Life has quit [Ping timeout: 245 seconds]
stree has joined #nixos
justan0theruser has quit [Ping timeout: 272 seconds]
Lord_of_Life has joined #nixos
Dotz0cat has quit [Ping timeout: 246 seconds]
mcornick has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116132 → cassowary: 0.13.0 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/116132
ZaraChimera has joined #nixos
Dotz0cat has joined #nixos
ddellacosta has joined #nixos
m0rphism has quit [Ping timeout: 256 seconds]
justan0theruser has joined #nixos
ddellacosta has quit [Ping timeout: 245 seconds]
veegee has quit [Quit: veegee]
<ToxicFrog> Is there anything special I need to do to enable Vulkan support on Intel GPUs? I've installed vulkan-tools and vulkan-loader, but `vulkaninfo` fails with OUT_OF_HOST_MEMORY. It's an Intel HD5500, so it's a bit of a potato, but supposedly it should be supported since Mesa 12 or so...
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116133 → clair: 4.0.2 -> 4.0.3 → https://github.com/NixOS/nixpkgs/pull/116133
griff_ has quit [Quit: griff_]
jmeredith has quit [Quit: Connection closed for inactivity]
mcornick has quit [Quit: zz]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116134 → coursier: 2.0.12 -> 2.0.13 → https://github.com/NixOS/nixpkgs/pull/116134
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 256 seconds]
stephank has quit [Quit: stephank]
stephank has joined #nixos
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116135 → crow-translate: 2.7.1 -> 2.8.0 → https://github.com/NixOS/nixpkgs/pull/116135
<{^_^}> [nixpkgs] @eadwu opened pull request #116136 → clightd: 5.1 -> 5.2 → https://github.com/NixOS/nixpkgs/pull/116136
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #116137 → XA assembler → https://github.com/NixOS/nixpkgs/pull/116137
<fzakaria> when does nixpkgs-unstable get updated from master ?
lordcirth has quit [Quit: Leaving]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
gustavderdrache has joined #nixos
spacefrogg has joined #nixos
AlpineLlama has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
evils has quit [Ping timeout: 245 seconds]
AlpineLlama has joined #nixos
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @ryantm merged pull request #115990 → kubernetes-helm: 3.5.2 -> 3.5.3 → https://github.com/NixOS/nixpkgs/pull/115990
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116138 → direnv: 2.27.0 -> 2.28.0 → https://github.com/NixOS/nixpkgs/pull/116138
orivej has joined #nixos
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 246 seconds]
D_ has quit [Ping timeout: 264 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
aexoxea has quit [Ping timeout: 246 seconds]
aexoxea has joined #nixos
ZaraChimera has quit [Quit: WeeChat 3.0.1]
aexoxea has quit [Client Quit]
cole-h has joined #nixos
aexoxea has joined #nixos
sangoma has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116139 → emplace: 1.2.0 -> 1.2.1 → https://github.com/NixOS/nixpkgs/pull/116139
ahmed_elgabri has joined #nixos
Supersonic112 has joined #nixos
griff_ has joined #nixos
Supersonic has quit [Ping timeout: 264 seconds]
Supersonic112 is now known as Supersonic
stree has quit [Quit: Caught exception]
stree has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
afontaine has quit [Quit: ZNC 1.8.2 - https://znc.in]
afontaine has joined #nixos
afontaine has quit [Client Quit]
Lord_Devi has joined #nixos
afontaine has joined #nixos
terinjokes has quit [Quit: ZNC 1.8.1 - https://znc.in]
ddellacosta has joined #nixos
<Lord_Devi> Hello excellent ppl. Noob here, not able to figure out why he is getting an Unexected '}' in his attempt to create a home-manager.nix import for his configuration.nix. https://pastebin.com/jd1Y2JCr Can anyone help spot my error? =/
terinjokes has joined #nixos
<griff_> Lord_Devi: Line 15 is missing a ; at the end
zebrag has quit [Quit: Konversation terminated!]
ddellacosta has quit [Ping timeout: 246 seconds]
jophish has quit [Ping timeout: 246 seconds]
<griff_> Also I am pretty sure that … in line 15 is invalid as well
<Lord_Devi> griff_: I was sure of that too, and I tried that. But when I add the ; to the end of line 15, I just get a new error: "Unexpected ';'. (line 15). =/ So that really got my head scratching...
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116140 → fatrace: 0.16.1 -> 0.16.2 → https://github.com/NixOS/nixpkgs/pull/116140
<Lord_Devi> Oh... so perhaps the ... part is what is breaking it then.
<ldlework> Is this an easy fix? Google's not telling me anything. Deluge gettext error: https://gist.github.com/dustinlacewell/f757de5a714e79819bfe2fe07f775722
<Lord_Devi> That { ... } line was me trying to follow the guide here https://nixos.wiki/wiki/Home_Manager
ahmed_elgabri has joined #nixos
<griff_> Lord_Devi: That { … } there means fill in the correct info yourself.
<Lord_Devi> Fantastic thanks so much Griff. I'm sure you nailed it for me. I'm just digging for the correct syntax for that now.
<ldlework> oh it's a red-herring
ahmed_elgabri has quit [Ping timeout: 272 seconds]
<Lord_Devi> haha, ok awesome. I got it working. Just not the way I intended. Still. Pretty neat. You WERE right Griff. I fixed that { ... } and now I have a user account provisioned with software put there by home.packages. Just.. I don't have home.nix or the home-manager bin. =)
veegee has joined #nixos
afontaine has quit [Quit: ZNC 1.8.2 - https://znc.in]
CMCDragonkai has quit [Remote host closed the connection]
afontaine has joined #nixos
<veleiro> can you run nixos-containers as systemd user services?
ddellacosta has joined #nixos
<veleiro> instead of with sudo i mean
CMCDragonkai has joined #nixos
<CMCDragonkai> Was just booting up and hit this error https://usercontent.irccloud-cdn.com/file/1B3isngG/IMG_20210313_161150.jpg
<CMCDragonkai> What do you do with a start job that has no limit?
ddellacosta has quit [Ping timeout: 256 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
CMCDragonkai1 has joined #nixos
CMCDragonkai2 has joined #nixos
griff_ has quit [Quit: griff_]
<veleiro> i guess you cant create nixos-containers ran as --user
afontaine has quit [Quit: ZNC 1.8.2 - https://znc.in]
endformationage has quit [Quit: WeeChat 2.9]
<cole-h> CMCDragonkai: `systemd.additionalUpstreamSystemUnits = [ "debug-shell.service" ];` should set that up, if you can reboot to configure it. Alternatively, edit the command line to specify `systemd.debug-shell=1`
<CMCDragonkai1> Can this be done from the systemdboot?
<CMCDragonkai1> hwo do i edit the command line for that?
<cole-h> If you edit the command line of the selected generation, yes
<CMCDragonkai1> in systemd-boot?
<cole-h> Usually the e key
<CMCDragonkai1> e key
<CMCDragonkai1> i see
poscat1 has quit [Ping timeout: 245 seconds]
afontaine has joined #nixos
poscat has joined #nixos
growpotkin has quit [Quit: ZNC 1.8.2 - https://znc.in]
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 276 seconds]
poscat has quit [Remote host closed the connection]
Jd007 has quit [Quit: Jd007]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116142 → git-town: 7.4.0 -> 7.5.0 → https://github.com/NixOS/nixpkgs/pull/116142
poscat has joined #nixos
work_ has quit [Quit: Connection closed for inactivity]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116143 → glab: 1.15.0 -> 1.16.0 → https://github.com/NixOS/nixpkgs/pull/116143
lonesailor[m] has joined #nixos
bahamas has joined #nixos
aexoxea has quit [Ping timeout: 260 seconds]
aexoxea has joined #nixos
bitmapper has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116144 → gofumpt: 0.1.0 -> 0.1.1 → https://github.com/NixOS/nixpkgs/pull/116144
slack1256 has joined #nixos
afontaine has quit [Quit: ZNC 1.8.2 - https://znc.in]
afontaine has joined #nixos
CMCDragonkai1 has quit [Quit: CMCDragonkai1]
afontaine has quit [Quit: ZNC 1.8.2 - https://znc.in]
afontaine has joined #nixos
ddellacosta has joined #nixos
afontaine has quit [Client Quit]
afontaine has joined #nixos
ddellacosta has quit [Ping timeout: 245 seconds]
sparogy has quit [Quit: issued !quit command]
afontaine is now known as sparogy
sparogy is now known as afontaine
afontaine is now known as sparogy
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116145 → grafana-loki: 2.1.0 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/116145
stree has quit [Ping timeout: 256 seconds]
cole-h has quit [Ping timeout: 276 seconds]
ahmed_elgabri has joined #nixos
ahmed_elgabri has quit [Ping timeout: 260 seconds]
bahamas has quit [Quit: leaving]
stree has joined #nixos
muppeth has quit [Read error: Connection reset by peer]
slack1256 has quit [Read error: Connection reset by peer]
palo1 has joined #nixos
slac36247 has joined #nixos
ddellacosta has joined #nixos
palo has quit [Ping timeout: 276 seconds]
palo1 is now known as palo
palo is now known as Guest29216
ddellacosta has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Emantor opened pull request #116146 → iniparser: add pkgconfig file → https://github.com/NixOS/nixpkgs/pull/116146
<veleiro> so it says "Be aware that container management is currently only possible as root" why is this? something to do with the nix store?
respawn_ has joined #nixos
waleee-cl has quit [Quit: Connection closed for inactivity]
riksteri has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116147 → k6: 0.30.0 -> 0.31.0 → https://github.com/NixOS/nixpkgs/pull/116147
hdjdjd[m] has joined #nixos
<{^_^}> [nixpkgs] @NeverBehave opened pull request #116148 → fission: init at 1.12.0 → https://github.com/NixOS/nixpkgs/pull/116148
scheibenkleister has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116149 → kapowbang: 0.6.0 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/116149
ddellacosta has joined #nixos
slac36247 is now known as slack1256
orivej has quit [Ping timeout: 276 seconds]
ddellacosta has quit [Ping timeout: 276 seconds]
attila_lendvai_ has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy merged pull request #112671 → matrix-synapse-plugins.matrix-synapse-shared-secret-auth: init at 1.0.2 → https://github.com/NixOS/nixpkgs/pull/112671
slack1256 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116150 → kubecfg: 0.17.0 -> 0.18.0 → https://github.com/NixOS/nixpkgs/pull/116150
CMCDragonkai1 has joined #nixos
patagonicus5 is now known as patagonicus
emmanuel_erc has quit [Read error: Connection reset by peer]
patagonicus has quit [Quit: The Lounge - https://thelounge.chat]
patagonicus has joined #nixos
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116151 → kustomize-sops: 2.4.0 -> 2.5.0 → https://github.com/NixOS/nixpkgs/pull/116151
<lukego> Is there an easy way to install a Python program (cfclient from pypi) on nixos? I tried adding it to nixpkgs but had problems because it depends on older versions of some libraries than nixpkgs includes. I tried installing with pip but it complains about missing setuptools (maybe not resolving dependencies?) Guessing there's an "obvious" approach I'm missing...?
<simpson> lukego: Is the dependency material, or just version numbers in requirements.txt/setup.py? In the latter case, it's fine to just sed or otherwise mangle those versions.
<lukego> I don't know but it seems risky to assume
<lukego> but I take your point
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116152 → lazygit: 0.25.1 -> 0.26 → https://github.com/NixOS/nixpkgs/pull/116152
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<simpson> Usually, I'd try it and see; it's probably not a material dependency on a specific version. Similarly, they only test on Python 3.4 and 3.5, but it's probably fine on our newer minor versions of CPython.
packer has quit [Quit: ByeBye]
gustavderdrache has quit [Quit: Leaving.]
<Ke> ultranix: not sure what is meant here, but afaik you can't at least use systemd-nspawn as normal user in other distros either
<lovesegfault> ,locate qmake
<{^_^}> [nixpkgs] @FRidh pushed commit from @SuperSandro2000 to staging « pythonPackages.pytest*: Move pytest to buildInputs to allow easy overriding pytest »: https://git.io/JqCVJ
<{^_^}> Found in packages: qt3, qt4, kdevelop, qt48Full, qtcreator, qt512.full, qt514.full, qt5.qtbase.dev, qt512.qtbase.dev, qt514.qtbase.dev, kdevelop-unwrapped
<{^_^}> [nixpkgs] @FRidh closed pull request #116115 → pythonPackages.pytest*: Move pytest to buildInputs to allow easy over… → https://github.com/NixOS/nixpkgs/pull/116115
ddellacosta has joined #nixos
CMCDragonkai has quit [Quit: Connection closed for inactivity]
CMCDragonkai2 is now known as CMCDragonkai
ddellacosta has quit [Ping timeout: 246 seconds]
respawn_ has quit [Quit: Leaving]
packer has joined #nixos
<DavHau[m]> Is there a way to get the revision date from an imported nixpkgs without using flakes?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116153 → mark: 5.2.1 -> 5.2.2 → https://github.com/NixOS/nixpkgs/pull/116153
domogled has quit [Remote host closed the connection]
amir has quit [Quit: No Ping reply in 180 seconds.]
amir has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #116120 → python38Packages.fluent-logger: 0.9.6 -> 0.10.0 → https://github.com/NixOS/nixpkgs/pull/116120
<{^_^}> [nixpkgs] @omgbebebe opened pull request #116154 → photoflare: fix warnings → https://github.com/NixOS/nixpkgs/pull/116154
<{^_^}> [nixpkgs] @jonringer merged pull request #116110 → python38Packages.casbin: 0.18.2 -> 0.18.3 → https://github.com/NixOS/nixpkgs/pull/116110
amir has quit [Client Quit]
attila_lendvai_ has quit [Ping timeout: 256 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
__monty__ has joined #nixos
amir has joined #nixos
simba1 has joined #nixos
ahmed_elgabri has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #116152 → lazygit: 0.25.1 -> 0.26 → https://github.com/NixOS/nixpkgs/pull/116152
ahmed_elgabri has quit [Ping timeout: 272 seconds]
amir has quit [Quit: No Ping reply in 180 seconds.]
<MarcWebe1> https://dpaste.com/6X9NSMNPB python3.8 attempt for cadequery2 Why might withPakcages failing? What is it what I don't understand ?
amir has joined #nixos
ddellacosta has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116155 → minio: 2021-03-10T05-11-33Z -> 2021-03-12T00-00-47Z → https://github.com/NixOS/nixpkgs/pull/116155
ydlr[m] has quit [Quit: Idle for 30+ days]
emmanuel_erc has quit [Read error: Connection reset by peer]
danielzi[m] has quit [Quit: Idle for 30+ days]
redcedar[m] has quit [Quit: Idle for 30+ days]
iensu[m] has quit [Quit: Idle for 30+ days]
emmanuel_erc has joined #nixos
griff_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116156 → minio-client: 2021-03-10T05-59-20Z -> 2021-03-12T03-36-59Z → https://github.com/NixOS/nixpkgs/pull/116156
stree has quit [Ping timeout: 256 seconds]
<yaymukund> I'm writing a package for autojump-rs, which includes a post-install step where you need to source a .sh/.zsh/.fish/etc file depending on your shell. What's the right way to do that OR do you know of other installs that require such a step? Here's what I got so far: https://git.sr.ht/~yaymukund/dotfiles/tree/main/item/nixos/packages/autojump-rs.nix
<{^_^}> [nixpkgs] @etu merged pull request #115973 → php74, php80: 7.4.15 -> 7.4.16, 8.0.2 -> 8.0.3 → https://github.com/NixOS/nixpkgs/pull/115973
<yaymukund> oo, duh, autojump itself has something like this. I could try modeling it off of that: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/programs/autojump.nix#L25
<yaymukund> i guess that is a module, not package. will need to learn more the distinction, as I am still very new.
zupo has joined #nixos
<Ke> can I just link stdenv to etc or somewhere to not get it gcd ever
<__monty__> yaymukund: The main difference ime is modules can do systemd stuff. They usually provide a way to configure things declaratively but packages *can* do that too.
<__monty__> Ke: You can register a gc root.
<__monty__> Weird that you need a stdenv that's not used by anything on your system though?
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to staging: https://git.io/JqCwH
<{^_^}> [nixpkgs] @FRidh closed pull request #116059 → pythonPackages.packaging: Fix cross compilation → https://github.com/NixOS/nixpkgs/pull/116059
<{^_^}> [nixpkgs] @etu opened pull request #116157 → [20.09] php74: 7.4.15 -> 7.4.16 → https://github.com/NixOS/nixpkgs/pull/116157
stree has joined #nixos
<{^_^}> [nixpkgs] @etu closed pull request #116157 → [20.09] php74: 7.4.15 -> 7.4.16 → https://github.com/NixOS/nixpkgs/pull/116157
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @etu opened pull request #116158 → php74: 7.4.15 -> 7.4.16 → https://github.com/NixOS/nixpkgs/pull/116158
<yaymukund> __monty__: thank you
jonringer has quit [Ping timeout: 264 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Diogo9 has joined #nixos
Diogo9 has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116160 → nextdns: 1.10.1 -> 1.11.0 → https://github.com/NixOS/nixpkgs/pull/116160
Diogo9 has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
CMCDragonkai has quit [Ping timeout: 264 seconds]
CMCDragonkai1 is now known as CMCDragonkai
emmanuel_erc has joined #nixos
ddellacosta has joined #nixos
Diogo9 has quit [Quit: The Lounge - https://thelounge.chat]
<Ke> __monty__: I would not want to refetch it after gc
ddellacosta has quit [Ping timeout: 245 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
Diogo9 has joined #nixos
emmanuel_erc has joined #nixos
<{^_^}> Channel nixos-20.09-small advanced to https://github.com/NixOS/nixpkgs/commit/60b18a066e8 (from 13 hours ago, history: https://channels.nix.gsc.io/nixos-20.09-small)
<Ke> I guess alternative fix would be to somehow force nixos to accept root has no passwd
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116161 → obsidian: 0.11.3 -> 0.11.5 → https://github.com/NixOS/nixpkgs/pull/116161
<{^_^}> [nixpkgs] @FRidh pushed to staging-next « python3Packages.urllib3: disable two tests that fail on aarch64 »: https://git.io/JqCrr
AnAmigian[m] has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @misuzu opened pull request #116162 → python3Packages.httplib2: Fix tests on darwin → https://github.com/NixOS/nixpkgs/pull/116162
emmanuel_erc has quit [Read error: Connection reset by peer]
zakame has quit [Ping timeout: 246 seconds]
emmanuel_erc has joined #nixos
zakame has joined #nixos
muppeth has joined #nixos
<CMCDragonkai> Regarding vscode on NixOS
<CMCDragonkai> Is it the idea to always install extensions via `vscode-with-extensions`?
<CMCDragonkai> And never to install interactively?
<CMCDragonkai> Does interactive installation work?
<CMCDragonkai> when on NixOS
oxalica1 has joined #nixos
werner291 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116163 → oneDNN: 2.1 -> 2.1.2 → https://github.com/NixOS/nixpkgs/pull/116163
wnklmnn has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116164 → open-policy-agent: 0.27.0 -> 0.27.1 → https://github.com/NixOS/nixpkgs/pull/116164
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
ddellacosta has joined #nixos
ddellacosta has quit [Ping timeout: 246 seconds]
oxalica1 has quit [Remote host closed the connection]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/7fcc4a8a84d (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
griff_ has quit [Quit: griff_]
ronthecookie has quit [Excess Flood]
ronthecookie has joined #nixos
jumper149 has joined #nixos
<lukego> simpson: but actually aren't I stuck anyway? I add the package to nixpkgs' python packages, it gets fetched from pypi, it rejects the dependency version that's also packaged with nixpkgs. I don't really get to hack requirements.txt here because it's part of the package on pypi?
SanchayanM has joined #nixos
veegee has quit [Read error: Connection reset by peer]
<simpson> lukego: I'm not sure what you mean. No package is safe from sed during patchPhase.
<lukego> oh okay patchphase is where I hook in my hack, gotcha
veegee_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116165 → oppai-ng: 4.0.0 -> 4.1.0 → https://github.com/NixOS/nixpkgs/pull/116165
<simpson> lukego: Too many examples to pick; $ git grep -e 'sed .* setup.py' pkgs/development/python-modules/
<lukego> thanks
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116166 → orcania: 2.1.1 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/116166
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116167 → orchis: 2021-01-22 -> 2021-02-28 → https://github.com/NixOS/nixpkgs/pull/116167
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @prusnak opened pull request #116168 → python3Packages.cocotb: 1.4.0 -> 1.5.0 → https://github.com/NixOS/nixpkgs/pull/116168
<{^_^}> [nixpkgs] @FRidh pushed 2 commits to master: https://git.io/JqCoN
<{^_^}> [nixpkgs] @sikmir opened pull request #116169 → openorienteering-mapper: 0.9.4 → 0.9.5 → https://github.com/NixOS/nixpkgs/pull/116169
<{^_^}> [nixpkgs] @LeSuisse opened pull request #116170 → age: 1.0.0-beta6 -> 1.0.0-rc.1 → https://github.com/NixOS/nixpkgs/pull/116170
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116171 → pdfsam-basic: 4.2.2 -> 4.2.3 → https://github.com/NixOS/nixpkgs/pull/116171
ddellacosta has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @sternenseemann opened pull request #116172 → twitter-color-emoji: 13.0.1 -> 13.0.2 → https://github.com/NixOS/nixpkgs/pull/116172
<{^_^}> [nixpkgs] @BenediktSeidl opened pull request #116173 → obs-studio: add support for srt protocol → https://github.com/NixOS/nixpkgs/pull/116173
<__monty__> Ke: But a stdenv your system closure depends on is registered as a gc root and shouldn't be garbage collected?
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
malook has joined #nixos
mkaito has joined #nixos
mkaito has joined #nixos
mkaito has quit [Changing host]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116174 → pistol: 0.1.8 -> 0.1.9 → https://github.com/NixOS/nixpkgs/pull/116174
jmd has joined #nixos
malook has quit [Quit: malook]
werner292 has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
<{^_^}> [nixpkgs] @nlewo merged pull request #116164 → open-policy-agent: 0.27.0 -> 0.27.1 → https://github.com/NixOS/nixpkgs/pull/116164
qing has joined #nixos
Dr8128 has joined #nixos
ddellacosta has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
qing has left #nixos ["Leaving"]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « chromiumDev: 90.0.4430.19 -> 91.0.4442.4 »: https://git.io/JqCKj
<Ke> __monty__: build deps are not preserved afaik and at least it gets rebuilt every time after gc reproducibly
<{^_^}> [nixpkgs] @primeos opened pull request #116176 → chromium: 89.0.4389.82 -> 89.0.4389.90 → https://github.com/NixOS/nixpkgs/pull/116176
emmanuel_erc has quit [Read error: Connection reset by peer]
ddellacosta has quit [Ping timeout: 264 seconds]
emmanuel_erc has joined #nixos
ahmed_elgabri has quit [Ping timeout: 272 seconds]
orivej has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116177 → procs: 0.11.3 -> 0.11.4 → https://github.com/NixOS/nixpkgs/pull/116177
<Ke> this is maybe some sort of build build dep as result is evaluated in nix
zupo has joined #nixos
stree has quit [Ping timeout: 256 seconds]
simba1 has quit [Ping timeout: 260 seconds]
simba1 has joined #nixos
<yorick> hello! I'm trying to override patchelf for a specific package
<yorick> this seems... hard
fuiltilt has quit [Quit: WeeChat 2.9]
kerru_an[m] has joined #nixos
<{^_^}> [nixpkgs] @dotlambda pushed to master « caerbannog: use fetchFromSourcehut »: https://git.io/JqC6g
<lukego> I'm getting error << qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" >> on a python application I've tried to package, is this some known common thing? (have googled a lot to no avail)
<__monty__> Ke: Build-time only deps aren't but stdenv contains bash so it'd at least take effort not to depend on it at run time. Is this a custom stdenv for building a specific project only or something?
<Ke> most of stdenv deps are there, but not stdenv itself
<Ke> I do have bash and quite bloaty full system otherwise
<simpson> lukego: IIUC you'll need to add `wrapQtAppsHook`, probably, and possibly some more magic. pkgs/development/python-modules/androguard/default.nix is an example package which does it.
oldandwise has joined #nixos
<lukego> thanks!
ahmed_elgabri has joined #nixos
sangoma has quit [Ping timeout: 276 seconds]
stree has joined #nixos
respawn_ has joined #nixos
Guest29216 is now known as palo
palo has quit [Quit: WeeChat 2.9]
palo has joined #nixos
<{^_^}> [nixpkgs] @logan12358 opened pull request #116178 → aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut → https://github.com/NixOS/nixpkgs/pull/116178
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116179 → pueue: 0.12.0 -> 0.12.1 → https://github.com/NixOS/nixpkgs/pull/116179
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
ahmed_elgabri has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @primeos merged pull request #116007 → google-chrome: add optional libva and vulkan support → https://github.com/NixOS/nixpkgs/pull/116007
ddellacosta has joined #nixos
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116180 → qbec: 0.13.4 -> 0.14.1 → https://github.com/NixOS/nixpkgs/pull/116180
<{^_^}> [nixos-homepage] @bobby285271 opened pull request #684 → styling: add styling for governance-description → https://github.com/NixOS/nixos-homepage/pull/684
<{^_^}> [nixpkgs] @FRidh pushed to master « pythonPackages.cadquery: wrap pythonocc-core-cadquery with toPythonModule »: https://git.io/JqCiZ
<{^_^}> [nixpkgs] @ju1m opened pull request #116181 → mastodon-archive: init at 1.3.1 → https://github.com/NixOS/nixpkgs/pull/116181
emmanuel_erc has quit [Read error: Connection reset by peer]
ddellacosta has quit [Ping timeout: 276 seconds]
emmanuel_erc has joined #nixos
simba1 has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @doronbehar merged pull request #116174 → pistol: 0.1.8 -> 0.1.9 → https://github.com/NixOS/nixpkgs/pull/116174
werner292 has joined #nixos
werner291 has quit [Ping timeout: 272 seconds]
werner292 is now known as werner291
simba1 has joined #nixos
<{^_^}> [nixos-homepage] @bobby285271 opened pull request #685 → community/teams/nixos-release: fix failure in rendering → https://github.com/NixOS/nixos-homepage/pull/685
zupo_ has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #107965 → python2 and python3: reproducible builds → https://github.com/NixOS/nixpkgs/pull/107965
<{^_^}> [nixpkgs] @samuela opened pull request #116182 → vscodium: 1.53.2 -> 1.54.2 → https://github.com/NixOS/nixpkgs/pull/116182
werner291 has quit [Ping timeout: 272 seconds]
zupo has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116183 → rdma-core: 33.1 -> 34.0 → https://github.com/NixOS/nixpkgs/pull/116183
wadii has joined #nixos
ris has joined #nixos
generow has joined #nixos
oldandwise has quit [Quit: leaving]
<generow> i tried to configure NIXOS as per the NixOS manual included, however after the reboot i dont have wireless
m0rphism has joined #nixos
<generow> using the UEFI instructions
neiluj has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116184 → redkite: 1.3.0 -> 1.3.1 → https://github.com/NixOS/nixpkgs/pull/116184
simba1 has quit [Ping timeout: 260 seconds]
neiluj has quit [Changing host]
neiluj has joined #nixos
simba1 has joined #nixos
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116185 → resvg: 0.13.1 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/116185
FRidh has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116186 → rng-tools: 6.11 -> 6.12 → https://github.com/NixOS/nixpkgs/pull/116186
zupo has joined #nixos
werner291 has joined #nixos
seanparsons has quit [Quit: ZNC 1.8.1 - https://znc.in]
ddellacosta has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @WilliButz merged pull request #116037 → prometheus-jitsi-exporter: init at 0.2.18 → https://github.com/NixOS/nixpkgs/pull/116037
<Ke> generow: did you install wifi fw?
<Ke> generow: do you have network manager enabled or something
xanderle has quit [Ping timeout: 256 seconds]
werner291 has quit [Ping timeout: 272 seconds]
tfl^ has joined #nixos
<{^_^}> [nixpkgs] @WilliButz merged pull request #116145 → grafana-loki: 2.1.0 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/116145
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116187 → rtsp-simple-server: 0.14.2 -> 0.15.0 → https://github.com/NixOS/nixpkgs/pull/116187
SanchayanM has quit [Quit: SanchayanM]
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy merged pull request #112966 → nixos/mautrix-telegram: substitute secrets in config file at runtime → https://github.com/NixOS/nixpkgs/pull/112966
Dr8128 has quit [Read error: Connection reset by peer]
ahmed_elgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116188 → rust-analyzer-unwrapped: unstable-2021-03-01 -> unstable-2021-03-08 → https://github.com/NixOS/nixpkgs/pull/116188
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/aceb539221d (from 28 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
wangoe[m] has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
meh` has joined #nixos
marcusr has quit [*.net *.split]
chipb has quit [*.net *.split]
inf has quit [*.net *.split]
tv has quit [*.net *.split]
esotericnonsense has quit [*.net *.split]
ximun has quit [*.net *.split]
mniip has quit [*.net *.split]
thomassgn has quit [*.net *.split]
solene has quit [*.net *.split]
oldsk00l has quit [*.net *.split]
toppler` has quit [*.net *.split]
charukiewicz has quit [*.net *.split]
rtjure_ has quit [*.net *.split]
stoile_ has quit [*.net *.split]
suchar has quit [*.net *.split]
lejonet has quit [*.net *.split]
ij has quit [*.net *.split]
orcus has quit [*.net *.split]
realrokka has quit [*.net *.split]
jsoo has quit [*.net *.split]
johnnyfive has quit [*.net *.split]
cybrian_ has quit [*.net *.split]
radvendii has quit [*.net *.split]
jaeckel has quit [*.net *.split]
ajp_ has quit [*.net *.split]
superbaloo has quit [*.net *.split]
andi- has quit [*.net *.split]
NULLx76 has quit [*.net *.split]
samueldr has quit [*.net *.split]
kumo has quit [*.net *.split]
ShaRose has quit [*.net *.split]
pie_ has quit [*.net *.split]
chin-tastic has quit [*.net *.split]
buzzert has quit [*.net *.split]
vancz_ has quit [*.net *.split]
Mirrexagon has quit [*.net *.split]
CcxWrk has quit [*.net *.split]
mrSpec has quit [*.net *.split]
mxco86 has quit [*.net *.split]
qz has quit [*.net *.split]
HedgeMage has quit [*.net *.split]
sjlnk has quit [*.net *.split]
cross has quit [*.net *.split]
grfn has quit [*.net *.split]
managarmr has quit [*.net *.split]
thehottestpotato has quit [*.net *.split]
jhuizy has quit [*.net *.split]
lohfu has quit [*.net *.split]
euank has quit [*.net *.split]
jtobin has quit [*.net *.split]
georges_ has quit [*.net *.split]
Unode has quit [*.net *.split]
kitemikaze has quit [*.net *.split]
teehemkay has quit [*.net *.split]
NemesisD has quit [*.net *.split]
rodgort has quit [*.net *.split]
laerling has quit [*.net *.split]
exarkun has quit [*.net *.split]
whatisRT has quit [*.net *.split]
AtnNn has quit [*.net *.split]
dredozubov has quit [*.net *.split]
ldlework has quit [*.net *.split]
rager has quit [*.net *.split]
shiver has quit [*.net *.split]
nsnc has quit [*.net *.split]
AtnNn has joined #nixos
buzzert has joined #nixos
ShaRose has joined #nixos
sjlnk has joined #nixos
HedgeMage has joined #nixos
solene has joined #nixos
NULLx76 has joined #nixos
stoile has joined #nixos
pie_ has joined #nixos
vancz has joined #nixos
laerling has joined #nixos
cybrian has joined #nixos
laerling has joined #nixos
laerling has quit [Changing host]
suchar has joined #nixos
toppler` has joined #nixos
mxco86 has joined #nixos
mrSpec has joined #nixos
CcxWrk has joined #nixos
teehemkay has joined #nixos
grfn has joined #nixos
kitemikaze has joined #nixos
chin-tastic has joined #nixos
NemesisD has joined #nixos
dredozubov has joined #nixos
exarkun has joined #nixos
whatisRT has joined #nixos
jtobin has joined #nixos
orcus has joined #nixos
siers has joined #nixos
qz has joined #nixos
managarmr has joined #nixos
johnnyfive has joined #nixos
thomassgn has joined #nixos
Mirrexagon has joined #nixos
chipb has joined #nixos
jmd has left #nixos ["ERC (IRC client for Emacs 26.1)"]
inf has joined #nixos
cross has joined #nixos
nsnc has joined #nixos
thehottestpotato has joined #nixos
Dr8128 has joined #nixos
jhuizy has joined #nixos
<{^_^}> [nixpkgs] @FRidh closed pull request #103993 → python39: hardcode path to tzdata → https://github.com/NixOS/nixpkgs/pull/103993
mrSpec is now known as Guest14581
Unode has joined #nixos
kumo has joined #nixos
superbaloo has joined #nixos
oldsk00l has joined #nixos
tv has joined #nixos
ximun has joined #nixos
realrokka has joined #nixos
mniip has joined #nixos
lohfu has joined #nixos
ajp has joined #nixos
radvendii has joined #nixos
emmanuel_erc has quit [Read error: Connection reset by peer]
lejonet has joined #nixos
marcusr has joined #nixos
rtjure_ has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to staging « python39: hardcode path to tzdata »: https://git.io/JqCXB
emmanuel_erc has joined #nixos
rodgort has joined #nixos
charukiewicz has joined #nixos
esotericnonsense has joined #nixos
rager has joined #nixos
georges has joined #nixos
andi- has joined #nixos
jsoo has joined #nixos
ldlework has joined #nixos
samueldr has joined #nixos
<{^_^}> [rfcs] @kevincox opened pull request #88 → Create RFC for nixpkgs Breaking Change Policy → https://github.com/NixOS/rfcs/pull/88
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116154 → photoflare: fix warnings → https://github.com/NixOS/nixpkgs/pull/116154
emmanuel_erc has quit [Read error: Connection reset by peer]
ddellacosta has joined #nixos
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @midchildan opened pull request #116190 → intel-media-sdk: 20.4.1 -> 20.5.1 → https://github.com/NixOS/nixpkgs/pull/116190
<{^_^}> [nixpkgs] @FRidh pushed to staging « python docs: fix note regarding default interpreter »: https://git.io/JqCXw
euank has joined #nixos
generow has quit [Ping timeout: 240 seconds]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116191 → sameboy: 0.14.1 -> 0.14.2 → https://github.com/NixOS/nixpkgs/pull/116191
<{^_^}> [nixpkgs] @FRidh pushed to staging « python docs: update another incorrect claim regarding default interpreter »: https://git.io/JqCXo
ddellacosta has quit [Ping timeout: 256 seconds]
shiver has joined #nixos
werner291 has joined #nixos
dev_mohe has joined #nixos
dev_mohe has quit [Client Quit]
<ece> Is anyone else missing the binary cache?
<ece> Pretty much all my packages are rebuilding
<ece> even wget smh
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116192 → sd-local: 1.0.24 -> 1.0.26 → https://github.com/NixOS/nixpkgs/pull/116192
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
jaeckel has joined #nixos
sangoma has joined #nixos
<supersandro2000> ece: which channel/branch?
simba1 has quit [Ping timeout: 272 seconds]
simba1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116193 → seaweedfs: 2.29 -> 2.31 → https://github.com/NixOS/nixpkgs/pull/116193
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ece> supersandro2000: nixos-unstable
Jd007 has joined #nixos
<ece> I'm using flakes
avaq has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116194 → shipyard: 0.2.9 -> 0.2.15 → https://github.com/NixOS/nixpkgs/pull/116194
<ece> And then wget fails to build
<ece> I'm very confused to say the leasy
<ece> least
stree has quit [Ping timeout: 264 seconds]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116196 → sickgear: 0.23.11 -> 0.23.14 → https://github.com/NixOS/nixpkgs/pull/116196
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #115012 → [staging] openssh: 8.4p1 -> 8.5p1 and refactor → https://github.com/NixOS/nixpkgs/pull/115012
respawn_ has quit [Quit: Leaving]
Jd007 has quit [Quit: Jd007]
ahmed_elgabri has joined #nixos
ddellacosta has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @dasJ closed pull request #115918 → openssh: 8.4p1 -> 8.5p1 → https://github.com/NixOS/nixpkgs/pull/115918
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116197 → singularity: 3.7.1 -> 3.7.2 → https://github.com/NixOS/nixpkgs/pull/116197
<supersandro2000> ece: I think there is something wrong on your end. wget was cached on my machine already.
ahmedelgabri has quit [Ping timeout: 264 seconds]
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #116187 → rtsp-simple-server: 0.14.2 -> 0.15.0 → https://github.com/NixOS/nixpkgs/pull/116187
<siraben> ece: are you on macOS?
<siraben> What does `nix run nixpkgs#wget` give?
stree has joined #nixos
petar has quit [Remote host closed the connection]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116198 → sn0int: 0.20.0 -> 0.20.1 → https://github.com/NixOS/nixpkgs/pull/116198
petar has joined #nixos
D_ has joined #nixos
seanparsons has joined #nixos
ManiacOfMadness has quit [Ping timeout: 272 seconds]
D_ has quit [Client Quit]
D_ has joined #nixos
<yorick> so quartus is checking my network interface mac addr
<yorick> can I somehow expose it in a nix build?
fendor has joined #nixos
fendor has quit [Remote host closed the connection]
fendor has joined #nixos
wadii has quit [Quit: WeeChat 2.8]
Thra11 has joined #nixos
Sornaensis has joined #nixos
Sornaensis|2 has joined #nixos
ManiacOfMadness has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to master « nixos/prometheus/exporters: fix eval if only `openFirewall = true;` is set »: https://git.io/JqCSp
Sornaensis has quit [Disconnected by services]
Sornaensis|2 is now known as Sornaensis
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116199 → stripe-cli: 1.5.9 -> 1.5.10 → https://github.com/NixOS/nixpkgs/pull/116199
ddellacosta has joined #nixos
turlando has joined #nixos
philr_ has quit [Ping timeout: 245 seconds]
ddellacosta has quit [Ping timeout: 246 seconds]
lonesailor[m] has left #nixos ["User left"]
<{^_^}> [nixpkgs] @dotlambda opened pull request #116200 → libhandy: 1.0.3 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/116200
<{^_^}> [nixpkgs] @dotlambda closed pull request #113946 → libhandy: 1.0.3 -> 1.1.90 → https://github.com/NixOS/nixpkgs/pull/113946
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116201 → svlint: 0.4.16 -> 0.4.18 → https://github.com/NixOS/nixpkgs/pull/116201
<{^_^}> [nixpkgs] @FRidh opened pull request #116202 → pypy3.pkgs.cryptography: fix build → https://github.com/NixOS/nixpkgs/pull/116202
ManiacOfMadness has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @romildo closed pull request #115623 → xfce.thunar-volman: 0.9.5 -> 4.16.0 → https://github.com/NixOS/nixpkgs/pull/115623
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116203 → svls: 0.1.25 -> 0.1.27 → https://github.com/NixOS/nixpkgs/pull/116203
<{^_^}> [nixpkgs] @romildo closed pull request #115694 → xfce.xfconf: 4.14.3 -> 4.16.0 → https://github.com/NixOS/nixpkgs/pull/115694
<{^_^}> [nixpkgs] @FRidh merged pull request #115534 → reiser4progs: 2.0.1 -> 2.0.4 → https://github.com/NixOS/nixpkgs/pull/115534
tfl^ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @FRidh merged pull request #115527 → rosegarden: 20.06 -> 20.12 → https://github.com/NixOS/nixpkgs/pull/115527
<{^_^}> [nixpkgs] @romildo closed pull request #115630 → xfce.tumbler: 0.2.9 -> 4.16.0 → https://github.com/NixOS/nixpkgs/pull/115630
<{^_^}> [nixpkgs] @FRidh merged pull request #115443 → libisoburn: 1.5.2 -> 1.5.4 → https://github.com/NixOS/nixpkgs/pull/115443
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #114934 → libofx: 0.10.0 -> 0.10.1 → https://github.com/NixOS/nixpkgs/pull/114934
<{^_^}> [nixpkgs] @FRidh merged pull request #114930 → libdigidocpp: 3.14.4 -> 3.14.5 → https://github.com/NixOS/nixpkgs/pull/114930
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116204 → svxlink: 19.09.1 -> 19.09.2 → https://github.com/NixOS/nixpkgs/pull/116204
<{^_^}> [nixpkgs] @FRidh merged pull request #114936 → lightdm-mini-greeter: 0.5.0 -> 0.5.1 → https://github.com/NixOS/nixpkgs/pull/114936
<{^_^}> [nixpkgs] @romildo closed pull request #115696 → xfce.xfdesktop: 4.14.2 -> 4.16.0 → https://github.com/NixOS/nixpkgs/pull/115696
<{^_^}> [nixpkgs] @FRidh merged pull request #114481 → liblinear: 2.42 -> 2.43 → https://github.com/NixOS/nixpkgs/pull/114481
sangoma has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #114186 → ibus-engines.anthy: 1.5.11 -> 1.5.12 → https://github.com/NixOS/nixpkgs/pull/114186
<{^_^}> [nixpkgs] @romildo closed pull request #115691 → xfce.xfwm4: 4.14.6 -> 4.16.1 → https://github.com/NixOS/nixpkgs/pull/115691
dev_mohe has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #113538 → python37Packages.convertdate: 2.3.0 -> 2.3.1 → https://github.com/NixOS/nixpkgs/pull/113538
<{^_^}> [nixpkgs] @romildo closed pull request #115712 → xfce.xfdashboard: 0.7.7 -> 0.9.0 → https://github.com/NixOS/nixpkgs/pull/115712
<{^_^}> [nixpkgs] @FRidh merged pull request #113348 → ibus-engines.table: 1.12.3 -> 1.12.4 → https://github.com/NixOS/nixpkgs/pull/113348
ronthecookie has quit [Excess Flood]
ronthecookie has joined #nixos
ronthecookie has quit [Excess Flood]
<{^_^}> [nixpkgs] @FRidh merged pull request #113074 → kubelogin: 0.0.7 -> 0.0.8 → https://github.com/NixOS/nixpkgs/pull/113074
ronthecookie has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116205 → symengine: 0.6.0 -> 0.7.0 → https://github.com/NixOS/nixpkgs/pull/116205
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
zebrag has quit [Quit: Konversation terminated!]
ddellacosta has joined #nixos
zebrag has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116206 → syncthingtray: 1.1.2 -> 1.1.3 → https://github.com/NixOS/nixpkgs/pull/116206
<{^_^}> [nixpkgs] @FRidh merged pull request #116202 → pypy3.pkgs.cryptography: fix build → https://github.com/NixOS/nixpkgs/pull/116202
ddellaco_ has joined #nixos
ddellacosta has quit [Ping timeout: 245 seconds]
ahmed_elgabri has quit [Ping timeout: 264 seconds]
ahmed_elgabri has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116208 → taskwarrior-tui: 0.10.4 -> 0.11.1 → https://github.com/NixOS/nixpkgs/pull/116208
waxlamp[m] has joined #nixos
<{^_^}> [nixpkgs] @Thra11 opened pull request #116209 → pure-maps: fix wrapper to include python dependencies → https://github.com/NixOS/nixpkgs/pull/116209
<{^_^}> [nixpkgs] @aanderse merged pull request #115871 → kodi: plugins cleanup → https://github.com/NixOS/nixpkgs/pull/115871
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116210 → teler: 1.0.3 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/116210
berberman has joined #nixos
berberman_ has quit [Ping timeout: 264 seconds]
evils has joined #nixos
Guest14581 has quit [Changing host]
Guest14581 has joined #nixos
Guest14581 is now known as mrSpec
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116211 → terraform-ls: 0.14.0 -> 0.15.0 → https://github.com/NixOS/nixpkgs/pull/116211
<{^_^}> [nixpkgs] @bhipple merged pull request #116163 → oneDNN: 2.1 -> 2.1.2 → https://github.com/NixOS/nixpkgs/pull/116163
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116212 → terragrunt: 0.28.9 -> 0.28.11 → https://github.com/NixOS/nixpkgs/pull/116212
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116213 → terrascan: 1.3.3 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/116213
ManiacOfMadness has joined #nixos
bgamari has quit [Quit: ZNC 1.8.1 - https://znc.in]
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116214 → tfsec: 0.39.5 -> 0.39.6 → https://github.com/NixOS/nixpkgs/pull/116214
<patagonicus> Is there a specific reason why the latest tagged version of nixos/nix on Docker Hub is 2.3.6 and not 2.3.10?
Sornaensis has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
bgamari has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116215 → ticker: 3.1.9 -> 4.0.3 → https://github.com/NixOS/nixpkgs/pull/116215
<patagonicus> Hmm. The source repo has even been updated for 2.3.10, but it looks like no one pushed a tagged version of it.
<{^_^}> [nixpkgs] @primeos opened pull request #116216 → [20.09] chromium: 89.0.4389.72 -> 89.0.4389.90 → https://github.com/NixOS/nixpkgs/pull/116216
<{^_^}> [nixpkgs] @FRidh pushed 9 commits to staging-next: https://git.io/JqCQn
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116217 → tickrs: 0.14.1 -> 0.14.2 → https://github.com/NixOS/nixpkgs/pull/116217
<{^_^}> [nixpkgs] @FRidh closed pull request #115564 → python3Packages.werkzeug,python3Packages.aiohttp,python3Packages.async-upnp-client: fix build; pythonPackages.urllib3: d… → https://github.com/NixOS/nixpkgs/pull/115564
aexoxea has quit [Quit: Goodbye!]
emmanuel_erc has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @primeos opened pull request #116218 → chromium: Remove the enableVaapi flag/option → https://github.com/NixOS/nixpkgs/pull/116218
emmanuel_erc has joined #nixos
ManiacOfMadness has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116128 → python3Packages.Rtree: fix build → https://github.com/NixOS/nixpkgs/pull/116128
cole-h has joined #nixos
D_ has quit [Ping timeout: 264 seconds]
ahmed_elgabri has quit [Quit: WeeChat 3.1]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116219 → tilt: 0.18.10 -> 0.18.13 → https://github.com/NixOS/nixpkgs/pull/116219
<{^_^}> [nixpkgs] @erictapen opened pull request #116220 → dhcpcd: 8.1.4 -> 9.4.0 → https://github.com/NixOS/nixpkgs/pull/116220
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116172 → twitter-color-emoji: 13.0.1 -> 13.0.2 → https://github.com/NixOS/nixpkgs/pull/116172
<{^_^}> [nixpkgs] @marsam merged pull request #116214 → tfsec: 0.39.5 -> 0.39.6 → https://github.com/NixOS/nixpkgs/pull/116214
<{^_^}> [nixpkgs] @marsam merged pull request #116133 → clair: 4.0.2 -> 4.0.3 → https://github.com/NixOS/nixpkgs/pull/116133
respawn_ has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116178 → aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut → https://github.com/NixOS/nixpkgs/pull/116178
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116170 → age: 1.0.0-beta6 -> 1.0.0-rc.1 → https://github.com/NixOS/nixpkgs/pull/116170
<{^_^}> [nixpkgs] @marsam merged pull request #116211 → terraform-ls: 0.14.0 -> 0.15.0 → https://github.com/NixOS/nixpkgs/pull/116211
<tobiasBora> Hello, I'm trying to compile Agordejo https://git.laborejo.org/lss/Agordejo, unfortunately I'm a bit lost since the makefile is a bit specific to that project. My first issue is stupid: the ./configure starts with a "#!/bin/bash", but since this does not exist in nixos, it just crashes.
emmanuel_erc has quit [Read error: Connection reset by peer]
emmanuel_erc has joined #nixos
<tobiasBora> What is the recommended way to fix these /bin/bash in compile scripts?
<supersandro2000> tobiasBora: patchShebangs ./configure
jonringer has joined #nixos
Chiliparrot has joined #nixos
<tobiasBora> supersandro2000: thanks
<{^_^}> [nixpkgs] @FRidh pushed 9 commits to python-unstable: https://git.io/JqCQn
<{^_^}> [nixpkgs] @AndersonTorres opened pull request #116221 → Re-new jasper → https://github.com/NixOS/nixpkgs/pull/116221
archseer has quit [Quit: Idle for 30+ days]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116222 → traefik: 2.4.6 -> 2.4.7 → https://github.com/NixOS/nixpkgs/pull/116222
<{^_^}> [nixpkgs] @marsam merged pull request #116212 → terragrunt: 0.28.9 -> 0.28.11 → https://github.com/NixOS/nixpkgs/pull/116212
<{^_^}> [nixpkgs] @marsam merged pull request #116213 → terrascan: 1.3.3 -> 1.4.0 → https://github.com/NixOS/nixpkgs/pull/116213
<patagonicus> Ah. Now I know why my CI script was failing: nix needs `git` in $PATH for builtins.fetchgit to work. And the docker image doesn't have that.
domogled has joined #nixos
emmanuel_erc has left #nixos ["ERC (IRC client for Emacs 27.1)"]
ddellaco_ has quit [Ping timeout: 256 seconds]
supercoven has joined #nixos
stree has quit [Ping timeout: 246 seconds]
jumper149 has quit [Quit: WeeChat 3.0.1]
<{^_^}> [nixpkgs] @marsam merged pull request #116185 → resvg: 0.13.1 -> 0.14.0 → https://github.com/NixOS/nixpkgs/pull/116185
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116223 → tt-rss-theme-feedly: 2.5.0 -> 2.7.1 → https://github.com/NixOS/nixpkgs/pull/116223
<{^_^}> [nixpkgs] @marsam merged pull request #116179 → pueue: 0.12.0 -> 0.12.1 → https://github.com/NixOS/nixpkgs/pull/116179
dev_mohe has quit [Remote host closed the connection]
D_ has joined #nixos
<{^_^}> [nixpkgs] @JonathanReeve opened pull request #116224 → elpa-packages 2021-03-13 → https://github.com/NixOS/nixpkgs/pull/116224
ahmedelgabri has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #116155 → minio: 2021-03-10T05-11-33Z -> 2021-03-12T00-00-47Z → https://github.com/NixOS/nixpkgs/pull/116155
<{^_^}> [nixpkgs] @marsam merged pull request #116156 → minio-client: 2021-03-10T05-59-20Z -> 2021-03-12T03-36-59Z → https://github.com/NixOS/nixpkgs/pull/116156
<tobiasBora> Now, I get this errors when I run the program Qt: Session management error: Could not open network socket
<tobiasBora> And here is the .nix I'm using: http://paste.debian.net/1189222
ahmedelgabri has joined #nixos
<{^_^}> [nixos-hardware] @Mic92 merged pull request #230 → Surface Go: use KillerNetworking firmware instead of official non-free copy → https://github.com/NixOS/nixos-hardware/pull/230
<{^_^}> [nixpkgs] @marsam merged pull request #116138 → direnv: 2.27.0 -> 2.28.0 → https://github.com/NixOS/nixpkgs/pull/116138
<{^_^}> [nixpkgs] @marsam merged pull request #116139 → emplace: 1.2.0 -> 1.2.1 → https://github.com/NixOS/nixpkgs/pull/116139
<{^_^}> [nixpkgs] @FRidh pushed commit from @jtojnar to staging-next « libqmi: propagate requireds »: https://git.io/JqCd9
attila_lendvai_ has joined #nixos
stree has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116225 → unciv: 3.12.14 -> 3.13.7-patch2 → https://github.com/NixOS/nixpkgs/pull/116225
fendor has quit [Remote host closed the connection]
domogled has quit [Quit: domogled]
domogled1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116226 → upterm: 0.5.2 -> 0.6.5 → https://github.com/NixOS/nixpkgs/pull/116226
lordcirth has joined #nixos
fendor has joined #nixos
gustavderdrache has joined #nixos
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @FRidh merged pull request #115964 → isocodes: 4.5.0 -> 4.6.0 → https://github.com/NixOS/nixpkgs/pull/115964
ddellacosta has joined #nixos
domogled has quit [Ping timeout: 245 seconds]
ddellacosta has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #115911 → openssl: cross compilation without host perl → https://github.com/NixOS/nixpkgs/pull/115911
cole-h has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @primeos merged pull request #116146 → iniparser: add pkgconfig file → https://github.com/NixOS/nixpkgs/pull/116146
ahmed_elgabri has joined #nixos
lordcirth_ has joined #nixos
lordcirth has quit [Ping timeout: 260 seconds]
ahmedelgabri has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116227 → wrangler: 1.13.0 -> 1.15.0 → https://github.com/NixOS/nixpkgs/pull/116227
ahmedelgabri has joined #nixos
<{^_^}> [nixpkgs] @fabaff merged pull request #116210 → teler: 1.0.3 -> 1.1.0 → https://github.com/NixOS/nixpkgs/pull/116210
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116228 → x11docker: 6.6.2 -> 6.7.0 → https://github.com/NixOS/nixpkgs/pull/116228
ahmed_elgabri has quit [Ping timeout: 272 seconds]
meh` has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #116200 → libhandy: 1.0.3 -> 1.2.0 → https://github.com/NixOS/nixpkgs/pull/116200
zupo has joined #nixos
poscat has quit [Ping timeout: 276 seconds]
poscat has joined #nixos
<{^_^}> [nixpkgs] @kidonng opened pull request #116229 → fzf: 0.25.1 -> 0.26.0 → https://github.com/NixOS/nixpkgs/pull/116229
Chiliparrot has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116230 → xmrig-proxy: 6.4.0 -> 6.10.1 → https://github.com/NixOS/nixpkgs/pull/116230
Acou_Bass has quit [Ping timeout: 260 seconds]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116231 → xva-img: 1.4.1 -> 1.4.2 → https://github.com/NixOS/nixpkgs/pull/116231
ddellacosta has joined #nixos
jumper149 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116232 → yad: 7.3 -> 8.0 → https://github.com/NixOS/nixpkgs/pull/116232
jumper149 has quit [Client Quit]
ddellacosta has quit [Ping timeout: 246 seconds]
jumper149 has joined #nixos
jumper149 has quit [Client Quit]
jumper149 has joined #nixos
jumper149 has quit [Client Quit]
v0|d has joined #nixos
<{^_^}> [nixpkgs] @doronbehar merged pull request #106599 → gnuradio.pkgs: init + 3.8 -> 3.9 → https://github.com/NixOS/nixpkgs/pull/106599
jumper149 has joined #nixos
<{^_^}> [nixpkgs] @mjlbach opened pull request #116233 → [WIP] webkitgtk: fix build on darwin → https://github.com/NixOS/nixpkgs/pull/116233
jumper149 has quit [Client Quit]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116234 → zef: 0.11.4 -> 0.11.5 → https://github.com/NixOS/nixpkgs/pull/116234
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jumper149 has joined #nixos
jaeckel has quit [Changing host]
jaeckel has joined #nixos
jumper149 has quit [Client Quit]
jumper149 has joined #nixos
<{^_^}> [nix] @ianthehenry opened pull request #4634 → backport #4411 → https://github.com/NixOS/nix/pull/4634
jumper149 has quit [Quit: WeeChat 3.1]
sabasedigh has joined #nixos
<f0x> so as a learning thing im trying to package https://git.pixie.town/f0x/galaxy, a nodejs script without dependencies, and a bash wrapper that calls it
<sabasedigh> hello
<f0x> but i got quite lost in the documentations..
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @jtojnar opened pull request #116236 → flatpak: attempt to fix flatpak-spawn --clear-env → https://github.com/NixOS/nixpkgs/pull/116236
<sabasedigh> Do we have budgie on nixos
<sabasedigh> ?
sangoma has joined #nixos
jumper149 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116237 → acl: 2.2.53 -> 2.3.0 → https://github.com/NixOS/nixpkgs/pull/116237
ddellacosta has quit [Ping timeout: 264 seconds]
zupo has joined #nixos
jumper149 has quit [Client Quit]
<simpson> sabasedigh: It seems not.
rajivr has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @yurrriq closed pull request #115883 → musescore: 3.6.1 -> 3.6.2 → https://github.com/NixOS/nixpkgs/pull/115883
<Ke> btw. is it considered good or bad practise to have trunk config as extraConfig like with sshd module, so people can place extraConfig before the base config or just override it
jumper149 has joined #nixos
<Ke> I like it since it allowed me the flexibility I needed for sshd, but it does not seem very common among modules
waleee-cl has joined #nixos
<{^_^}> [nixpkgs] @yurrriq merged pull request #115849 → renderizer: 2.0.9 -> 2.0.12 → https://github.com/NixOS/nixpkgs/pull/115849
jumper149 has quit [Client Quit]
<infinisil> Ke: Check out rfcs#42
<{^_^}> https://github.com/NixOS/rfcs/pull/42 (by Infinisil, 1 year ago, merged): [RFC 0042] NixOS settings options
jumper149 has joined #nixos
dsrt^ has joined #nixos
pushqrdx has joined #nixos
<{^_^}> [nixpkgs] @markuskowa merged pull request #116183 → rdma-core: 33.1 -> 34.0 → https://github.com/NixOS/nixpkgs/pull/116183
<{^_^}> [nixpkgs] @jtojnar pushed 87 commits to staging-next: https://git.io/JqChZ
<pushqrdx> so i want to give emacs/native/nox a shot
<pushqrdx> without adding anything to my configuration.nix i just want to install it as an overlay
jumper149 has quit [Quit: WeeChat 3.1]
jumper149 has joined #nixos
jumper149 has quit [Client Quit]
jumper149 has joined #nixos
ydlr[m] has joined #nixos
dev_mohe has joined #nixos
Qwerky has joined #nixos
stree has quit [Ping timeout: 256 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ddellacosta has joined #nixos
<Ke> Infinisi1: I guess the generators generally obey mkOrder?
Qwerky has quit [Ping timeout: 276 seconds]
<Ke> and seems sane, I have in fact used mkINI at some point, though I guess people migrating templates from other distros will be missing out
ddellacosta has quit [Ping timeout: 276 seconds]
jumper149 has quit [Quit: WeeChat 3.1]
Qwerky has joined #nixos
sss2 has joined #nixos
jumper149 has joined #nixos
jumper149 has quit [Client Quit]
stree has joined #nixos
<infinisil> Ke: The generators are independent of mkOrder, but yeah almost all module definitions obey mkOrder
<infinisil> For ini using pkgs.formats.ini will work great :)
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #115974 → treewide (darwin): fix or enable darwin build for many packages (5) → https://github.com/NixOS/nixpkgs/pull/115974
jumper149 has joined #nixos
jumper149 has quit [Client Quit]
gustavderdrache has quit [Quit: Leaving.]
<{^_^}> [nixpkgs] @veprbl merged pull request #113800 → stdenv: ignore duplicates in addToSearchPath → https://github.com/NixOS/nixpkgs/pull/113800
<{^_^}> [nixpkgs] @doronbehar merged pull request #116206 → syncthingtray: 1.1.2 -> 1.1.3 → https://github.com/NixOS/nixpkgs/pull/116206
<{^_^}> [nixpkgs] @j4m3s-s opened pull request #116239 → tea: init at 0.7.0 → https://github.com/NixOS/nixpkgs/pull/116239
pbb has quit [Remote host closed the connection]
pbb has joined #nixos
berberman_ has joined #nixos
ddellacosta has joined #nixos
jb55 has quit [Remote host closed the connection]
berberman has quit [Ping timeout: 272 seconds]
jb55 has joined #nixos
ddellacosta has quit [Ping timeout: 264 seconds]
fendor has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116240 → armadillo: 10.2.2 -> 10.3.0 → https://github.com/NixOS/nixpkgs/pull/116240
<sabasedigh> Do I have a good and smooth user experience with NixOS on a Core Duo 2 machine?
<sabasedigh> thanks for your help....
orivej has quit [Ping timeout: 245 seconds]
jb55 has quit [Remote host closed the connection]
orivej has joined #nixos
jb55 has joined #nixos
makergrl has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @risicle closed pull request #62843 → clickhouse: enable for darwin → https://github.com/NixOS/nixpkgs/pull/62843
fendor has joined #nixos
<sabasedigh> :)
griff_ has joined #nixos
ddellacosta has quit [Remote host closed the connection]
<{^_^}> Channel nixos-20.09 advanced to https://github.com/NixOS/nixpkgs/commit/60b18a066e8 (from 23 hours ago, history: https://channels.nix.gsc.io/nixos-20.09)
Qwerky has quit [Remote host closed the connection]
<Reventlov> Is there some plugin for vscode that supports nix files and knows how to fold them ?
corpix has joined #nixos
respawn_ has quit [Quit: Leaving]
srk has quit [Remote host closed the connection]
srk has joined #nixos
Qwerky has joined #nixos
Diogo9 has quit [Quit: The Lounge - https://thelounge.chat]
Diogo9 has joined #nixos
<elvishjerricco> Why wouldn't a (declarative) nixos-container be able to access the internet?
sabasedigh has quit [Remote host closed the connection]
<elvishjerricco> Hm... Restarting that container fixed it
zebrag has quit [Quit: Konversation terminated!]
corpix has quit [Quit: corpix]
zebrag has joined #nixos
corpix has joined #nixos
jmeredith has joined #nixos
attila_lendvai_ has quit [Quit: Leaving]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @primeos merged pull request #116176 → chromium: 89.0.4389.82 -> 89.0.4389.90 → https://github.com/NixOS/nixpkgs/pull/116176
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #116069 → mcfgthreads: 9570e5ca -> 10y2x3x6 → https://github.com/NixOS/nixpkgs/pull/116069
teto has joined #nixos
orivej has quit [Ping timeout: 246 seconds]
fuiltilt has joined #nixos
ATuin has joined #nixos
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #116241 → coreutils: disable tests which fail in sandbox → https://github.com/NixOS/nixpkgs/pull/116241
hiro98 has joined #nixos
zupo has joined #nixos
slack1256 has joined #nixos
shibboleth has joined #nixos
jonringer has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @jtojnar opened pull request #116242 → buildFishPlugin: do not pass irrelevant arguments down → https://github.com/NixOS/nixpkgs/pull/116242
vrinek has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116243 → calc: 2.12.8.2 -> 2.12.9.0 → https://github.com/NixOS/nixpkgs/pull/116243
hiro98 has quit [Remote host closed the connection]
civodul has joined #nixos
fuzzypixelz has joined #nixos
stree has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @zhaofengli opened pull request #116244 → kgx: init at unstable-2021-03-12 → https://github.com/NixOS/nixpkgs/pull/116244
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #116245 → zerobin. nixos/zerobin: Drop due to being unmaintained → https://github.com/NixOS/nixpkgs/pull/116245
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116246 → cryptsetup: 2.3.4 -> 2.3.5 → https://github.com/NixOS/nixpkgs/pull/116246
kfiz has quit [Quit: ZNC 1.8.1 - https://znc.in]
kfiz has joined #nixos
Qwerky has joined #nixos
stree has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/5e367ecef91 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @teto merged pull request #113222 → deadd-notification-center: 1.7.3 -> 2021-03-10 and service files for dbus and systemd → https://github.com/NixOS/nixpkgs/pull/113222
fendor_ has joined #nixos
davidv7 has joined #nixos
fendor has quit [Ping timeout: 265 seconds]
Qwerky has quit [Remote host closed the connection]
<Reventlov> So i'm trying to use specialisations
<Reventlov> but /run/current-system/specialisation/ remains empty
sangoma has quit [Ping timeout: 246 seconds]
fuzzypixelz has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @tfmoraes opened pull request #116247 → meshlab: 2020.07 -> 2020.12 → https://github.com/NixOS/nixpkgs/pull/116247
wnklmnn has quit [Quit: Leaving]
pingiun_ is now known as pingiun
<bqv> Ericson2314: last time I'll ping, but any movement on the nix-ipfs front?
<{^_^}> [nix] @roberth opened pull request #4635 → Unsmudge fetchGit for reproducibility and security → https://github.com/NixOS/nix/pull/4635
<figgyc> is there a way to make `nix run` output the full log automatically instead of just the last 10 lines?
growpotkin has joined #nixos
<supersandro2000> figgyc: set the log lines setting to something crazy high
<Reventlov> so, yeah, my /run/current-system/specialisation/ is empty unless I rebuild…
<Reventlov> and then If I switch, it becomes empty again
madyan has joined #nixos
madyan has quit [Quit: Connection closed]
<{^_^}> [nixpkgs] @risicle merged pull request #116166 → orcania: 2.1.1 -> 2.2.0 → https://github.com/NixOS/nixpkgs/pull/116166
<{^_^}> [nixpkgs] @dotlambda opened pull request #116248 → zulip-term: 0.5.2 -> 0.6.0 → https://github.com/NixOS/nixpkgs/pull/116248
Qwerky has joined #nixos
orion_ is now known as orion
orion is now known as Guest25944
<{^_^}> [nixpkgs] @risicle merged pull request #115923 → fio: 3.25 -> 3.26 → https://github.com/NixOS/nixpkgs/pull/115923
Guest25944 is now known as orion
orion has quit [Changing host]
orion has joined #nixos
fendor_ is now known as fendor
jsoo has quit [Quit: ZNC 1.8.2 - https://znc.in]
supercoven has quit [Ping timeout: 264 seconds]
jsoo has joined #nixos
<{^_^}> [nixpkgs] @risicle merged pull request #115910 → eksctl: 0.39.0 -> 0.40.0 → https://github.com/NixOS/nixpkgs/pull/115910
puffnfresh has quit [Ping timeout: 276 seconds]
therajsun[m] has joined #nixos
puffnfresh has joined #nixos
pushqrdx has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Ma27 merged pull request #116229 → fzf: 0.25.1 -> 0.26.0 → https://github.com/NixOS/nixpkgs/pull/116229
philr_ has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #116140 → fatrace: 0.16.1 -> 0.16.2 → https://github.com/NixOS/nixpkgs/pull/116140
<{^_^}> [nixpkgs] @r-ryantm opened pull request #116249 → dconf: 0.38.0 -> 0.40.0 → https://github.com/NixOS/nixpkgs/pull/116249
<{^_^}> [nixpkgs] @Ma27 merged pull request #116068 → powershell: 7.1.0 -> 7.1.3 → https://github.com/NixOS/nixpkgs/pull/116068
Qwerky has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @SuperSandro2000 merged pull request #116248 → zulip-term: 0.5.2 -> 0.6.0 → https://github.com/NixOS/nixpkgs/pull/116248
<{^_^}> [nixpkgs] @Pamplemousse opened pull request #116250 → ipmitool: fix security vulnerability → https://github.com/NixOS/nixpkgs/pull/116250
<{^_^}> [nixpkgs] @Ma27 merged pull request #116047 → powerline: 2.8.1 -> 2.8.2 → https://github.com/NixOS/nixpkgs/pull/116047
<davidak[m]> https://discourse.nixos.org/t/vision-for-nixpkgs/11950 please provide feedback
shibboleth has quit [Quit: shibboleth]
philr_ has quit [Ping timeout: 260 seconds]
ericsagn1 has quit [Ping timeout: 272 seconds]
Qwerky has joined #nixos
WilliButz has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aminechikhaoui has quit [Quit: The Lounge - https://thelounge.github.io]
WilliButz has joined #nixos
Qwerky has quit [Ping timeout: 256 seconds]
heck-to-the-gnom has left #nixos ["User left"]
dev_mohe has quit [Quit: dev_mohe]
ericsagn1 has joined #nixos
ATuin has quit [Ping timeout: 256 seconds]
FRidh has quit [Quit: Konversation terminated!]
<ronthecookie> how would i add extra libs to appimage-run? i've been looking at nixpkgs but theres a lot of stuff for fhs envs
griff_ has quit [Quit: griff_]
fendor has quit [Read error: Connection reset by peer]
<ronthecookie> supersandro2000: thanks!
mcornick has joined #nixos
<{^_^}> [nixpkgs] @risicle merged pull request #115866 → kapp: 0.35.0 -> 0.36.0 → https://github.com/NixOS/nixpkgs/pull/115866
<ronthecookie> supersandro2000: i added libpulseaudio as it was complaining about that but it still can't find it. LD_PRELOADing seems to work though.
fuzzypixelz has joined #nixos
cole-h has joined #nixos
simba1 has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Artturin opened pull request #116253 → squeekboard: init at unstable-2021-03-09 → https://github.com/NixOS/nixpkgs/pull/116253
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #116254 → vscode-extensions.hashicorp.terraform: 2.8.1 -> 2.8.2 → https://github.com/NixOS/nixpkgs/pull/116254
__monty__ has quit [Quit: leaving]
zebrag has quit [Quit: Konversation terminated!]
zebrag has joined #nixos
<{^_^}> [nixpkgs] @rhoriguchi opened pull request #116255 → vscode-extensions.gruntfuggly.todo-tree: 0.0.201 -> 0.0.204 → https://github.com/NixOS/nixpkgs/pull/116255
<ronthecookie> figured it out
stree has quit [Ping timeout: 256 seconds]
veegee_ is now known as veegee
fuzzypixelz has quit [Ping timeout: 240 seconds]
dev_mohe has joined #nixos
dev_mohe has quit [Client Quit]
mcornick has quit [Ping timeout: 256 seconds]
jonringer has joined #nixos
stree has joined #nixos
heywoodlh has joined #nixos
mcornick has joined #nixos
<{^_^}> [nixpkgs] @fabaff opened pull request #116256 → python3Packages.pywemo: init at 0.6.4 → https://github.com/NixOS/nixpkgs/pull/116256
philr_ has joined #nixos
Dr8128 has quit [Ping timeout: 264 seconds]
<unclechu> hi. can i override a license in an existing derivation?
civodul has quit [Quit: ERC (IRC client for Emacs 27.1)]
<cole-h> Maybe... Why?
<cole-h> If you're just trying to allow an unfree application, you can use allowUnfreePredicate: https://nixos.org/manual/nixpkgs/stable/#sec-allow-unfree
<{^_^}> [nixpkgs] @SuperSandro2000 opened pull request #116257 → doc/languages-frameworks/*: add missing languages to code fences → https://github.com/NixOS/nixpkgs/pull/116257
<{^_^}> [nixpkgs] @fabaff opened pull request #116258 → python3Packages.hass-nabucasa: 0.41.0 -> 0.42.0 → https://github.com/NixOS/nixpkgs/pull/116258
<unclechu> cole-h: i wanted to customize some own packages providing custom license and whitelist that license. instead of allowing unfree license in general
<cole-h> there's an example in that link I sent that allows you to allowlist specific packages by name
<{^_^}> [nixpkgs] @jtojnar merged pull request #115987 → gtk3: 3.24.24 -> 3.24.26 → https://github.com/NixOS/nixpkgs/pull/115987
<unclechu> cole-h: thanks, yeah, i think will do for my case. but i’m still interested in the first is technically possible
<cole-h> You'd be able to `overrideAttrs` it, presumably
<unclechu> cole-h: i’m trying right know but the error still mentions initial license `unfree license (‘unfree’)`
gustavderdrache has joined #nixos
<cole-h> > (hello-unfree // { meta = hello-unfree.meta // { unfree = false; }; }).meta
<{^_^}> { available = <CODE>; broken = <CODE>; description = "An example package with unfree license (for testing)"; insecure = <CODE>; license = <CODE>; maintainers = <CODE>; name = <CODE>; outputsToInstall ...
<{^_^}> [nixpkgs] @dotlambda opened pull request #116259 → portfolio-filemanager: init at 0.9.10 → https://github.com/NixOS/nixpkgs/pull/116259
<cole-h> > (hello-unfree // { meta = hello-unfree.meta // { unfree = false; }; }).meta.unfree
<{^_^}> false
<cole-h> > hello-unfree.meta.unfree
<{^_^}> true
<cole-h> looks like meta doesn't like being overridden, so you'd have to go that route.
<{^_^}> [nixpkgs] @jtojnar pushed to staging « gtk3: 3.24.26 → 3.24.27 »: https://git.io/JqWsL
corpix has quit [Remote host closed the connection]
corpix has joined #nixos
zhaofeng is now known as zhaofeng_ircclou
sorki has joined #nixos
srk has quit [Ping timeout: 268 seconds]