gchristensen changed the topic of #nixos to: NixOS stable: 18.09, beta: 19.03 https://discourse.nixos.org/t/nixos-19-03-feature-freeze/1950 || 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/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018
<pie_> aaand now the postgres part is complaining about not being able to connect
shibboleth has quit [Quit: shibboleth]
<pie_> even though it should be...
o1lo01ol1o has joined #nixos
semilattice has joined #nixos
<pie_> ,locate netstat
<{^_^}> Found in packages: cheat, munin, toybox, busybox, dd-agent, nettools, unixtools.netstat, unixtools.nettools
<mog> is anybody using nix-serve? i built a package on my local machine and then nix copy --all to my cache server. uninstalled it locally, nix-collect-garbage and installed again. i expected it to use cache and install fast, instead it built locally again. is there a step im missing
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<pie_> so netstat says: tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN
<semilattice> Anyone know how to fix the issue with a lock around the system blocking nixos-rebuild?
<semilattice> I've tried rebooting, running gc, repairing
<semilattice> it manifests as "cannot create symlink [store-path-for-system]; permission denied"
<semilattice> and yeah running as root
<semilattice> even nixos-rebuild build doesn't work
jmeredith has quit [Quit: Connection closed for inactivity]
rcshm_ has quit [Ping timeout: 244 seconds]
vk3wtf has quit [Ping timeout: 240 seconds]
jluttine has quit [Ping timeout: 245 seconds]
<semilattice> okay maybe it's another issue
<{^_^}> [nixpkgs] @ryantm merged pull request #57272 → libcpuid: 0.4.0 -> 0.4.1 → https://git.io/fhhNV
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fhjv0
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57318 → mgba: 0.7.0 -> 0.7.1 → https://git.io/fhjvz
<{^_^}> [nixpkgs] @ryantm merged pull request #57316 → mbuffer: 20190113 -> 20190127 → https://git.io/fhjvJ
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fhjva
<semilattice> it has to do with saving a copy of the config file, but I can't seem to figure out what exactly causes the issue
vk3wtf has joined #nixos
<pie_> ...wat: ".......................F./nix/store/a6rf8a474z5y01w4ld2v54d24kyqcxag-stdenv-linux/setup: line 1290: 6837 Segmentation fault py.test -k "not (test_database or test_api or test_apps)""
<manveru> semilattice: do you run with sudo?
<manveru> oh, nm
<manveru> looks more like the daemon isn't able to do its thing
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<semilattice> Yeah I was running with sudo. I think it might be that there's a symlink in the source that's problematic
<semilattice> But anyway some long time ago I had this line from a random person on the internet:
jgt1 has quit [Read error: Connection reset by peer]
<semilattice> `system.extraSystemBuilderCmds = "ln -sv ${./.} $out/nixcfg";`
<{^_^}> [nixpkgs] @worldofpeace merged pull request #57197 → capitaine-cursors: 2.1 -> 3 → https://git.io/fhhiS
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/fhjvK
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57319 → minimap2: 2.15 -> 2.16 → https://git.io/fhjvi
<semilattice> It saves a copy of the configuration files that were used to build the system
jgt1 has joined #nixos
<semilattice> So that seems to go poorly with other symlinks, git or something to that degree
<semilattice> ah, that would make sense. If git shares some binary blobs with elsewhere on the system (which it does), then those would be symlinked
<semilattice> which would break the build
<semilattice> So I'd need to manage to keep git out of it
<semilattice> or find another solution for keeping the sources around
mbrgm_ has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #57212 → audacity: 2.3.0 -> 2.3.1 → https://git.io/fhh1J
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fhjv1
jasongrossman has quit [Ping timeout: 245 seconds]
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm_ is now known as mbrgm
o1lo01ol1o has joined #nixos
<infinisil> semilattice: lib.cleanSource (toString ./.) instead of just ./.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57320 → miniupnpc_2: 2.1 -> 2.1.20190210 → https://git.io/fhjvS
jluttine has joined #nixos
rasmosis is now known as Erasmus
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57321 → mksh: 56c -> 57 → https://git.io/fhjfL
kvda has joined #nixos
kvda has quit [Client Quit]
stigo has quit [Quit: WeeChat 2.2]
jluttine has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57322 → modsecurity_standalone: 2.9.2 -> 2.9.3 → https://git.io/fhjfY
jgt2 has joined #nixos
<pie_> if nix says "running install tests" does that really correspond to the python checkphase?
nD5Xjz_ has joined #nixos
jpaus has joined #nixos
nD5Xjz has quit [Ping timeout: 250 seconds]
<pie_> oh damn i think i know what happened
<semilattice> infinisil: thank you so much!
<pie_> i set checkPhase so maybe preCheck and postCheck arent running
<semilattice> I'll give that a try
<pie_> wow im blind i should have noticed this earlier, all my echo messages are missing
jgt1 has quit [Ping timeout: 245 seconds]
stigo has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed to release-19.03 « audacity: 2.3.0 -> 2.3.1 »: https://git.io/fhjfC
nD5Xjz has joined #nixos
<semilattice> :( nope, still didn't work.
nD5Xjz_ has quit [Ping timeout: 245 seconds]
jpaus has quit [Ping timeout: 240 seconds]
ViktorKleen[m] has joined #nixos
<pie_> should i open an issue about setting a phase meaning its pre and post hooks wont get run unless you call them manually? like here https://github.com/NixOS/nixpkgs/blob/49dcf7be625ea919d3201dc4d78207f258b903ef/pkgs/development/python-modules/py-cpuinfo/default.nix#L22-L26
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/50876481a01 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<pie_> ah well what the heck ill just do it
jluttine has joined #nixos
hlolli has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
kvda has joined #nixos
jasongrossman has joined #nixos
Fare has quit [Ping timeout: 245 seconds]
rcshm has joined #nixos
stepcut has quit [Remote host closed the connection]
vidbina has joined #nixos
domogled has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fhjfy
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
<infinisil> pie_: I think that's how it's supposed to work
<infinisil> Well, it sure is confusing, not sure why it has to be like this
hlolli_ has joined #nixos
<samueldr> it's an implementation details of phases AFAIUI
* samueldr digs for the RFC
<{^_^}> #57323 (by deliciouslytyped, 38 minutes ago, open): Usability(?)/interfaces: setting a phase should not clear calls to pre- and post- hooks
<samueldr> I'm not sure there is an elegant method to fix this without breaking the whole world :/
<samueldr> pre/post phases are named in an ad-hoc manner by their phase, though I think they all match a pattern already
hlolli has quit [Ping timeout: 259 seconds]
sigmundv has joined #nixos
<pie_> well maybe the entire world doesnt rely on this but i could imagine there being a lot of breakage
<pie_> all pre and post phases are empty by default?
<samueldr> any phase implemented (and outside nixpkgs) would need to have their `runHook` calls not be called two times
<pie_> yeah but you can "just" grep?
<samueldr> other people's repos?
<pie_> ah ok
<samueldr> nixpkgs has an external facing A"B"I :/
<pie_> maybe its time to start versioning nixpkgs conventions? >.>
<samueldr> stdenv.mkDerivationTwoPointZero
<pie_> oh god thats not what i meant
<samueldr> :p
<pie_> on the other hand stuff breaks in nixpkgs all the time right, but we have pinning and stuff so its all fine right? ;P
<pie_> samueldr: is there an rfc for a procedure fo dealing with major api refactors yet
stepcut has joined #nixos
<pie_> which is to say im not going to write it
<pie_> xD
<samueldr> I don't think there is
<{^_^}> [nixpkgs] @eadwu opened pull request #57325 → vscode-extensions.WakaTime.vscode-wakatime: 1.2.7 -> 1.2.12 → https://git.io/fhjfp
Diagon has joined #nixos
<pie_> nix would be even more amazing if it was capable of handling something like this relatively fracefully
<pie_> *gracefully
<pie_> do we have the technology???
<pie_> can we rebuild him???
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57326 → minixml: 2.12 -> 3.0 → https://git.io/fhjJf
hlolli_ has quit [Ping timeout: 240 seconds]
stepcut has quit [Ping timeout: 255 seconds]
freeman42x has quit [Ping timeout: 252 seconds]
silver has quit [Quit: rakede]
<clever> pie_: have you seen builder defs?
fragamus has joined #nixos
kp__ has quit [Quit: WeeChat 2.4]
<pie_> clever: no i havent
<pie_> clever: ok im not sure what you mean
<pie_> clever: what am i looking at
<clever> pie_: that is what nixpkgs used, before stdenv.mkDerivation
xkapastel has quit [Quit: Connection closed for inactivity]
<clever> pie_: i was greeted with that one day, when i tried to .overrideDerivation, and it didnt work right
<pie_> clever: i have no idea how this works but it looks kind of recursive
sigmundv has quit [Ping timeout: 240 seconds]
<pie_> well, its looks a little interesting so maybe i will look at it later if i have time
<clever> pie_: that shows all the changes needed to switch it to stdenv
<pie_> clever: gotta love factoring stuff out
<pie_> praise be to mkDerivation
<pie_> clever: i mean, thats basically a rewrite ;P
<clever> pretty much :P
<clever> and its late now, i should get off to bed
sigmundv has joined #nixos
<pie_> o/
fragamus has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ym555 has quit [Ping timeout: 245 seconds]
ym555 has joined #nixos
stigo has quit [Quit: WeeChat 2.2]
<pie_> I just packaged something that uses autotools and a lot of deps...well that was really easy >_>
tdbgamer has joined #nixos
<pie_> praise nixos
<pie_> praise nixpkgs
<pie_> onwards collaborative progress
sigmundv has quit [Ping timeout: 246 seconds]
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/72ad05bfc06 (from 11 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
semilattice has quit [Quit: semilattice]
drakonis has quit [Quit: WeeChat 2.3]
jonoabroad has joined #nixos
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/72aa6e382c6 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<jonoabroad> Hello, what is the best way to manage existing packages that may not be updated a frequently as I need via nixpkgs? I was thinking of making a local copy of just the packages I need, rather than say keeping a fork of nixpkgs.
<simpson> jonoabroad: You could use an overlay. Which packages, in particular?
Supersonic has quit [Ping timeout: 252 seconds]
<duoi> nixos just made it to a high comment on a popular thread on the frontpage of HN
<duoi> brace yourself for all the noobz ;-)
<duoi> they're not old skool like us cool catz ;-)
<duoi> +1 if u were a NixOS user b4 it was KEWL :-)
<samueldr> impossible, it always was and is cool?
<pie_> "kids these days! i was around before mkDerivation even existed!"
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57328 → mysql-workbench: 8.0.14 -> 8.0.15 → https://git.io/fhjJP
<pie_> "/me shakes a curly brace at you"
<jonoabroad> @simpson Skype for one, and Visual studio as nothing, I need the latest version of VS so I can run some extensions.
<pie_> (um. tfw fixing things makes /more/ tests fail???)
Supersonic has joined #nixos
<simpson> jonoabroad: Ah. That's too bad. Well, if you have space for VS, you probably have space for a local copy of nixpkgs.
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/aea9130d2fe (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<simpson> jonoabroad: You could also contribute your version bumps upstream and help maintain packages that you feel aren't bumped often enough.
<{^_^}> [nixpkgs] @peterhoeg merged pull request #56328 → candle: init at 1.1 → https://git.io/fhbaL
<{^_^}> [nixpkgs] @peterhoeg pushed 3 commits to master: https://git.io/fhjJD
<jonoabroad> @simpson - my thoughts about only looking after what I need was trying to have small subset of things I need to look after. I have a local copy of nixpkgs, but that is for searching for things that aren't free.
<jonoabroad> I thought about contributing to keeping things up to date, but wanted to get things working for me first before spamming the main repository.
<simpson> jonoabroad: But, just as those proprietary packages build upon a FLOSS foundation, their Nix expressions do not exist in a vacuum but rely upon various utilities and packages in nixpkgs.
<pie_> is there a way to get an interactive shell in the sandbox?
<pie_> i need to debug some localhost network problems...
<jonoabroad> @simpson - I dont' understand?
jpaus has joined #nixos
<simpson> Oh. Sorry.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57329 → ncpamixer: 1.3 -> 1.3.3 → https://git.io/fhjJQ
jpaus has quit [Ping timeout: 244 seconds]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kvda has joined #nixos
<jonoabroad> @simpson are you saying I should contribute back to support FOSS or that my thinking around having local copies of packages is flawed?
<simpson> jonoabroad: You may well be able to use overrides alone: https://nixos.org/nixpkgs/manual/#sec-overrides
rprije has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57330 → neovim-remote: 2.1.4 -> 2.1.5 → https://git.io/fhjJj
vidbina has quit [Read error: Connection reset by peer]
Fare has joined #nixos
counting1 has joined #nixos
countingsort has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @peterhoeg merged pull request #57117 → heroku: 7.19.4 -> 7.22.4 → https://git.io/fhhzI
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/fhjUk
kvda has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #56498 → cytoscape: bump 3.6.1 -> 3.7.1 → https://git.io/fhND1
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/fhjUI
<{^_^}> [nixpkgs] @veprbl merged pull request #57195 → proot: update, consolidate, python extension support → https://git.io/fhhiX
<{^_^}> [nixpkgs] @veprbl pushed 3 commits to master: https://git.io/fhjUL
<pie_> tfw something relies on an old internal interface of pip.../me downgrades package, waits for probably the world to rebuild
rcshm has quit []
jonoabroad has quit [Ping timeout: 256 seconds]
<pie_> yeah downgrading pip results in recompiling cython, nice.
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b854767dac6 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57331 → nmon: 16h -> 16i → https://git.io/fhjUs
o1lo01ol1o has quit [Remote host closed the connection]
justan0theruser has joined #nixos
simukis has quit [Quit: simukis]
<{^_^}> [nixpkgs] @falsifian merged pull request #57249 → libgnurl: 7.63.0 -> 7.64.0 → https://git.io/fhhQu
<{^_^}> [nixpkgs] @falsifian pushed 2 commits to master: https://git.io/fhjUR
kvda has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/aea9130d2fe (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
Taneb has quit [Quit: I seem to have stopped.]
FareTower has joined #nixos
Fare has quit [Quit: Leaving]
FareTower is now known as Fare
<Fare> Ahem. On 19.03, trying to save a picture causes chromium to segfault.
Erasmus has quit [Quit: END-AUMF]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57332 → nodejs-slim-11_x: 11.7.0 -> 11.11.0 → https://git.io/fhjU6
<{^_^}> [nixpkgs] @aaronduino opened pull request #57333 → nixos-rebuild: throw error when not run as root → https://git.io/fhjUi
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57334 → now-cli: 13.1.2 -> 14.0.3 → https://git.io/fhjU9
<teto> if a wireshark darwin user feels like solving the darwin dependency cycle in https://github.com/NixOS/nixpkgs/pull/56776, go ahead
<{^_^}> #56776 (by teto, 1 week ago, open): wireshark: 2.6.6 -> 3.0.0
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/50876481a01 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
fusion809_ has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
true_bunta has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57335 → nspr: 4.20 -> 4.21 → https://git.io/fhjUd
o1lo01ol1o has quit [Ping timeout: 245 seconds]
domogled has quit [Ping timeout: 245 seconds]
orivej has quit [Ping timeout: 240 seconds]
jgt2 has quit [Quit: WeeChat 2.3]
vk3wtf has quit [Ping timeout: 240 seconds]
pie___ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57336 → nx-libs: 3.5.99.18 -> 3.5.99.19 → https://git.io/fhjTf
pie__ has quit [Ping timeout: 245 seconds]
vk3wtf has joined #nixos
Rusty1 has quit [Quit: Konversation terminated!]
jmeredith has joined #nixos
<{^_^}> [nixpkgs] @MP2E merged pull request #57318 → mgba: 0.7.0 -> 0.7.1 → https://git.io/fhjvz
<{^_^}> [nixpkgs] @MP2E pushed 2 commits to master: https://git.io/fhjTt
jpaus has joined #nixos
slyfox has quit [Ping timeout: 255 seconds]
slyfox has joined #nixos
jpaus has quit [Ping timeout: 255 seconds]
<pie_> is there a way to implement something like modules depending on other modules?
<pie_> so if running one service needs some other services for example
* pie_ prepares to transition from packaging to configuration :p
tdbgamer has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
rauno has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peterhoeg opened pull request #57337 → nixos: better support for logitech devices and update relevant packages → https://git.io/fhjTu
<pie_> so, i made a new container with nixos-container but it doesnt seem to have a /etc/nixos yet? at least not in /nix/var/nix/profiles/per-container/thecontainer/system-1-link/etc/nixos
<pie_> but if i use root-login it does have one??
Glider_IRC_ has joined #nixos
<pie_> ok i dont know how that works but i found tha tthe correct location is in /var/lib/containers
<{^_^}> [nixpkgs] @worldofpeace opened pull request #57338 → lightdm: disable writing dmrc files to home → https://git.io/fhjTg
jasongrossman has quit [Ping timeout: 246 seconds]
Glider_IRC__ has quit [Ping timeout: 250 seconds]
ddellacosta has quit [Ping timeout: 245 seconds]
ym555 has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @7c6f434c pushed to libreoffice-update « libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2 »: https://git.io/fhjTo
domogled has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #57291 → zathura: 0.4.1 -> 0.4.3, new features and plugin → https://git.io/fhhpE
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/fhjT6
<{^_^}> [nixpkgs] @dtzWill opened pull request #57339 → coreutils: 8.30 -> 8.31, touchups → https://git.io/fhjTi
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pazd has joined #nixos
Fare has quit [Ping timeout: 246 seconds]
pazd has quit [Client Quit]
knupfer has joined #nixos
jasongrossman has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #57340 → vit: 1.2 -> 1.3, cleanup + maintain → https://git.io/fhjTd
Diagon has quit [Quit: Leaving]
slack1256 has quit [Remote host closed the connection]
gerschtli has quit [Quit: WeeChat 2.2]
gerschtli has joined #nixos
slack1256 has joined #nixos
<teto> I am tryiing to write a module that generates a readonly string option. When merging different config, nix complains about it being set several times. How can I work around that ?
marsam has joined #nixos
knupfer has quit [Ping timeout: 240 seconds]
Mateon3 has joined #nixos
Mateon1 has quit [Ping timeout: 246 seconds]
Mateon3 is now known as Mateon1
vk3wtf has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57341 → ocamlPackages.yojson: 1.6.0 -> 1.7.0 → https://git.io/fhjkt
palo1 has joined #nixos
<sphalerit> teto: generally speaking, you can't. You can use lib.mkForce or lib.mkDefault to ensure only one value actually takes effect though.
slack1256 has quit [Remote host closed the connection]
<teto> I think I got my module working but can't check as nix crashes
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
judson_ has joined #nixos
Lears has quit [Remote host closed the connection]
Lears has joined #nixos
judson has quit [Ping timeout: 252 seconds]
rauno has joined #nixos
endformationage has quit [Quit: WeeChat 2.3]
domogled has quit [Quit: domogled]
srl295 has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @marsam opened pull request #57342 → ffmpeg-full: fix darwin build → https://git.io/fhjkr
pjan has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @dtzWill merged pull request #57040 → libhandy: 0.0.8 -> 0.0.9 → https://git.io/fhp5N
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fhjkK
m0rphism has joined #nixos
asymmetric has joined #nixos
timor has quit [Ping timeout: 246 seconds]
aszlig has quit [Quit: Kerneling down for reboot NOW.]
pjan has joined #nixos
aszlig has joined #nixos
asymmetric has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #57194 → pavucontrol: 3.0 -> 4.0 → https://git.io/fhhin
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fhjkM
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57343 → octave: 4.4.1 -> 5.1.0 → https://git.io/fhjkS
Makaveli7 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57344 → ocamlPackages.uutf: 1.0.1 -> 1.0.2 → https://git.io/fhjkQ
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57345 → offlineimap: 7.2.2 -> 7.2.3 → https://git.io/fhjkd
tfc[m] has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57346 → opaline: 0.3.1 -> 0.3.2 → https://git.io/fhjkh
marsam has quit [Ping timeout: 250 seconds]
fusion809 has joined #nixos
rprije has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @geistesk closed pull request #57301 → zathura-core: 0.4.1 -> 0.4.3, zathura-cb: init at 0.1.8 and refactoring → https://git.io/fhhjT
<{^_^}> [nixpkgs] @marsam opened pull request #57347 → gifski: init at 0.8.7 → https://git.io/fhjIk
rprije has joined #nixos
rprije has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57348 → openfortivpn: 1.8.0 -> 1.8.1 → https://git.io/fhjIq
wfranzini has joined #nixos
reinhardt has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #57349 → libcmis: 0.5.0 -> 0.5.2, new home, fix and enable tests + man → https://git.io/fhjIn
fusion809 has quit [Remote host closed the connection]
ckauhaus has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57350 → opentracing-cpp: 1.5.0 -> 1.5.1 → https://git.io/fhjI4
thc202 has joined #nixos
johanot has joined #nixos
Ariakenom has joined #nixos
Ariakenom has quit [Max SendQ exceeded]
Ariakenom has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57351 → openvpn: 2.4.6 -> 2.4.7 → https://git.io/fhjIR
_linarcx has joined #nixos
_linarcx has quit [Ping timeout: 240 seconds]
Makaveli7 has quit [Ping timeout: 255 seconds]
Makaveli7 has joined #nixos
Makaveli7 has quit [Read error: Connection reset by peer]
_linarcx has joined #nixos
Makaveli7 has joined #nixos
Makaveli7 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peti pushed to master « picard: 2.1.3 -> 2.1.3 »: https://git.io/fhjIo
dwdr has joined #nixos
<{^_^}> [nixpkgs] @joachifm merged pull request #57321 → mksh: 56c -> 57 → https://git.io/fhjfL
<{^_^}> [nixpkgs] @joachifm pushed 2 commits to master: https://git.io/fhjID
agander has joined #nixos
Dr8128 has joined #nixos
<laas> is anyone here also having problems with zfs and linux 5.0?
neminis has quit [Quit: WeeChat 2.2]
<ViktorKleen[m]> I am, but haven't found time to investigate yet
<ViktorKleen[m]> it was failing the build for some reason
<laas> it's a bunch of type errors related to timstamps
<laas> thinking there was a backward-incompatible change in the kernel API
<ViktorKleen[m]> yeah, probably related to the year 2038 stuff in 5.0
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57352 → pacman: 5.1.2 -> 5.1.3 → https://git.io/fhjIA
nD5Xjz_ has joined #nixos
nD5Xjz has quit [Ping timeout: 246 seconds]
Makaveli7 has joined #nixos
<teto> I am trying to get nixpkgs to display where conflicting definitions come from yet I see "The unique option `python3Env' is defined multiple times, in `<unknown-file>' and `<unknown-file>' " . Why the "<Unknown-file>" ?
<avn> laas: Also curious. Was postpone 4.19 -> 5.x on my weekend upgrade
<laas> does zfs even support 5.0?
<laas> there's a release that supports rc3
<laas> but that's it
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57353 → padthv1: 0.9.4 -> 0.9.5 → https://git.io/fhjIj
<etu> laas: I think I heard that the module was updated
<etu> laas: as in that they released a version that should work
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57354 → paml: 4.9h -> 4.9i → https://git.io/fhjLU
<_linarcx> Friends. i want to create a bash script. in shebang part, what should i write? `#!/bin/bash`?
<symphorien> /usr/bin/env bash
domogled has joined #nixos
<_linarcx> symphorien: Thank you.
<_linarcx> Another question. in arch linux when i want to use i3blocks it's ok. it's automatically knows blocks. but in nixos according to different file paths in / directory it cannot detect i3blocks. what should i do?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57355 → papirus-icon-theme: 20190203 -> 20190302 → https://git.io/fhjLq
<dminuoso> I have a project that uses cabal v2-*, now in my nix file I specified `zlib` in buildInput - however cabal new-build can't find the zlib.so because the lib/ directory in the store is not in any LD_* path.
<dminuoso> I'd prefer not to build my projects with nix directly for now. Is there a canonical way of letting cabal v2-* know about the nix environment so it can find libraries?
cfricke has joined #nixos
vmandela has joined #nixos
<laas> dminuoso: I am pretty sure that it should be in LD_LIBRARY_PATH or something if you nix-shell the derivation
reinhardt has quit [Ping timeout: 240 seconds]
<_linarcx> Guys, system clipboard not working in neovim. why?
adamt has joined #nixos
adamt is now known as Guest15767
<dminuoso> I mean obviously I can just set it there to `LD_LIBRARY_PATHS="${zlib}/lib";` but that feels wrong
Guest15767 has quit [Changing host]
Guest15767 has joined #nixos
Guest15767 is now known as admt
admt is now known as adamt
hyper_ch2 has joined #nixos
vk3wtf has joined #nixos
FRidh has joined #nixos
__monty__ has joined #nixos
_linarcx has quit [Quit: WeeChat 2.4]
linarcx has joined #nixos
reinhardt has joined #nixos
mounty has joined #nixos
xkapastel has joined #nixos
winem_ has joined #nixos
<dminuoso> Okay fine, Ill just use a shellHook with some `export LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath buildInputs}:$LD_LIBRARY_PATH`
<dminuoso> Seems hacky but it works.
<{^_^}> [nixpkgs] @aepsil0n opened pull request #57356 → kompose: 1.9.0 -> 1.18.0 → https://git.io/fhjte
Makaveli7 has quit [Quit: Leaving]
Taneb has joined #nixos
mounty has quit [Quit: Konversation terminated!]
pie_ has quit [Ping timeout: 256 seconds]
linarcx has quit [Ping timeout: 246 seconds]
mounty has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57358 → pcre16: 8.42 -> 8.43 → https://git.io/fhjt3
<{^_^}> [nixpkgs] @dtzWill closed pull request #57302 → libxmlb: 0.1.6 -> 0.1.7 → https://git.io/fhhjC
<{^_^}> [nixpkgs] @dtzWill merged pull request #57081 → libxmlb: 0.1.6 -> 0.1.7 → https://git.io/fhh3a
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fhjtG
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
vk3wtf has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @dtzWill closed pull request #57279 → libhandy: 0.0.8 -> 0.0.9 → https://git.io/fhhAg
aw has joined #nixos
spacefrogg has joined #nixos
linarcx has joined #nixos
<{^_^}> [nix] @roberth opened pull request #2719 → Make the sandbox work in docker → https://git.io/fhjtw
goibhniu has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @dtzWill opened pull request #57359 → scribus: 1.4.7 -> 1.4.8, dep fixups → https://git.io/fhjti
cfricke has quit [Ping timeout: 246 seconds]
ilmu has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @dtzWill merged pull request #57355 → papirus-icon-theme: 20190203 -> 20190302 → https://git.io/fhjLq
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fhjtH
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57360 → postgresqlPackages.pgtap: 0.99.0 -> 1.0.0 → https://git.io/fhjt7
<{^_^}> [nixpkgs] @lsix merged pull request #56842 → octave: 4.4.1 -> 5.1.0 → https://git.io/fhx2y
<{^_^}> [nixpkgs] @lsix pushed 2 commits to master: https://git.io/fhjtb
<{^_^}> [nixpkgs] @lsix closed pull request #57343 → octave: 4.4.1 -> 5.1.0 → https://git.io/fhjkS
sakalli has joined #nixos
counting1 is now known as countingsort
<{^_^}> [nixpkgs] @Mic92 merged pull request #56634 → buildRustPackage: Allow pname attribute → https://git.io/fhAw9
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fhjtj
<{^_^}> [nixpkgs] @Mic92 pushed commit from @marsam to release-19.03 « buildRustPackage: Allow pname attribute »: https://git.io/fhjqf
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57361 → php73: 7.3.2 -> 7.3.3 → https://git.io/fhjqU
lord| has quit [Read error: Connection reset by peer]
fendor has joined #nixos
<sakalli> hi *. nixn00b here. how do i make this R configuration into part of my configuration.nix? i now run it through default.nix and nix-shell. https://pastebin.com/34GRNx0D
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/fhjqL
<{^_^}> [nixpkgs] @dywedir merged pull request #57347 → gifski: init at 0.8.7 → https://git.io/fhjIk
lord| has joined #nixos
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
<{^_^}> [nixpkgs] @Profpatsch merged pull request #53840 → bazel-remote: init at 2019-01-12 → https://git.io/fhnnV
<{^_^}> [nixpkgs] @Profpatsch pushed commit from @uri-canva to master « bazel-remote: init at 2019-01-12 »: https://git.io/fhjqt
ThatDocsLady has joined #nixos
domogled1 has joined #nixos
lord| has quit [Read error: Connection reset by peer]
domogled has quit [Ping timeout: 246 seconds]
domogled1 is now known as domogled
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57362 → libsForQt5.phonon-backend-vlc: 0.10.1 -> 0.10.2 → https://git.io/fhjqG
lord| has joined #nixos
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
lord| has quit [Read error: Connection reset by peer]
smarti has joined #nixos
<{^_^}> [nixpkgs] @dtzWill merged pull request #57052 → broot: 0.6.3 -> 0.7.1 → https://git.io/fhpNy
<{^_^}> [nixpkgs] @dtzWill pushed 3 commits to master: https://git.io/fhjqc
Guest56768 has quit [Quit: WeeChat 2.3]
lord| has joined #nixos
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fhjq8
<{^_^}> [nixpkgs] @dtzWill merged pull request #57198 → tetra-gtk-theme: 201902 -> 201903 → https://git.io/fhhi9
<{^_^}> [nixpkgs] @dtzWill merged pull request #57196 → iosevka-bin: 2.1.0 -> 2.2.0 → https://git.io/fhhiD
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fhjq0
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fhjqE
<{^_^}> [nixpkgs] @dtzWill merged pull request #57193 → at-spi2-{core,atk}: 2.30.0 -> 2.30.1 → https://git.io/fhhiZ
<{^_^}> [nixpkgs] @dtzWill closed pull request #57208 → at-spi2-core: 2.30.0 -> 2.30.1 → https://git.io/fhhX9
<{^_^}> [nixpkgs] @dtzWill closed pull request #57209 → at-spi2-atk: 2.30.0 -> 2.30.1 → https://git.io/fhhXQ
lord| has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @dtzWill merged pull request #57200 → ipe: 7.2.10 -> 7.2.11, touchup → https://git.io/fhhPL
<{^_^}> [nixpkgs] @dtzWill pushed 3 commits to master: https://git.io/fhjqu
lord| has joined #nixos
<Mic92> sakalli: environment.systemPackages = [ (stdenv.mkDerivation { ... }) ];
<Mic92> or use (pkgs.callPackage ./filename.nix {})
timor has joined #nixos
agander has quit [Ping timeout: 250 seconds]
Makaveli7 has joined #nixos
<{^_^}> [nixpkgs] @dtzWill merged pull request #57255 → qogir-theme: 2018-11-12 -> 2019-03-10 → https://git.io/fhh5g
<{^_^}> [nixpkgs] @dtzWill pushed 2 commits to master: https://git.io/fhjqi
lord| has quit [Read error: Connection reset by peer]
lord| has joined #nixos
countingsort is now known as buffet
<{^_^}> [nixpkgs] @Mic92 merged pull request #57313 → ghostscript: link against "systemwide" liblcms2 → https://git.io/fhje4
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/fhjqS
PLPD-Bot has quit [Remote host closed the connection]
PLPD-Bot has joined #nixos
agander has joined #nixos
JonReed has joined #nixos
true_bunta has quit [Remote host closed the connection]
jbgi has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/901cb9fa484 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
rauno has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57363 → picard-tools: 2.18.25 -> 2.18.27 → https://git.io/fhjqA
sinner has joined #nixos
sinner is now known as Guest10366
Lears has quit [Remote host closed the connection]
orivej has joined #nixos
Lears has joined #nixos
PLPD-Bot has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @marsam opened pull request #57364 → syncthing: 1.0.1 -> 1.1.0 → https://git.io/fhjqh
PLPD-Bot has joined #nixos
civodul has joined #nixos
alex`` has joined #nixos
cfricke has joined #nixos
pie_ has joined #nixos
zupo has joined #nixos
vmandela has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @Mic92 opened pull request #57365 → ghostscript: link against "systemwide" liblcms2 → https://git.io/fhjmc
<{^_^}> [nixpkgs] @dotlambda merged pull request #57012 → home-assistant: 0.87.1 -> 0.89.1 → https://git.io/fhpr1
<{^_^}> [nixpkgs] @dotlambda pushed 5 commits to master: https://git.io/fhjmW
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57366 → pius: 2.2.6 -> 2.2.7 → https://git.io/fhjm4
jtojnar has joined #nixos
stigo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57367 → plantuml: 1.2019.1 -> 1.2019.2 → https://git.io/fhjmE
<{^_^}> [nixpkgs] @dotlambda opened pull request #57368 → postfix: 3.4.0 -> 3.4.3 → https://git.io/fhjmz
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/aea9130d2fe (from 10 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/5f3be9bc4b4 (from 57 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<jtojnar> bah, discourse keeps swallowing my mails
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57369 → pmd: 6.11.0 -> 6.12.0 → https://git.io/fhjmr
tmaekawa has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #57363 → picard-tools: 2.18.25 -> 2.18.27 → https://git.io/fhjqA
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fhjm6
_deepfire has joined #nixos
simukis has joined #nixos
<jtojnar> callahad: since discourse is acting up https://paste.gnome.org/pqnjvtsfr
<{^_^}> [nixpkgs] @vbgl merged pull request #57341 → ocamlPackages.yojson: 1.6.0 -> 1.7.0 → https://git.io/fhjkt
<{^_^}> [nixpkgs] @vbgl pushed commit from @r-ryantm to master « ocamlPackages.yojson: 1.6.0 -> 1.7.0 »: https://git.io/fhjmX
pie_ has quit [Ping timeout: 256 seconds]
jbgi has quit [Ping timeout: 250 seconds]
stepcut has joined #nixos
fendor has quit [Ping timeout: 255 seconds]
hamishmack has joined #nixos
stepcut has quit [Remote host closed the connection]
timor has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57370 → polar-bookshelf: 1.12.0 -> 1.13.10 → https://git.io/fhjmA
ym555 has joined #nixos
schjetne has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @erikarvstedt opened pull request #57371 → Revert "nixos/redmine: replace imagemagickBig with imagemagick" (#57078) → https://git.io/fhjYI
<{^_^}> [nixpkgs] @etu merged pull request #57066 → Update php packages → https://git.io/fhhew
<{^_^}> [nixpkgs] @etu pushed 4 commits to master: https://git.io/fhjYO
<{^_^}> [nixpkgs] @etu closed pull request #57361 → php73: 7.3.2 -> 7.3.3 → https://git.io/fhjqU
<{^_^}> [nixpkgs] @etu merged pull request #56816 → transifex-client: Fix build after updated dependencies → https://git.io/fhxW3
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/fhjYG
<{^_^}> [nixpkgs] @etu merged pull request #57271 → phpPackages.phpstan: 0.11.2 -> 0.11.3 → https://git.io/fhhNR
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/fhjYZ
erictapen has joined #nixos
domogled has quit [Quit: domogled]
Jackneill has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57372 → poppler_utils: 0.73.0 -> 0.74.0 → https://git.io/fhjYn
Jackneill has joined #nixos
lawlesseel has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57373 → postfix: 3.4.0 -> 3.4.1 → https://git.io/fhjYW
fendor has joined #nixos
silver has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
seqizz has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57374 → powershell: 6.1.2 -> 6.1.3 → https://git.io/fhjYg
<seqizz> Hi, does anyone know a sane way to set up python development environment on nixos? pypi2nix is failing for .whl files and I am not sure how deep should I create overrides for packages which is not in nixpkgs.. Virtualenv was also failing for some packages.
<hodapp> seqizz: what are you trying to install?
<seqizz> Also I am not sure how people will react if I suddenly send PRs for 10 pypi packages to the nixpkgs repo :|
<seqizz> hodapp: I wanted to test panwid from pypi for example
Fare has joined #nixos
<hodapp> if the PR explains in short why they're needed (mostly just why existing packages don't cut it), probably not an issue
<hodapp> and what's keeping panwid from working?
<hodapp> just recursive whack-a-mole with versions with pinned dependencies?
<__monty__> Hmm, I've heard you should use .extend rather than .override for haskell but can't find anything about it in the nixpkgs manual. Is there a wiki page or something?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57375 → primesieve: 7.3 -> 7.4 → https://git.io/fhjY6
vmandela has joined #nixos
tmaekawa has quit [Quit: tmaekawa]
schjetne has joined #nixos
Guest10366 has quit [Read error: Connection reset by peer]
sinner has joined #nixos
sinner is now known as Guest63919
JamesB192 has joined #nixos
agander has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57376 → protozero: 1.6.4 -> 1.6.7 → https://git.io/fhjYd
agander has joined #nixos
<{^_^}> [nixpkgs] @bkchr closed pull request #46390 → Dell laptop fan control service → https://git.io/fA2aX
_kwstas has joined #nixos
<{^_^}> [nixpkgs] @bkchr closed pull request #40987 → fetch-kde-qt: Store downloaded files directly in nix/store → https://git.io/vhUHQ
_kwstas has quit [Client Quit]
lawlesseel has joined #nixos
gilligan_ has joined #nixos
pie_ has joined #nixos
<gilligan_> o/
Guest63919 has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
JamesB192 has left #nixos ["http://quassel-irc.org - Chat comfortably. Anywhere."]
pie__ has joined #nixos
<gchristensen> \o gilligan_
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/5f3be9bc4b4 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
sinner has joined #nixos
sinner is now known as Guest91290
pie_ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @elohmeier opened pull request #57377 → pythonPackages.weasyprint: init at 45 → https://git.io/fhjOO
<immae> Hello all! I’m trying to build an env in a specific place with `nix-env -p /some/path -i -A somepackage1 -A somepackage2 -f "<nixpkgs>"` but it gets deleted when I run nix-store --gc, is it normal and if so, what should I do to have him keep it like other env’s?
cfricke has quit [Quit: WeeChat 2.4]
jbgi has joined #nixos
timor has joined #nixos
aswanson has quit [Quit: WeeChat 2.2]
waleee has joined #nixos
aswanson has joined #nixos
pie__ has quit [Ping timeout: 268 seconds]
<therealwaphire[m> Does spotify segfault for any of you guys?
<Izorkin> etu: check PR #57245
<{^_^}> https://github.com/NixOS/nixpkgs/pull/57245 (by Izorkin, 23 hours ago, open): php: add custom options
<dminuoso> therealwaphire[m: It shouldn't. Are you getting a core dump?
jasongro` has joined #nixos
<therealwaphire[m> Umm it just says segmentation fault
<therealwaphire[m> Runs fine on my X1C6 but segfaults on my dell inspiron 7577 which has an Nvidia card
pie_ has joined #nixos
jasongrossman has quit [Ping timeout: 246 seconds]
jasongro` has quit [Client Quit]
lawlesseel has quit [Ping timeout: 256 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
pie_ has quit [Ping timeout: 255 seconds]
ilmu has joined #nixos
Neo-- has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57378 → pynac: 0.7.23 -> 0.7.24 → https://git.io/fhjOo
pie_ has joined #nixos
<etu> Izorkin: Can one even run dtrace on linux?
<etu> I've always thought of it like a solaris thing that freebsd has picked up
<etu> A bit like zfs
<Izorkin> not testing
<etu> of course there is
<sakalli> Mic92: belated thanks for your help, this is sooo useful <3
acarrico has quit [Ping timeout: 250 seconds]
adamt has quit [Ping timeout: 240 seconds]
pie__ has joined #nixos
pie_ has quit [Ping timeout: 255 seconds]
<seqizz> hodapp: soory for late answer, yes it was the recursive stuff but I guess virtualenv has to be enough for now. I'll try to send some PRs in the meantime by checking what is the acceptable criteria for packaging pypi stuff. Thanks
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57380 → python37Packages.aiorpcx: 0.10.4 -> 0.10.5 → https://git.io/fhjOh
alter-schjetne has joined #nixos
linarcx has quit [Quit: WeeChat 2.4]
<jtojnar> zimbatm: is the discourse ML working? I sent two replies two hours ago from GMail and they still are not displayed on the web
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #57240 → gcompris: 0.95 -> 0.96 → https://git.io/fhhHg
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fhjOj
jasongrossman has joined #nixos
linarcx has joined #nixos
schjetne has quit [Ping timeout: 250 seconds]
seqizz has quit [Quit: Page closed]
<dminuoso> Im reading 17.3 in the nix pills, and it seems that the word "fixed points" is used in a rather hand waving manner. In particular 17.3.1 seems to have nothing to do with fixed points..
pie_ has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
pie__ has quit [Ping timeout: 245 seconds]
<infinisil> dminuoso: It does though, compare the newpkgs definition with the one for fix
<dminuoso> infinisil: I guess I just don't like the way "fixed point" is used, as a handwavy term for "recursion"
<dminuoso> infinisil: In order to talk about a fixed point, we need to start talking about denotational semantics of nix.
<buffet> hey -- as chromium doesnt really care about `XDG_DOWNLOAD_DIR`, is there a neat way to change the download directory from home-manager, or do i have to resort to giving up my reproducability, and using the settings menu?
<dminuoso> Say in Haskell where you define fix to compute the least defined fixed point of some function g.
ng0 has joined #nixos
acarrico has joined #nixos
<infinisil> dminuoso: I mean, fixed points are just a special case of recursion right?
o1lo01ol1o has joined #nixos
<dminuoso> infinisil: a "fixed point" is a point on a curve where `x = f(x)
<dminuoso> infinisil: Do you see where I am getting at? Why the terminology is used very carelessly.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57381 → python27Packages.aws-sam-translator: 1.9.1 -> 1.10.0 → https://git.io/fhj3Y
<infinisil> dminuoso: Not really no, I don't think it's important for that section, what they use there is a fixed point as everybody knows it
erictapen has quit [Ping timeout: 268 seconds]
<dminuoso> infinisil: and `fix` is a combinator that takes a function and finds *a* fixed point (functions can have many, possibly infinite fixed points). However, it does so in a lose notion because it only finds the "least defined fixed point". Least defined is then pinned onto semantic approximation order, where bottom _|_ for example becomes the least defined value.
<pie_> infinisil, you hace compsci training, i only know fixpoints have anything to do with programming because i hang around people that know what fixpoints are :D
<dminuoso> Thats how Haskell does it anyway.
erictapen has joined #nixos
o1lo01ol1o has quit [Ping timeout: 244 seconds]
<pie_> (maybe i misunderstood the direction of the conversation)
<dminuoso> infinisil: okay if you took the manual, could you underline the exact part that is "a fixed point"?
<dminuoso> And of what function?
<infinisil> dminuoso: I mean, that all sounds nice, but who cares about that when somebody wants to learn what fixed points are in the nix context?
<Taneb> dminuoso: newpkgs is a fixed point, of newpkgs: pkgs (newpkgs // overrides)
<infinisil> dminuoso: let newpkgs = pkgs (newpkgs // overrides); in newpkgs // overrides
adamt has joined #nixos
adamt is now known as Guest79070
<infinisil> Ah, I guess not exactly
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57382 → python37Packages.awkward: 0.8.4 -> 0.8.7 → https://git.io/fhj38
pie__ has joined #nixos
<jasongrossman> dminuoso: I agree with you that terminology should not mean something not quite the same as it does elsewhere. But I'm not sure exactly what the problem is. Does the function defined in 17.3 not give a fixed point of pkgs?
pie_ has quit [Ping timeout: 245 seconds]
zupo has joined #nixos
<infinisil> Btw, we have #nix-lang for discussions around nix as a language if anybody is interested :)
<dminuoso> Taneb: How?
* emily wonders if people whose interest in Nix-the-language is morbid are still welcome :p
<Taneb> dminuoso: what do you mean how
<dminuoso> Taneb: Where did `newpkgs: pkgs (newpkgs // overrides)` come from?
<Taneb> dminuoso: it's the function that newpkgs is a fixed point of, although I perhaps shouldn't have reused the name newpkgs
jtcs has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57383 → python37Packages.astropy: 3.1.1 -> 3.1.2 → https://git.io/fhj3w
<Taneb> dminuoso: the definition of newpkgs is equivalent to "lib.fix (p: pkgs (p // overrides))"
<Taneb> Where lib.fix is defined as it is in Haskell
<infinisil> Yeah seeing this too now ^
<dminuoso> Taneb: Ah I see what you mean.
<dminuoso> Taneb: Okay this makes more sense now.
<dminuoso> Taneb: For a moment I though you just made up some random definition and argued "but newpkgs is a fixed point of *some* (unrelated) function"
<Taneb> I wouldn't do that ;P
<dminuoso> Taneb: So does nix use the word "fixed point" to mean a recursive binding?
<Taneb> More or less
<Taneb> I'm hardly an expert on this, I'm afraid
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<gchristensen> fixed point is a recursion cheme, yeah
<gchristensen> fixed point is a recursion scheme, yeah
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57384 → python37Packages.azure-storage-blob: 1.4.0 -> 1.5.0 → https://git.io/fhj3Q
jasongrossman has quit [Quit: ERC (IRC client for Emacs 26.1)]
<{^_^}> [nixpkgs] @FlorianFranzen opened pull request #57385 → virtmanager: Fix gobject-introspection → https://git.io/fhjsf
<Mic92> sakalli: Sorry. I miss the context here.
rauno has joined #nixos
<Mic92> jtojnar: I can have a look if they end up in the spam filter for some reason.
<jtojnar> Mic92: just posted two or three github links, it let me through with more fine, previously
<Mic92> jtojnar: Your trust-level is also increased already. And I don't see any blocked messages.
<{^_^}> [nixpkgs] @andir pushed to master « fix two typos in "substituteInPlace" that should never landed »: https://git.io/fhjsq
<gchristensen> nice find andi-
<{^_^}> [nixpkgs] @kierdavis opened pull request #57386 → pius: fix dependencies → https://git.io/fhjsm
<andi-> yeah, I am going through all the failed builds on openssl1.1 jobset...
<gchristensen> you are a saint
pie_ has joined #nixos
<andi-> I am just bored and would have to work on PHP otherwise..
<gchristensen> I would also prefer iterating on build errors :)
pie__ has quit [Ping timeout: 246 seconds]
work_ has joined #nixos
<andi-> It is frustrating at best...
Guest79070 has joined #nixos
Guest79070 has quit [Changing host]
Guest79070 is now known as adamt
lawlesseel has joined #nixos
<gchristensen> need any help?
<{^_^}> [nixpkgs] @ggPeti opened pull request #57387 → musly: init at 0.2 → https://git.io/fhjs8
<jtojnar> Mic92: weird, I can create new topics just fine https://discourse.nixos.org/t/test/2400
erictapen has quit [Quit: leaving]
<andi-> gchristensen: not really but if you want start at the bottom of the list :D
zupo has joined #nixos
zupo has quit [Client Quit]
Fare has quit [Ping timeout: 250 seconds]
pie__ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57388 → python37Packages.cassandra-driver: 3.16.0 -> 3.17.0 → https://git.io/fhjsX
<{^_^}> [nixpkgs] @ggPeti closed pull request #57387 → musly: init at 0.2 → https://git.io/fhjs8
<{^_^}> [nixpkgs] @ggPeti opened pull request #57389 → musly: init at 0.2 → https://git.io/fhjsD
pie_ has quit [Ping timeout: 245 seconds]
Makaveli7 has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @andir opened pull request #57390 → pythonPackages.m2crypto: 0.30.1 -> 0.32.0 → https://git.io/fhjsy
pie_ has joined #nixos
pie__ has quit [Ping timeout: 245 seconds]
<andi-> gchristensen: if you know anything about erlang looking at couchdb1.7 would be nice.. There might be others that fail similary.
Erasmus has joined #nixos
pie__ has joined #nixos
<Taneb> How aggressively should I endevour to patch Agda such that it builds in nixpkgs 18.03?
<Taneb> * 19.03
pie_ has quit [Ping timeout: 250 seconds]
ThatDocsLady has quit [Ping timeout: 250 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57391 → python37Packages.chameleon: 3.5 -> 3.6 → https://git.io/fhjsh
alter-schjetne has quit [Ping timeout: 250 seconds]
vidbina has joined #nixos
schjetne has joined #nixos
vidbina has quit [Read error: Connection reset by peer]
mmlb has joined #nixos
fusion809 has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #57367 → plantuml: 1.2019.1 -> 1.2019.2 → https://git.io/fhjmE
<{^_^}> [nixpkgs] @bjornfor pushed commit from @r-ryantm to master « plantuml: 1.2019.1 -> 1.2019.2 »: https://git.io/fhjGm
<{^_^}> [nixpkgs] @dtzWill opened pull request #57392 → geary: 0.13.2 -> 0.13.3 → https://git.io/fhjG3
<{^_^}> [nixpkgs] @dtzWill opened pull request #57393 → yubikey-manager{,-qt}: update → https://git.io/fhjGs
fusion809 has quit [Read error: Connection reset by peer]
fusion809 has joined #nixos
<fendor> can I create a compile_commans.json while creating a nix-shell?
<{^_^}> [nixpkgs] @Ma27 opened pull request #57394 → citrix_receiver: remove old versions → https://git.io/fhjGB
<noonien> does anyone use build machines on GCE for their personal pc?
<infinisil> fendor: Gotta be a bit more concrete with that
jabranham has joined #nixos
<fendor> infinisil, you are right, i am will try to improve the question and come back :D
xkapastel has joined #nixos
linarcx has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57395 → python37Packages.cypari2: 2.0.3 -> 2.1.0 → https://git.io/fhjGP
fendor has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @andir merged pull request #57050 → pythonPackages.m2crypto: 0.30.1 -> 0.32.0 → https://git.io/fhpNX
<{^_^}> [nixpkgs] @andir pushed 2 commits to master: https://git.io/fhjG7
<{^_^}> [nixpkgs] @andir closed pull request #57390 → pythonPackages.m2crypto: 0.30.1 -> 0.32.0 → https://git.io/fhjsy
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57396 → python37Packages.discid: 1.1.1 -> 1.2.0 → https://git.io/fhjGN
otulp has quit [Quit: *POOF*]
ilmu has quit [Ping timeout: 240 seconds]
rauno has quit [Remote host closed the connection]
agander has quit [Ping timeout: 246 seconds]
<srhb> noonien: I don't think there's anything special about using a GCE builder over any other in-the-cloud VPS builder, if you want to broaden your question.
<noonien> yeah, i'm more interested about getting a builder running on GCE
pie_ has joined #nixos
<noonien> was just curious if it still is up to date
<srhb> noonien: I think it's mostly up-to-date, but you might also want to use nixops for the same thing.
pie__ has quit [Ping timeout: 246 seconds]
<noonien> i'm unfamilliar with nixops
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57397 → python37Packages.distributed: 1.25.3 -> 1.26.0 → https://git.io/fhjZY
<srhb> noonien: It takes care of a lot of provisioning for you.
<noonien> thanks, i'll take a look
drakonis has joined #nixos
pie__ has joined #nixos
winem_ has quit [Ping timeout: 245 seconds]
winem_ has joined #nixos
pie_ has quit [Ping timeout: 255 seconds]
endformationage has joined #nixos
vmandela has quit [Quit: Leaving]
Lears has quit [Remote host closed the connection]
Lears has joined #nixos
<noonien> can nixos only delegate builds via ssh?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57399 → python37Packages.django-cors-headers: 2.4.0 -> 2.5.0 → https://git.io/fhjZ0
<{^_^}> [nixpkgs] @jabranham opened pull request #57400 → R: 3.5.2 -> 3.5.3 → https://git.io/fhjZu
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57401 → python37Packages.django-allauth: 0.36.0 -> 0.38.0 → https://git.io/fhjZz
<adamt> noonien: You mean like https://nixos.org/nixos/options.html#nix.buildmachines ?
<noonien> yes
<adamt> (remember to also enable nix.distributedBuilds)
<noonien> i don't want my GCE instances to always be on
<noonien> i'll probably just use `--build-host`(from what i remember) when doing nixos-rebuild
<clever> noonien: this daemon will monitor the hydra load, and dynamically create/destroy machines using nixops
<noonien> how does hydra tie into nix?
<noonien> it's my understanding that hydra just builds the binary cache
linarcx has joined #nixos
Erasmus has quit [Ping timeout: 240 seconds]
rcshm has joined #nixos
npmccallum has quit [Ping timeout: 246 seconds]
<clever> noonien: hydra will use nix to build everything in a given release.nix file when changes occur
winem_ has quit [Ping timeout: 268 seconds]
spacefrogg has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @srhb opened pull request #57402 → pkgcli: Patch tests → https://git.io/fhjZX
spacefrogg has joined #nixos
rpg has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57403 → python37Packages.djangorestframework: 3.9.1 -> 3.9.2 → https://git.io/fhjZx
pie_ has joined #nixos
macerbi[m] has quit [Quit: User has been idle for 30+ days.]
pie__ has quit [Ping timeout: 240 seconds]
fendor has joined #nixos
hlolli_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57404 → python37Packages.flake8-import-order: 0.18 -> 0.18.1 → https://git.io/fhjnI
pie__ has joined #nixos
linarcx has quit [Ping timeout: 244 seconds]
<slabity> I made a nixos-container with a simple config. No errors on creation, and it appears in `sudo nixos-container list`. However, when I try to root-login, I get the following:
<slabity> Could not get path to machine: No machine 'myc' known
<slabity> unable to get container's main PID
linarcx has joined #nixos
waleee has quit [Quit: WeeChat 2.4]
pie_ has quit [Ping timeout: 255 seconds]
reinhardt has quit [Quit: Leaving]
knupfer has joined #nixos
<slabity> I can confirm /var/lib/containers/myc exists as well. Any ideas why it can't connect?
<{^_^}> [nixpkgs] @7c6f434c pushed to libreoffice-update « libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2 »: https://git.io/fhjnG
<clever> 344 elsif ($action eq "root-login") {
<clever> 345 runInContainer("/nix/store/c4w7l847prnan6zzhx718c788bdkrg02-shadow-4.6-su/bin/su", "root", "-l");
<clever> 264 exec($nsenter, "-t", $leader, "-m", "-u", "-i", "-n", "-p", "--", @args);
<clever> but it first needs to find the pid of the leader, via getLeader
<srhb> slabity: Did you start it first?
<clever> 220 my $s = `machinectl show "$containerName" -p Leader`;
<clever> slabity: it will use machinectl to find the leader of the container
leat1 has quit [Ping timeout: 240 seconds]
<slabity> Tried to run `nixos-container run myc`, but same error
<srhb> slabity: start :)
<clever> slabity: what about `machinectl show myc -p Leader` ?
<slabity> Nevermind I'm stupid and didn't start
<slabity> For some reason I thought the run command starts the container, but that appears to just run a single command
<{^_^}> [nixpkgs] @tadeokondrak opened pull request #57405 → Sway 1.0 → https://git.io/fhjnE
erasmas has joined #nixos
ddellacosta has joined #nixos
vidbina has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57406 → python37Packages.fonttools: 3.37.3 -> 3.38.0 → https://git.io/fhjn5
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57407 → python37Packages.folium: 0.7.0 -> 0.8.0 → https://git.io/fhjnp
vidbina has quit [Ping timeout: 245 seconds]
stammon has joined #nixos
pie_ has joined #nixos
npmccallum_ has joined #nixos
pie__ has quit [Ping timeout: 255 seconds]
hyper_ch2 has quit [Quit: Page closed]
astrofog has joined #nixos
reallymemorable has joined #nixos
<{^_^}> [nixpkgs] @Infinisil opened pull request #57408 → pythonPackages.poetry: Fix build → https://git.io/fhjcL
<{^_^}> [nixpkgs] @primeos pushed 2 commits to master: https://git.io/fhjct
ym555 has quit [Ping timeout: 245 seconds]
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/5f3be9bc4b4 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<reallymemorable> I am trying to install the Haskell IDE Engine on NixOS. In order to use it with VS Code, it says that I need to include certain lines in the `.config/nixpkgs/config.nix` file. But I don't have a dir within .config called nixpkgs.
<reallymemorable> Do I need to create this dir and file?
<reallymemorable> Or am I looking in the wrong place?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57409 → python37Packages.geopandas: 0.4.0 -> 0.4.1 → https://git.io/fhjc3
<clever> reallymemorable: just create it
<reallymemorable> and then `touch config.nix`?
drakonis1 has joined #nixos
<clever> reallymemorable: just run any text editor on the file
<clever> it doesnt have to exist to start editing
<reallymemorable> ok i created the file with touch
<reallymemorable> within the nixpkgs dir
<reallymemorable> and used nano to enter the code
zupo has joined #nixos
<{^_^}> [nixpkgs] @srhb opened pull request #57411 → mitmproxy: wsproto and pytest fixes → https://git.io/fhjcl
fendor has quit [Remote host closed the connection]
fendor has joined #nixos
hlolli_ has quit [Remote host closed the connection]
<stammon> Can someone help me to build this: https://github.com/jjk-jacky/statusnotifier? I'm not sure how to package this, it's with autotools and i lack experience with that
<dminuoso> stammon: use autoconf
<dminuoso> well and it seems automake too.
<dminuoso> Or even all the autotools.
fendor has quit [Remote host closed the connection]
<DigitalKiwi> what about the autobahn
<dminuoso> This is quite funny.
<stammon> I am this is my current build.nix https://pastebin.com/wiGMes1T
<Mic92> stammon: drop your own configurePhase and add autoReconfHook to nativeBuildInputs
<infinisil> reallymemorable: If you need any help with HIE on NixOS you can ask me, I've got it running decently well
<Mic92> that will generate the configure script
<Taneb> infinisil: ooh, that's something I was trying to do a while back
<Mic92> if you need to pass custom configure flags, use the configureFlags attribute. This is a list.
<xantoz> does nix package qt 5.12.2 yet? there was a 0day in chromium recently, and qtwebengine is affected
<Mic92> stammon: ah, it was autoreconfHook not autoReconfHook
<Mic92> also --prefix=$out is preferred over DESTDIR=$(out)
pie__ has joined #nixos
<JonReed> Is there a version of `builtins.unsafeGetAttrPos` which works for lists? I.e. something that enables to where element of the list was defined?
<JonReed> enables to check*
<noonien> hmm, i'm trying to understand https://nixos.org/nixops/manual/#sec-deploying-to-gce
fendor has joined #nixos
<Mic92> xantoz: version = "5.212-alpha-01-26-2018" is what I see in master
<noonien> the deployment is created by issuing `nixops create ./load-balancer.nix ./load-balancer-gce.nix -d load-balancer-gce`
<Mic92> for webkit
<stammon> thanks so far, it got much further. now it says `automake: error: cannot open < gtk-doc.make: No such file or directory
<stammon> `
<noonien> how are ./load-balancer.nix ./load-balancer-gce.nix evaluated?
<xantoz> Mic92: I don't know what that means (not a stable release?). 01-26-2018 puts it at too old, anyway
<stammon> do i need something more in the nativebuildinputs?
<noonien> are they deep merged?a
pie_ has quit [Ping timeout: 250 seconds]
<clever> noonien: yeah, every file you padd to `nixops create` gets merged
<noonien> i see, that makes sense, thanks!
<xantoz> Mic92: so, yeah, that fix is probably not included
<xantoz> Mic92: also the second link is for webkit, not for qtwebengine
<xantoz> webkit is deprecated
<Mic92> stammon, you can probably disable the gtk docs via configureFlags = ["--disable-gtk-doc"];
<Mic92> xantoz: There is some automation to upgrade qt. But this is not so much my field of expertise.
<{^_^}> [nixpkgs] @tadeokondrak closed pull request #57405 → Sway 1.0 → https://git.io/fhjnE
<stammon> Mic92: Doesn't work
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57412 → python37Packages.gym: 0.11.0 -> 0.12.0 → https://git.io/fhjcx
fendor has quit [Ping timeout: 245 seconds]
knupfer has quit [Ping timeout: 246 seconds]
<Izorkin> Mic92: please check PR for nginx
yl has joined #nixos
mbodmer[m] has quit [Quit: User has been idle for 30+ days.]
<reallymemorable> infinisil: thanks - i might ping you in a few min, I got distracted with paperwork...
NickSeagull has quit [Quit: WeeChat 2.4]
NickSeagull has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Mic92> stammon: --enable-gtk-doc=no might work then
NickSeagull has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @tadeokondrak opened pull request #57413 → sway: replace with sway-beta → https://git.io/fhjCt
reilithion has joined #nixos
<DigitalKiwi> there are more urls without quotes than with quotes in nixpkgs, is that the preferred way or ?
<srhb> DigitalKiwi: Yes, marginally.
NickSeagull has joined #nixos
<{^_^}> [nixpkgs] @primeos opened pull request #57414 → sway: Switch to 1.0 → https://git.io/fhjCs
immae has quit [Quit: WeeChat 2.3]
<DigitalKiwi> ok, ty
<noonien> where can i find an example config for a machine i just use for distributed builds?
<DigitalKiwi> just cause there's more doesn't always mean it's right for all i know people are actively converting them the other way it just takes a long time
<srhb> DigitalKiwi: Yeah, asking is always good. :)
<adamt> noonien: A nixos machine with nothing in particular installed should be fine, I would assume
<reilithion> I did some software archaeology. It seems libc = null is the correct way to specify a crossSystem derivation targeting a system with no standard library. BUT at some point a test was added that rules this option out, causing an "Unknown libc" exception. Simply allowing libc to be null with an extra case in this test doesn't resolve the issue, since the build of GCC then fails.
immae has joined #nixos
<reilithion> I think the build is being misconfigured, but I'm not totally sure how yet.
<srhb> noonien: As adamt said there's no real requirements on the server side. The client must be able to log in via ssh and issue nix commands.
<{^_^}> [nixpkgs] @matthewbauer merged pull request #56391 → Add more CMake flags → https://git.io/fhbx5
<{^_^}> [nixpkgs] @matthewbauer pushed 3 commits to staging: https://git.io/fhjC0
<{^_^}> [nixpkgs] @tadeokondrak closed pull request #57413 → sway: replace with sway-beta → https://git.io/fhjCt
srl295 has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
<{^_^}> [nixpkgs] @hedning pushed 28 commits to gnome-3.32: https://git.io/fhjCr
<stammon> Mic92: I saw that online too, but it doesn't help either
<{^_^}> [nixpkgs] @Mic92 merged pull request #57408 → pythonPackages.poetry: Fix build → https://git.io/fhjcL
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fhjC1
johanot has quit [Quit: WeeChat 2.2]
linarcx has quit [Quit: WeeChat 2.4]
<reilithion> Ok, yes. It looks like the configuration options for the target are being ignored. Not only that, but my attempts to add "--without-headers" have failed.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57415 → python37Packages.ipy: 0.83 -> 1.00 → https://git.io/fhjCQ
<reilithion> Anyone here familiar with the GCC derivations?
<infinisil> ,ask reilithion
<{^_^}> reilithion: Just ask your question. It's the best way to know if anybody can help. Or look at other ways of getting in touch with the Nix community here: https://nixos.wiki/wiki/Get_In_Touch
<reilithion> Ok. Why are the crossConfigureFlags being ignored when I try to build a cross-compiler?
<stammon> I just removed all locations about gtk-doc in the Makefile and the configure.ac file.
<stammon> now I get these
<stammon> ./configure: line 12225: syntax error near unexpected token `GOBJECT,'
<stammon> ./configure: line 12225: `PKG_CHECK_MODULES(GOBJECT, gobject-2.0, , as_fn_error $? "GLib/GObject is required" "$LINENO" 5)'
<stammon> also previously it warns, that `./configure: line 6679: /usr/bin/file: No such file or directory`
<infinisil> reilithion: I don't see any mention anywhere that crossConfigureFlag does anything
<infinisil> Oh
<reilithion> It's within the GCC derivation.
<infinisil> Yeah found it sry
<infinisil> Ah yeah, but that's nothing that can be overridden
<reilithion> I'm setting crossSystem = { config = "i386-elf"; libc = null; };
<reilithion> It wouldn't work on its own, so I had to modify the gcc derivation slightly to avoid an error.
<reilithion> But then the way I modify it is being ignored.
<infinisil> I see
<reilithion> I can push my changes to my github if you'd like to see.
<infinisil> So you want to build a gcc on your host that can run on your host that can target a different arch for compilation?
amir has quit [Quit: Have to disappear. Read you later guys!]
<reilithion> infinisil, Yes.
<DigitalKiwi> that hurt my head
<reilithion> In particular, I want to do OS development, so I need to be able to compile for a bare-metal machine with no standard library.
<reilithion> The perpelxing thing is that the two changes in gcc/7/default.nix are necessary for nix to even try to build gcc. But then the "--without-headers" never makes it into the configure options for gcc.
wpcarro has joined #nixos
goodwill has quit [Quit: ...]
wpcarro has quit [Client Quit]
wpcarro has joined #nixos
rpg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tilpner_ has joined #nixos
wfranzini has quit [Remote host closed the connection]
erasmas_ has joined #nixos
Glider_IRC__ has joined #nixos
ym555 has joined #nixos
Glider_IRC_ has quit [Read error: Connection reset by peer]
pie___ has quit [Remote host closed the connection]
pie_ has joined #nixos
<infinisil> reilithion: Maybe try adding `builtins.trace "foo"` around the expressions you think don't influence the result
tilpner has quit [Ping timeout: 268 seconds]
<reilithion> infinisil, So, change "--without-headers" to builtins.trace "--without-headers"?
pie_ has quit [Remote host closed the connection]
pie_ has joined #nixos
amir has joined #nixos
erasmas has quit [Ping timeout: 268 seconds]
<infinisil> builtins.trace "--without-headers" "--without-headers"
<infinisil> The first argument gets printed when evaluated
<infinisil> (and the second argument is what it's going to be evaluated to)
<reilithion> ah
rpg has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57416 → python37Packages.lark-parser: 0.6.5 -> 0.6.6 → https://git.io/fhjWY
Glider_IRC_ has joined #nixos
<reilithion> infinisil, trace: --without-headers appears as the first line, before the list of derivations to be built. It appears exactly once (which I is what we should expect, given the Nix language is lazy).
pie___ has joined #nixos
sigmundv has joined #nixos
alex`` has quit [Read error: Connection reset by peer]
rpg has quit [Ping timeout: 246 seconds]
Glider_IRC__ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57417 → python37Packages.libversion: 1.1.2 -> 1.1.3 → https://git.io/fhjWC
pie__ has quit [Ping timeout: 246 seconds]
wpcarro has quit [Quit: leaving]
wpcarro has joined #nixos
Xal has quit [Ping timeout: 250 seconds]
<reilithion> Whoa.
astrofog has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Mic92 pushed commit from @Infinisil to release-19.03 « pythonPackages.poetry: Fix build »: https://git.io/fhjW0
goodwill has joined #nixos
alex`` has joined #nixos
adamt has quit [Ping timeout: 245 seconds]
<reilithion> Weird. The line where it decides whether or not to include crossConfigureFlags is getting hit multiple times. Sometimes with my intended targetPlatform, sometimes with targetPlatform == hostPlatform.
Xal has joined #nixos
<reilithion> Is the GCC 7.4 derivation in mainline nixpkgs working right now?
<attente[m]> hi, i'm running firefox nightly from the nixpkgs-mozilla overlay, just wondering is there a way to override an environment variable in the binary wrapper? i want it to run with GDK_BACKEND=wayland by default
<{^_^}> [nixpkgs] @dtzWill opened pull request #57418 → kmod: 25 -> 26 → https://git.io/fhjWX
ddellacosta has quit [Ping timeout: 245 seconds]
JosW has joined #nixos
smarti has quit [Ping timeout: 255 seconds]
JosW has quit [Client Quit]
<reallymemorable> infinisil: I have the haskell langauge server extension installed on VSCode and installed the HIE-Nix stuff from GitHub with `nix-env`
fendor has joined #nixos
<reallymemorable> is there anything else i need to do? this process seems to be a good bit different from what i did when installing on Mac OS
wpcarro has quit [Quit: leaving]
sigmundv has quit [Ping timeout: 250 seconds]
drakonis1 has quit [Quit: WeeChat 2.3]
ixxie has joined #nixos
<{^_^}> [nixpkgs] @krav opened pull request #57419 → pkgs/applespi: add experimental Linux support for MacBook keyboards → https://git.io/fhjWd
Fare has joined #nixos
<infinisil> reallymemorable: Seems about right (i personally use emacs with HIE though)
<infinisil> Is there a problem?
ixxie has quit [Remote host closed the connection]
drakonis_ has joined #nixos
asymmetric has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57422 → python37Packages.nbxmpp: 0.6.9 -> 0.6.10 → https://git.io/fhjWx
<betawaffle> is easy to use wayland/sway on nixos yet?
<{^_^}> [nixpkgs] @jabranham opened pull request #57423 → Update CRAN and Bioconductor package sets → https://git.io/fhjWp
drakonis has quit [Ping timeout: 245 seconds]
pie__ has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos
pie___ has quit [Ping timeout: 250 seconds]
pie___ has joined #nixos
<{^_^}> [nixpkgs] @primeos pushed to master « sway-beta: Use the upstream patch to fix the build failure »: https://git.io/fhjlv
knupfer has joined #nixos
pie__ has quit [Ping timeout: 240 seconds]
YanMinari[c][m] has joined #nixos
vidbina has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57424 → python37Packages.munkres: 1.0.12 -> 1.1.2 → https://git.io/fhjlU
<reilithion> *sigh* The problem has nothing to do with my changes or with cross compiling. gcc just doesn't build in the version of nixpkgs I have checked out.
fendor has quit [Ping timeout: 255 seconds]
Guest91290 has quit [Read error: Connection reset by peer]
Rusty1 has quit [Quit: Konversation terminated!]
sinner has joined #nixos
sinner is now known as Guest41189
pie__ has joined #nixos
<symphorien> > gcc.version
<{^_^}> attribute 'version' missing, at (string):222:1
fendor has joined #nixos
<symphorien> > gcc.name
<{^_^}> "gcc-wrapper-7.4.0"
<symphorien> It's strange, this is the default version of nixpkgs
jbgi has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @erikarvstedt closed pull request #57371 → Revert "nixos/redmine: replace imagemagickBig with imagemagick" (#57078) → https://git.io/fhjYI
pie___ has quit [Ping timeout: 244 seconds]
<Yaniel> are there docs for using rustPlatform in packages?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/7e2eb724079 (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
_kwstas has joined #nixos
<srhb> Yaniel: Tiny bit, mostly centered around buildRustPackage, section 9.15.1
<Yaniel> thanks
<Yaniel> still better than *just* guessing
<srhb> reilithion: The top level attribute "gcc" looks good in master right now.
Thra11 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57425 → python37Packages.numpy-stl: 2.9.0 -> 2.10.0 → https://git.io/fhjlc
vidbina has quit [Ping timeout: 244 seconds]
drakonis has joined #nixos
<reilithion> srhb, Thanks. I'll try it out.
ixxie has joined #nixos
agander has joined #nixos
drakonis_ has quit [Ping timeout: 252 seconds]
agander_ has joined #nixos
Fare has quit [Ping timeout: 240 seconds]
<srhb> reilithion: Fwiw, it's often sensible to start from something like nixos-unstable (from the channels repo) for two reasons: 1) it has a test set that ensures that certain packages do build and 2) it'll have more binary cache coverage a lot of the time. Also, it's usually not far behind master so it's often trivial to rebase to master, if you need to contribute a PR. :)
agander has quit [Ping timeout: 252 seconds]
<srhb> Arbitrary master commits have no guarantee that anything builds.
<reilithion> srhb, Thanks. I think I actually did start trying to get this whole thing going from unstable. I can't remember what specifically wasn't working there, but I changed over to the master branch upon discovering some parts of the new cross system weren't in place.
<srhb> reilithion: Ok :)
linarcx has joined #nixos
camsbury has joined #nixos
asymmetric has quit [Ping timeout: 240 seconds]
Ariakenom has quit [Remote host closed the connection]
Ariakenom has joined #nixos
Erasmus has joined #nixos
tmaekawa has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57426 → python37Packages.osmnx: 0.8.1 -> 0.9 → https://git.io/fhjlg
jophish has quit [Quit: WeeChat 2.0]
agander_ is now known as agander
fendor has quit [Ping timeout: 244 seconds]
<timor> In hydra, it is possible to see the errors that occurred during evaluation. Is it also possible to see warnings that have been generated with lib.warn or builtin.trace?
drakonis_ has joined #nixos
_kwstas has quit [Quit: _kwstas]
<{^_^}> [nixpkgs] @hedning pushed 10 commits to gnome-3.32: https://git.io/fhjlV
<{^_^}> [nixpkgs] @abathur opened pull request #57427 → smenu: relax platform from linux to unix → https://git.io/fhjlw
Ariakenom has quit [Ping timeout: 268 seconds]
drakonis has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57428 → python37Packages.peewee: 3.8.2 -> 3.9.2 → https://git.io/fhjlo
<{^_^}> [nixpkgs] @danbst opened pull request #57429 → nginx: expose generated config and allow nginx reloads → https://git.io/fhjli
sigmundv has joined #nixos
fendor has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57430 → python37Packages.paste: 3.0.6 -> 3.0.8 → https://git.io/fhjlM
<delan> so I started using gnome-keyring yesterday and noticed that it wants cap_ipc_lock+ep for security... at first I added a security.wrappers option to my config, then I moved it to services.gnome3.gnome-keyring on my nixpkgs branch, but this has no effect when started via org.freedesktop.secrets.service (part of the gnome-keyring package)
<delan> looks like I would either want to lower the wrapper from the module to the package such that the path in the unmodified dbus service refers to it, or somehow make the module override the path in the dbus service... any thoughts?
tmaekawa has quit [Quit: tmaekawa]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #57430 → python37Packages.paste: 3.0.6 -> 3.0.8 → https://git.io/fhjlM
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @r-ryantm to master « python37Packages.paste: 3.0.6 -> 3.0.8 »: https://git.io/fhjlH
<symphorien> I imagine you need to make a derivation which copies the dbus files from gnome-keyring and replace the path to dbus by /run/wrapper/some-setcap-wrapper
pie___ has joined #nixos
_kwstas has joined #nixos
<symphorien> then in the module which declares dbus.packages = [ gnome-keyring ] replace gnome-keyring by this derivation and declare the capability wrapper
sakalli has quit [Ping timeout: 250 seconds]
pie__ has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #57428 → python37Packages.peewee: 3.8.2 -> 3.9.2 → https://git.io/fhjlo
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @r-ryantm to master « python37Packages.peewee: 3.8.2 -> 3.9.2 »: https://git.io/fhjld
<delan> cheers symphorien, will give that a shot after work
<symphorien> ah sorry: ... and replace the path to gnome-keyring*, not to dbus
<{^_^}> [nixpkgs] @worldofpeace merged pull request #57417 → python37Packages.libversion: 1.1.2 -> 1.1.3 → https://git.io/fhjWC
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @r-ryantm to master « python37Packages.libversion: 1.1.2 -> 1.1.3 »: https://git.io/fhjlb
knupfer has quit [Ping timeout: 250 seconds]
reinhardt has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57431 → python37Packages.progress: 1.4 -> 1.5 → https://git.io/fhjlh
<{^_^}> [nixpkgs] @worldofpeace merged pull request #57409 → python37Packages.geopandas: 0.4.0 -> 0.4.1 → https://git.io/fhjc3
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @r-ryantm to master « python37Packages.geopandas: 0.4.0 -> 0.4.1 »: https://git.io/fhj8f
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/eb2a26f5c61 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57432 → gitAndTools.pre-commit: 1.14.2 -> 1.14.4 → https://git.io/fhj8k
pie___ has quit [Ping timeout: 272 seconds]
_kwstas has quit [Quit: _kwstas]
_kwstas has joined #nixos
freeman42x has joined #nixos
fendor has quit [Ping timeout: 246 seconds]
judson has joined #nixos
judson is now known as Guest45071
<{^_^}> [nix] @LnL7 opened pull request #2720 → primops: add support for reading stdin → https://git.io/fhj8s
Guest45071 has quit [Client Quit]
<DigitalKiwi> if anyone remembers what ecryptfs
<DigitalKiwi> ecryptfs-helper
<DigitalKiwi> encfs
<DigitalKiwi> cat
zupo has joined #nixos
<DigitalKiwi> sorry, if anyone remembers what semilattice <-- what i thought was on clipboard was having problems with earlier, i've been having the same
<DigitalKiwi> waiting for locks or build slots...
<DigitalKiwi> when try to build, and just stays there, forever
<DigitalKiwi> i can sometimes get around it by passing --builders ''
<DigitalKiwi> is farily recent I think that it's started happening, I am mostly on nixos-unstable tho...so...
Guest41189 has quit [Read error: Connection reset by peer]
sinner has joined #nixos
sinner is now known as Guest13640
reinhardt has quit [Quit: Leaving]
Ariakenom has joined #nixos
domogled has joined #nixos
<DigitalKiwi> it might be related to how i have distributed builds setup but i've tried a few different ways and it hasn't seemed to change, it could also be my network interfaces being weird, or it could be a nix update I think recently?
drakonis has joined #nixos
_kwstas has quit [Quit: _kwstas]
fendor has joined #nixos
Guest13640 has quit [Ping timeout: 268 seconds]
<noonien> i'm trying to learn nixops, i have the following: http://vpaste.net/RdHFA
<noonien> however, when nixops is trying to connect to the machine's ssh, it gets 'Permmission denied'
drakonis_ has quit [Ping timeout: 252 seconds]
<noonien> it didn't even work without service.openssh.enable = true; even though, from what i read, it should have
<srk> did it fail during first deploy?
<noonien> yes
<srk> that's quite common issue where nixops thinks it deployed the ssh key but it didn't
<srk> you can try deleting the deployment and start over or fiddle with sqlite3 database in ~/.nixops/deployments.nixops
<noonien> well, not having service.openssh.enable also doesn't start the ssh server (is this also common?
zupo_ has joined #nixos
<noonien> the 22 port seems to be passing through the firewall, even without me allowing it, i'm not sure if this is default nixos behavior
<srk> hm but that's virtualbox backend
<srk> yes, ssh is enabled by default IIRC
<noonien> `builder> could not connect to ‘root@192.168.56.104’, retrying in 8 seconds...`
<noonien> without `service.openssh.enable = true;`
zupo has quit [Ping timeout: 268 seconds]
<srk> nix/virtualbox-image-nixops.nix: services.openssh.enable = true;
<noonien> hmm, is nixops not reliable?
<clever> noonien: what happens if you just `ssh -v root@192.168.56.104` ?
<noonien> clever: i get asked for a password
<clever> noonien: try the nixops deploy again?
<noonien> hmm, i will
<DigitalKiwi> didn't nixops get fubared recently has it been fixed yet?
<noonien> i did a destroy and deploy, the ssh server seems to have started this time, even without explicitly enabling it, however, i still get permisssion denied
<{^_^}> [nixpkgs] @ck3d opened pull request #57434 → nixos dwm: start user installed dwm if available → https://git.io/fhj43
jbgi has joined #nixos
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Neo-- has quit [Ping timeout: 240 seconds]
<noonien> i did delete --all, destroy --all, rm -rf ~/.nixops then created and deployed again
<noonien> same thing
<DigitalKiwi> yeah :(
<noonien> is there a way of getting a working version of nixops?
<clever> noonien: nixops itself works great, but ive heard that the virtualbox backend has a lot of trouble
<srk> try libvirt backend
<noonien> i see, will do!
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/fc40f61347e (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<DigitalKiwi> https://github.com/NixOS/nixops/issues/1086 <-- i still get stuff like -> https://dpaste.de/68Ju/raw a lot but sometimes it launches anyway...
<{^_^}> nixops#1086 (by delroth, 5 weeks ago, closed): nixops broken with master nixpkgs
camsbury has quit [Remote host closed the connection]
fendor has quit [Remote host closed the connection]
ym555 has quit [Ping timeout: 245 seconds]
fragamus has joined #nixos
<{^_^}> [nixpkgs] @bhipple opened pull request #57435 → findnewest: init at 0.3 → https://git.io/fhj44
<colemickens> Sway is doing more fun stuff in their build. Their meson script now tries to locate the 'scdoc' binary.
<colemickens> Does nixpkgs not hook into meson's find program functionality?
<colemickens> Do I just need to patch this to hardcode the path to scdoc during build rather than let meson try to locate the binary to invoke it?
<noonien> is it possible to refresh user groups without relogging?
sinner has joined #nixos
sinner is now known as Guest41089
<noonien> `su - $USER`, TIL
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57436 → python37Packages.pymediainfo: 3.0 -> 3.1 → https://git.io/fhj4g
<{^_^}> [nixpkgs] @elasticdog opened pull request #57437 → cargo-raze: init at 2019-02-03 → https://git.io/fhj4a
rauno has joined #nixos
lawlesseel has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @dnaq opened pull request #57438 → pytorch: fix CUDA support → https://git.io/fhj46
erasmas_ is now known as erasmas
domogled has quit [Ping timeout: 268 seconds]
<jtojnar> colemickens: meson uses PATH
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57439 → python37Packages.pyroute2: 0.5.3 -> 0.5.4 → https://git.io/fhj4D
<charukiewicz> Is there an easy way to override the default AMI volume size when deploying a server with NixOps? We've trying to use deployment.ec2.blockDeviceMapping.<driveName>.size but we haven't been able to get it working.
<charukiewicz> To clarify, this is an AWS EC2 deployment
domogled has joined #nixos
<timor> There is a package attribute "hotspot" (don't know what that does) present in nixpkgs. If I want to provide a package for a different piece of software, called "HotSpot" (scientific tool), how do I name the attribute?
ddellacosta has joined #nixos
<charukiewicz> The default NixOS AMI size is 3GB, but we're looking to bump it to something higher.
<clever> charukiewicz: one min
camsbury has joined #nixos
<clever> charukiewicz: https://nixos.org/nixops/manual/#opt-deployment.ec2.ebsInitialRootDiskSize
random_yanek has quit [Ping timeout: 240 seconds]
<linarcx> Hi. i want to use this path in a bash script. how to properly use it?
<linarcx> /nix/store/sxwsbynaswxjykx9qlif9ls1p85b8jy5-i3blocks-1.4/libexec/i3blocks/disk
<clever> > "${i3blocks}/libexec/i3blocks/disk"
<{^_^}> "/nix/store/k78nc1bplhy4yjblqwlc14h6rdisix3w-i3blocks-1.4/libexec/i3blocks/disk"
<linarcx> clever: In bash script? it doesn't recognize it.
jD91mZM2 has quit [Ping timeout: 246 seconds]
<clever> linarcx: that has to be in a nix script, that generates the bash
<clever> linarcx: or you can: nix-build '<nixpkgs>' -A i3blocks -o i3blocks ; ls -lh i3blocks/libexec/i3blocks/disk
<linarcx> clever: How can i create a nix script that generate the bash script?
<charukiewicz> clever: yes that's it! thank you. It looks the tags that get passed to the EC2 instance automatically get applied to the root EBS volume. I guess there's no control over that.
<noonien> i get the same results with libvirt
<noonien> nixops deploy still can't connect to ssh: `builder> could not connect to ‘root@192.168.122.136’, retrying in 8 seconds...`
<clever> linarcx: run nix-build on this file, https://gist.github.com/cleverca22/d69a156a99848029f2225419bf63e7cd
<clever> noonien: it may just be that the guest hasnt finished booting yet
<noonien> i just tried deploy again, just for testing ssh connectivity, i still get permission denied (just as the first deploy, it wasnt timing out), `root@192.168.122.136: Permission denied (publickey,password,keyboard-interactive).`
random_yanek has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/fhjBJ
fragamus has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @vcunat pushed to release-19.03 « Merge #57427: smenu: relax platform from linux to unix »: https://git.io/fhjBk
alex`` has quit [Read error: Connection reset by peer]
tilpner_ is now known as tilpner
alex`` has joined #nixos
<srhb> fwiw the libvirt backend often screws up the permissions of the store in the VM, which may cause ssh to fail in funny ways, I think.
<srhb> Or is that sudo. Probably, actually.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57440 → python37Packages.pytest-django: 3.4.7 -> 3.4.8 → https://git.io/fhjBq
<{^_^}> [nixpkgs] @kalbasit merged pull request #57296 → Fixes to a few Go packages → https://git.io/fhhhO
<{^_^}> [nixpkgs] @kalbasit pushed 8 commits to master: https://git.io/fhjBm
<noonien> hmm, is there any backend that works locally?
<{^_^}> [nixpkgs] @vcunat merged pull request #57427 → smenu: relax platform from linux to unix → https://git.io/fhjlw
<srhb> I mean, it _works_
<srhb> At least normally :)
<clever> noonien: do you want nixops to get a linux build slave, or to use nixops for testing things?
<noonien> well, i want to fire up a preemptible instance with a lot of cores in GCE to use as a build host, but this was a chance to learn nixops as well
<{^_^}> [nixpkgs] @bhipple opened pull request #57441 → db: enable parallel building → https://git.io/fhjB3
zupo_ has quit [Quit: Textual IRC Client: www.textualapp.com]
Church- has quit [Quit: WeeChat 1.6]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57442 → python37Packages.pyshp: 2.0.1 -> 2.1.0 → https://git.io/fhjBc
Church- has joined #nixos
wfranzini has joined #nixos
zupo has joined #nixos
domogled has quit [Quit: domogled]
Church- has quit [Client Quit]
talqu has joined #nixos
<noonien> a n1-highcpu-96(96vCPU, 86Gb ram) costs ~0.88$/hour on a preemptible instance
<noonien> that would help me laptop build things a lot faster
Church- has joined #nixos
<srhb> noonien: Out of curiosity, why are you rebuilding things at all? Changing stdenv a lot?
<srhb> (I mean, why doesn't the cache suffice for your use case?)
<noonien> well, i'm creating my own packages
<srhb> Ok :)
<noonien> for nerdfonts in this case, just one font (one of the biggest though), took >1hr to patch
<noonien> and coming from ubuntu, i would like my build times to be as low as possible
Church- has quit [Client Quit]
<noonien> i installed virtualbox just a few minutes ago, it seems to have built some vbox kernel modules aswell, which took >30m
Church- has joined #nixos
<noonien> -j96 would probably help a LOT
<srhb> noonien: No doubt. And yeah, vbox modes aren't cached due to licensing issues iirc.
<srhb> modules*
<gchristensen> though -j96 probably wouldn't have helped much more than, say, -j36 or even -j24
<noonien> yeah, i thought that migt have been the case
<noonien> gchristensen: hmm, howcome?
<symphorien> you could do a sort of wrapper around ssh with a ProxyCommand in ~root/.ssh/config which transparently creates and destroys the instances
<gchristensen> noonien: same reason 9 women can't produce a child in 1mo :)
<noonien> yeah, that's what i'll do untill i get something similar within the nixos config
<noonien> gchristensen: hehe, but 9 women can produce 9 children in 9 months
<noonien> but i get what you're saying, it really depends on the project that's being built
<gchristensen> right
<noonien> btw, does nix built dependencies in parallel?
civodul has joined #nixos
<{^_^}> [nixpkgs] @bhipple closed pull request #57441 → db: enable parallel building → https://git.io/fhjB3
<gchristensen> as parallel as it can, yeah.
<noonien> ah, cool
camsbury has quit [Ping timeout: 252 seconds]
<symphorien> you can tell it to run 96 jobs with make -j96 each
<noonien> in my case, i have a symlinkJoin of 44 derivations, all 44 would build in parallel with -j44, right?
<symphorien> there are two distinct configuration options for -jX and the number of derivations built in parallel
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57443 → python37Packages.python-gitlab: 1.7.0 -> 1.8.0 → https://git.io/fhjBw
<noonien> oh, interesting, that makes sense!
<{^_^}> [nixpkgs] @primeos pushed to master « androidStudioPackages.{dev,canary}: 3.5.0.5 -> 3.5.0.6 »: https://git.io/fhjBr
<symphorien> also, for make -jX the derivation has to declare enableParallelBuild = true; or so
<gchristensen> this is actually slightly misleading
<gchristensen> `-j` tells Nix how many parallel nix-build's to execute at once
<{^_^}> [nixpkgs] @abathur opened pull request #57444 → pdfgrep: relax platform from linux to unix → https://git.io/fhjBo
<noonien> ah, i was talking about nix-build's -j
<gchristensen> --cores tells Nix how many cores each build gets, which then `make` will automatically use for `make -j`
<noonien> not make's, should have probably specified tat
<noonien> ah, interesting!
<noonien> so, nix-build -jcalc
<symphorien> -j is the number of derivations the local builder may build simultaneously
<noonien> oops
<{^_^}> [nixos-homepage] @gurjeet opened pull request #267 → Replaced Cloudfront URLs with NixOS.org URLs → https://git.io/fhjBK
<{^_^}> [nixpkgs] @bhipple opened pull request #57446 → db: enable parallel building → https://git.io/fhjB6
<symphorien> it does not even count remote builders
<clever> and the remote builders can have a different build-cores in their local nix.conf files
camsbury has joined #nixos
<noonien> so `nix-build -j4 --cores 24` would build 4 derivations in parallel, each with make -j 24 (if possible)
<clever> both can also have defaults set in nix.conf
<clever> max-jobs, and build-cores
<gchristensen> not if possible
ym555 has joined #nixos
<gchristensen> each one would try to use 24 cores and you'd end up with a lot of contention if you didnd't have cores * jobs cores
<noonien> 24 only if enableParallelBuild = true;
<yl> gchristensen: is nixpkgs manual uploaded somewhere from the master branch?
<gchristensen> no
<gchristensen> on hydra maybe
<noonien> ah, ok
<reilithion> Hmm. Maybe it's not gcc itself that's failing to build for me on nixpkgs master branch.
<noonien> pft, if only i could get nixops to work :(
sigmundv has quit [Ping timeout: 272 seconds]
drakonis_ has joined #nixos
rcshm has quit [Remote host closed the connection]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rcshm has joined #nixos
drakonis has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @7c6f434c pushed to libreoffice-update « libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2 »: https://git.io/fhjRY
vk3wtf has joined #nixos
<reilithion> When I try nix-shell -I nixpkgs=. -p gcc it eventually errors out. This is the output: https://gist.github.com/Reilithion/02126ee9259d81a54f157e93b3f657d7
fusion809_ has joined #nixos
<clever> reilithion: what about just `nix-build -A gcc` ?
<reilithion> clever, I'll try that.
fusion809 has quit [Read error: Connection reset by peer]
<noonien> hmm, does nixops make any assumptions about my .ssh/config?
orivej has quit [Ping timeout: 255 seconds]
<clever> noonien: not much
<{^_^}> [nixpkgs] @worldofpeace merged pull request #57446 → db: enable parallel building → https://git.io/fhjB6
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @bhipple to staging « db: enable parallel building »: https://git.io/fhjRl
<noonien> because i've got `PubkeyAuthentication no`, in my `Host *`
Izorkin has quit [Ping timeout: 250 seconds]
<gchristensen> it does assume that is not true
<gchristensen> why would you do that?
<clever> noonien: oh, that will definitely break it
<noonien> hehe
<clever> noonien: nixops specifies a privkey with -i, and uses that to get into everything
<clever> and youve disabled it!
<noonien> gchristensen: because of https://github.com/FiloSottile/whosthere
<noonien> I do enable it per-host
ilmu has joined #nixos
<noonien> but ssh -i usually works, if memory serves
zupo has joined #nixos
<noonien> that should enable PubkeyAuthentication
<noonien> oh, nixops doesn't take -v :9
<gchristensen> do you SSH to random servers often? :)
cyphase has quit [Ping timeout: 250 seconds]
<noonien> i don't trust any servers i ssh into with all my key fingerprints
drakonis has joined #nixos
<noonien> especially not github
<gchristensen> ok
<noonien> nixops creates its own ssh keys, correct? where can i find theese
rcshm has quit [Remote host closed the connection]
<clever> noonien: in the sqlite db
drakonis_ has quit [Ping timeout: 252 seconds]
<clever> noonien: you can also see them with nixops export
<noonien> oh, that's handy!
<clever> nixops export -d house | jq '."ca55b021-87f5-11e8-b6f5-024225fad90e".resources.router."none.sshPrivateKey"'
rcshm has joined #nixos
<clever> noonien: this exposes the private key to ssh into my router
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57447 → python37Packages.Quandl: 3.4.5 -> 3.4.6 → https://git.io/fhjR6
<clever> slap a -r on the end, and jq prints it without escaping the \n's
agander has quit [Ping timeout: 252 seconds]
neminis has joined #nixos
<{^_^}> [nixpkgs] @smaret opened pull request #57448 → gildas: 20190301_a -> 20190301_b → https://git.io/fhjR1
<noonien> a-ha!
<noonien> `ssh -i k -o 'PubkeyAuthentication=yes' root@192.168.122.254` works, while `ssh -i k root@192.168.122.254` does not!
<noonien> can i specify extra options for nixops's ssh?
<clever> noonien: let me check something...
hamishmack has joined #nixos
<DigitalKiwi> what's the right way to configure distributed builds that include the system you're on? remove the settings from the main configuration or remove them from the distributed hosts or can it be in both or?
<{^_^}> [nixpkgs] @tohl opened pull request #57449 → samsung-unified-linux-driver_1_00_36, tested on nixos x86_64 with m2070w printer/scanner, fixes https://github.com/NixOS… → https://git.io/fhjRD
tilpner has quit [Ping timeout: 245 seconds]
<illegalprime> any docs on how nix knows when to set targetPlatform & buildPlatform?
<reilithion> clever, I stand corrected. The problem isn't, strictly speaking, in master. It's in my slight modification to master. And it's present for both nix-shell and nix-build.
<illegalprime> if I use pkgsCross is makes sense what to set hostPlatform & buildPlatform to, but when encoutering a compiler nix also has to set targetPlatform and it seems to do so magically
<clever> noonien: the proper fix, would be to add PubkeyAuthentication=yes at https://github.com/NixOS/nixops/blob/28231a177d751e800af3223a8763ea75b0ef9dd9/nixops/ssh_util.py#L48-L50
<clever> noonien: but there should be another fix that just involves env vars...
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57450 → python37Packages.radio_beam: 0.2 -> 0.3.1 → https://git.io/fhjR9
<reilithion> Actually, I should confirm even that much.
<noonien> should I create an issue/PR for nixops? Or is anyone here that can just commit a fix?
<gchristensen> an issue & PR would be best.
work_ has quit [Quit: Connection closed for inactivity]
<clever> ah, i was thinking of NIX_SSHOPTS, but only nix-copy-closure obeys it, nixops doesnt
<clever> (and nixops has to set that, to make nix-copy-closure work)
<camsbury> hey how would I set an env Var for the current build context? specifically for nix - Darwin
<noonien> SSHMaster has a ssh_flags param that it uses
<noonien> however, i can't find where SSHMaster is used
<camsbury> sorry - phone irc
<camsbury> but assuming there is something similar in nixos rebuild
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/fc40f61347e (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
timor has quit [Ping timeout: 255 seconds]
cyphase has joined #nixos
<noonien> clever: thanks for finding this out, mind if I submit an issue/PR?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57451 → python37Packages.qtawesome: 0.5.6 -> 0.5.7 → https://git.io/fhjRx
Church- has quit [Quit: WeeChat 1.6]
<clever> noonien: go ahead :)
Church- has joined #nixos
<noonien> awesome
knupfer has joined #nixos
Fare has joined #nixos
rcshm has quit [Read error: Connection reset by peer]
neminis has quit [Quit: WeeChat 2.2]
rcshm has joined #nixos
vk3wtf has quit [Ping timeout: 252 seconds]
<yl> is anyone using any tools for writing docbook through a WYIWYG editor?
<yl> I saw XMLMind has that feature, anything else?
<gchristensen> i use oxygen sometimes
<gchristensen> yl: do you know docbook.rocks?
<yl> gchristensen: I mean the /doc directory for generating the manual
<{^_^}> [nixpkgs] @ThibautMarty opened pull request #57452 → [WIP] kicad: fix #49089 by adding libraries files → https://git.io/fhj0T
<yl> it's in XML and I'm wondering if there rich editors for it
<gchristensen> I know
<gchristensen> i use oxygen sometimes
<gchristensen> usually just emacs with xml mode
<gchristensen> yea
<yl> gchristensen: I see
<yl> I use Vim, all by hand
Erasmus has quit [Quit: END-AUMF]
drakonis_ has joined #nixos
<noonien> hmm, before i submit my PR, is there any way to test the changes i've made to nixops?
<noonien> it has a release.nix file
<noonien> oh, it's all in the manual, nice!
IRCsum has quit [Remote host closed the connection]
<camsbury> better yet
<camsbury> does anyone know how to get the current build Sha for a nixos rebuild?
drakonis has quit [Ping timeout: 252 seconds]
kosmikus_ has joined #nixos
kosmikus_ has quit [Client Quit]
<camsbury> like... in the derivation
<camsbury> for use seeing an environment variable in my case
IRCsum has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57453 → python37Packages.rply: 0.7.6 -> 0.7.7 → https://git.io/fhj0s
<reilithion> clever, Ok. Clearly my 3 lines of changes somehow broke gcc. But for the life of me, I don't understand how.
<clever> reilithion: what did you change?
tilpner has joined #nixos
kim0 has joined #nixos
<reilithion> Oh right.
Ariakenom has quit [Quit: Leaving]
linarcx has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #57454 → linux_latest-libre: fix build → https://git.io/fhj0l
<clever> reilithion: i'm guessing that --without-headers made something lack vital headers, and then a later package (probably gcc) gets upset over those headers being missing
<reilithion> clever, Seems unlikely, since that whole thing is inside a conditional that shouldn't be triggering.
<reilithion> Also, the error output clearly shows that "--without-headers" never makes it into the configuration.
<clever> > if true then "a" else if true then "b" else "c"
<{^_^}> "a"
<clever> > if false then "a" else if true then "b" else "c"
<{^_^}> "b"
<clever> > if false then "a" else if false then "b" else "c"
<{^_^}> "c"
<clever> > if true then "a" else if false then "b" else "c"
<{^_^}> "a"
<clever> reilithion: what about line 254, involving "--with-native-system-header-dir=${getDev stdenv.cc.libc}/include" ++
<clever> reilithion: if that gets removed, it will likely break things
<clever> reilithion: you can also run `nix show-derivation /nix/store/foo.drv` on the drv that fails to build, to get more details
<{^_^}> [nixpkgs] @teh opened pull request #57455 → vowpalwabbit: fix build → https://git.io/fhj0B
<reilithion> clever, Hmm. It's possible I failed to make that conditional smart enough.
<clever> reilithion: what was the gist with the full build error?
<clever> builder for '/nix/store/54kqrpnlsgq6jqpdnwif4v7yylv4rjlj-gcc-7.4.0.drv' failed with exit code 2
<clever> reilithion: run show-derivation on that drv, and youll see the exact params the nix evaluated to
Thra11 has quit [Ping timeout: 250 seconds]
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/2d2dd4050f3 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<{^_^}> [nixops] @noonien opened pull request #1111 → set PubkeyAuthentication=yes when a key is used → https://git.io/fhj0E
<reilithion> clever, Ok, I'll do that. And I'll try to figure out if I've got the optional line right.
gilligan_ has quit [Ping timeout: 240 seconds]
<reilithion> Thanks for your help so far. ^_^
<clever> reilithion: you can also `nix-instantiate -A gcc` to get the drv directly, for further testing
<clever> to see if the args are right, before you build gcc
<__monty__> Just ran into a python issue I don't know what to do with. Looks like maybe I need something like haskell's dontCheck? http://ix.io/1Dgj
slack1256 has joined #nixos
<noonien> __monty__: i use `doCheck = false;`
<reilithion> Ah, yes. That is THE difference. *sigh*
ixxie has quit [Ping timeout: 272 seconds]
<noonien> __monty__: it seems you need `nose` to run the tests, maybe provide that so the tests run as well
<__monty__> noonien: Where would I provide this doCheck value?
<noonien> in the derivation you're trying to build
<__monty__> It's in nixpkgs, can't I provide it in my overlay somehow?
<noonien> Oh, if it's not in the package you're trying to build, you should create a PR, as an easy hack, you could override the package in your overlay, yes
drakonis has joined #nixos
<{^_^}> [nixpkgs] @andir pushed to master « nixos/doc: add `types` prefix to `addCheck` example »: https://git.io/fhj0K
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57456 → python37Packages.shellingham: 1.2.8 -> 1.3.0 → https://git.io/fhj06
drakonis_ has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57457 → python37Packages.shodan: 1.10.4 -> 1.11.1 → https://git.io/fhj0M
Wulfsta has joined #nixos
<reilithion> clever, I think I may have it fixed. Fingers crossed as things compile. Thanks so much for your help.
<jtojnar> worldofpeace: I sometimes use orca and OSK, not sure if lightdm supports those, GDM does
o1lo01ol1o has quit [Remote host closed the connection]
<jtojnar> it is useful when one is too far from either display or keyboard
<worldofpeace> jtojnar Saw a mention of a screen reader in the lightdm-gtk-greeter source so maybe they do
o1lo01ol1o has joined #nixos
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<worldofpeace> Indeed, sometimes it's just too far :)
knupfer has quit [Ping timeout: 240 seconds]
<Wulfsta> What's the most minimal way to start X in NixOS? I'm coming from arch and have always just used startx
__monty__ has quit [Quit: leaving]
<symphorien> I think the upcoming version of NixOs supports startx
<symphorien> but not the current stable
<symphorien> so, on stable, I would say: "use slim"
<Wulfsta> Interesting, I'm on the unstable channel
<symphorien> run man configuration.nix and look for startx
<Wulfsta> Awesome, thanks
vk3wtf has joined #nixos
<Wulfsta> Sorry for the noob questions, still picking up the distro
fresheyeball has joined #nixos
<fresheyeball> anyone using nix to manage their .zshrc file?
<symphorien> don't hesitate to ask
Wulfsta has quit [Quit: Page closed]
<fresheyeball> or .config/stuff files?
<{^_^}> [nixpkgs] @xeji closed pull request #57373 → postfix: 3.4.0 -> 3.4.1 → https://git.io/fhjYW
doyougnu has joined #nixos
yl has quit [Ping timeout: 246 seconds]
shibboleth has joined #nixos
ViktorKleen[m] is now known as vkleen
<noonien> hmm, does anyone have an overlay to set their own version of nixops?
yl has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @andir pushed commit from @WilliButz to release-19.03 « grafana: 6.0.0 -> 6.0.1 »: https://git.io/fhj0A
shibboleth has quit [Remote host closed the connection]
shibboleth has joined #nixos
npmccallum_ has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57458 → python37Packages.snuggs: 1.4.2 -> 1.4.3 → https://git.io/fhj0j
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
<fresheyeball> noonien: I am just using the stock version
<reilithion> fresheyeball, I looked into that a while ago. It looked to me like it'd be a large amount of up-front work to get a nice framework in place for it. I don't know if anyone has done that.
<fresheyeball> reilithion: hmm
o1lo01ol1o has quit [Ping timeout: 255 seconds]
<noonien> i added http://vpaste.net/bGrZv to my overlay, however, nixops errors while installing with: `heel.cli.WheelError: Bad wheel filename 'nixops-_version_-py2-none-any.whl'`
<worldofpeace> jtojnar Huh can't get "--enable-at-spi-command=\"${at-spi2-core}/libexec/at-spi-bus-launcher --launch-immediately\"" to be happy in configureFlags
<jtojnar> I am not sure autotools even support quoted values
<jtojnar> I had problems with this as well, do not recall how I solved it
smc9115 has joined #nixos
smc9115 has quit [Excess Flood]
smc9115 has joined #nixos
hamishmack has joined #nixos
smc9115 has quit [Excess Flood]
rcshm has quit [Read error: Connection reset by peer]
smc9115 has joined #nixos
smc9115 has quit [Excess Flood]
rcshm has joined #nixos
smc9115 has joined #nixos
smc9115 has quit [Excess Flood]
smc9115 has joined #nixos
smc9115 has quit [Excess Flood]
smc9115 has joined #nixos
smc9115 has quit [Excess Flood]
erasmas has quit [Quit: leaving]
jabranham has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
<catern> note that if you're not passing the argument through a shell, you don't need to and shouldn't use quotes - no tools support quoted values, it's all handled by the shell
fusion809_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57459 → python37Packages.stevedore: 1.30.0 -> 1.30.1 → https://git.io/fhjE3
<worldofpeace> jtojnar configureFlagsArray did the trick (i think)
jbgi has quit [Ping timeout: 246 seconds]
reilithion has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @booxter opened pull request #57461 → turses: fix crash when starting with existing config file → https://git.io/fhjEB
rcshm has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @xeji merged pull request #57368 → postfix: 3.4.0 -> 3.4.3 → https://git.io/fhjmz
<{^_^}> [nixpkgs] @xeji pushed commit from @dotlambda to master « postfix: 3.4.0 -> 3.4.3 (#57368) »: https://git.io/fhjER
rcshm has joined #nixos
scientist has joined #nixos
<{^_^}> [nixpkgs] @xeji pushed commit from @dotlambda to release-19.03 « postfix: 3.4.0 -> 3.4.3 (#57368) »: https://git.io/fhjEE
ZeJmXBbs has joined #nixos
scientist has quit [Client Quit]
Dr8128 has quit [Ping timeout: 246 seconds]
fusion809 has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #57462 → lightdm_gtk_greeter: cleanup → https://git.io/fhjE6
vkleen has left #nixos ["Kicked by @appservice-irc:matrix.org : issued !quit command"]
scientist has joined #nixos
<Ashy> sway 1.0 has just been released, any ideas how long that will take to be added to the 19.03 channel?
Fare has quit [Ping timeout: 246 seconds]
<scientist> hello you guys I was just wondering what weechat command do I need to type in order to see messages from a couple days ago that my name was tagged in ?
<symphorien> The logs are in .weechat as plain text files
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57463 → python37Packages.telethon: 1.5.5 -> 1.6.2 → https://git.io/fhjEi
<Yaniel> assuming you were online at the time
<symphorien> alternatively https://logs.nix.samueldr.com/nixos/
<scientist> thanks
ZeJmXBbs has quit [Quit: Page closed]
vkleen has joined #nixos
orivej has joined #nixos
<ddellacosta> Ashy: this may be a good PR to follow, if you aren't already: https://github.com/NixOS/nixpkgs/pull/57414
<{^_^}> #57414 (by primeos, 6 hours ago, open): sway: Switch to 1.0
<scientist> another question, what is the difference between nixos: stable, beta and unstable versions of the operating system ?
<symphorien> stable is forked from master every 6 months
<symphorien> unstable is the latest revision of master which passed some tests
<symphorien> nixos-unstable has more tests to pass than nixpkgs-unstable (like booting)
<symphorien> nixos-19.03 was forked from master last month and will be released at the end of the month: it is currently beta.
<Ashy> ddellacosta: cheers, followed
<noonien> what does a machine need so that i can use as a `--build-host`? just to have nix installed? so a default nixos install should do just fine?
<scientist> thanks for the info
<symphorien> noonien: the ssh user needs to be a trusted user iirc
<duoi> the Linux license has lots of problems
<duoi> can we, the NixOS project as a whole, move to BSD?
<noonien> trusted user?
<duoi> I propose calling it BsdOs
<noonien> *bsd is virtually unused
<duoi> pronounced "Biszs-dei-Aws"
<jtojnar> worldofpeace: can't wait for structured attributes
<andi-> duoi: what kind of problems do you see?
<simpson> duoi: Ask your lawyer first.
<duoi> andi- well, the fact that its named after known racist Linus Tolvardes
<scientist> where is the .weechat file ?
<andi-> duoi: anything else?
<symphorien> noonien: https://nixos.org/nix/manual/#description-41 look for trusted-users
schneid3306 has joined #nixos
<symphorien> scientist: in ~
<duoi> andi- the Linux CoC is severly lacking in how it deals with offenders
<symphorien> CoC != license
<noonien> symphorien: oh, i'll be building as root
<noonien> he's clearly a troll
<noonien> inb4did you just assume gender
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57464 → python37Packages.tldextract: 2.2.0 -> 2.2.1 → https://git.io/fhjEd
<scientist> symphorien: ok thanks
<worldofpeace> jtojnar: totally, this annoyed more than a few times for little things even https://github.com/NixOS/nixpkgs/issues/41820#issuecomment-396120262 .
ym555 has quit [Quit: leaving...]
work_ has joined #nixos
<scientist> just wondering, how many people use nixos ? Is it becoming a mainstream os like ubuntu ?
<simpson> scientist: There are at least dozens of NixOS users. NixOS will probably never be mainstream like Ubuntu.
rcshm has quit [Read error: Connection reset by peer]
<DigitalKiwi> There are dozens of us! Dozens!
janneke has quit [Ping timeout: 250 seconds]
rcshm has joined #nixos
joepie91 has quit [Ping timeout: 252 seconds]
joepie91 has joined #nixos
joepie91 has quit [Changing host]
<ddellacosta> jtojnar: ah, missed that. Thanks!
<scientist> simpson: I decided to give nixos a try because it seems that the features would make programming easier
schneid3306 has quit [Quit: ZZZzzz…]
<simpson> scientist: That's an interesting approach. How has it been for you?
janneke has joined #nixos
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<scientist> simpson: well, I have only been using it for a week, I just finished creating my own custom keyboard layout. right now I plan on using learning haskell, idris and lisp on this os using emacs and xmonad, I hope that this is worth all the effort, how has your experience been with nixos ?
<simpson> Eh. It's better than Portage.
<scientist> have any of you guys tried out the Idris programming language, I was wondering how it compares to Haskell and Lisp ?
<catern> haskell idris and lisp with emacs and xmonad on nixos, you have a bright future :)
<scientist> catern: I hope so, I have really struggled so far.
<simpson> I've tried Idris. It's alright. The editor integration was cool.
<{^_^}> [nixpkgs] @steve-chavez opened pull request #57465 → tds_fdw: init a 1.0.8 → https://git.io/fhjuW
<scientist> simpson: how does Idris compare to Haskell or Lisp ?
fusion809 has quit [Remote host closed the connection]
yl has quit [Ping timeout: 268 seconds]
shibboleth has quit [Quit: shibboleth]
<simpson> scientist: I don't think that I can answer that in a short on-topic way. Try it and see. Try many languages and see how they feel.
<scientist> ok I was just wondering
ng0 has quit [Quit: Alexa, when is the end of world?]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57466 → python37Packages.xcffib: 0.6.0 -> 0.7.0 → https://git.io/fhju2
Acou_Bass has quit [Quit: byeeeeeeeeeeeeeee]
jackdk has joined #nixos
rcshm has quit [Read error: Connection reset by peer]
ajs124 has quit [Quit: Gateway shutdown]
JonReed has quit [Ping timeout: 256 seconds]
rcshm has joined #nixos
scientist has quit [Quit: WeeChat 2.2]
ajs124 has joined #nixos
Acou_Bass has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57468 → python37Packages.xlsx2csv: 0.7.4 -> 0.7.5 → https://git.io/fhjuK
rcshm has quit [Remote host closed the connection]
rcshm has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57469 → python37Packages.zeep: 3.2.0 -> 3.3.0 → https://git.io/fhjuP
vkleen has quit [Quit: issued !quit command]
irl25519 has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
irl25519 has quit [Quit: My computer has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @xeji merged pull request #57455 → vowpalwabbit: fix build → https://git.io/fhj0B
<{^_^}> [nixpkgs] @xeji pushed commit from @teh to master « vowpalwabbit: fix build. (#57455) »: https://git.io/fhjuH
doyougnu has quit [Ping timeout: 246 seconds]
otulp has joined #nixos
<{^_^}> [nixpkgs] @xeji pushed commit from @teh to release-19.03 « vowpalwabbit: fix build. (#57455) »: https://git.io/fhju5
Fare has joined #nixos
dwdr has quit [Ping timeout: 245 seconds]
NickSeagull has quit [Quit: WeeChat 2.4]
Guest41089 has quit [Read error: Connection reset by peer]
sinner has joined #nixos
sinner is now known as Guest63543