gchristensen changed the topic of #nixos to: The Nix Ecosystem, https://nixos.org | NixOS: https://nixos.org/nixos/download.html | Nix: https://nixos.org/nix/download.html | Logs: https://logs.nix.samueldr.com/nixos/ | #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat
thc202 has quit [Ping timeout: 250 seconds]
ris has quit [Ping timeout: 276 seconds]
<__red__> I'm pulling the PR now
<__red__> I wonder if I can get github to notify me any time there is a security PR
<__red__> just looked at the queue - damn ckauhaus has been busy
iqubic has joined #nixos
doublex has quit [Ping timeout: 245 seconds]
<Notkea[m]> could teach ofborg to automatically have the label added on security-related PRs (https://github.com/NixOS/ofborg/issues/397)
<{^_^}> ofborg#397 (by pacien, 3 weeks ago, open): Automatically tag security-related pull requests
<__red__> huh
<__red__> so you can't hub pr checkout ; nix-build -A ; nix-env -i exim
<__red__> since it's a service?
jluttine has quit [Ping timeout: 240 seconds]
<__red__> I guess there isn't a "short-circuit" approval for vulns which provide remote code execution and only take a minor version increment?
hink_ornl has joined #nixos
doublex has joined #nixos
<witchof0x20> clever: thanks! Containers look awesome and are exactly what i'm looking for
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
wildtrees has joined #nixos
ddellacosta has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JendF
<__red__> funny story (and very typical NixOS fare)
<__red__> I just pulled PR#70072 to patch my exim to the latest on my production server (which is running the unstable channel).
<__red__> Except that was against stable... so I accidentally moved my entire OS from unstable to stable
<__red__> But... because it's NixOS - I just did a hub pr checkout pr 70071 and re-ran the nixos-rebuild switch
<__red__> and it migrated back to unstable with the security-patched exim
<__red__> I can't even begin to imagine any other OS coming close to that level of resiliancy
Rusty1 has joined #nixos
<hoppfull> When I rebuild the configuration file with nixos-rebuild switch I seem to get a new boot option, is this part of the normal workflow to keep old snapshots or do we clean them up?
<__red__> yes that is normal
<__red__> and you can clean them up
<__red__> you can lkeep as many historical as you like
<hoppfull> Ok, I thought I had messed shit up so I'm reinstalling everything
<__red__> nope - it's pretty awesome
<__red__> makes it very difficult to completely brick your OS
<hoppfull> yeah
wildtrees has quit [Quit: Leaving]
<__red__> since if you can get a grub manu, you can revert back a config or two, or sixteen etc...
<hoppfull> I actually bricked it though. I didn't have a method to access my wifi so I needed to install the required software... catch 22
<__red__> man nix-collect-garbage is how I manage mine
<__red__> there probably are more delecate ways of doing it
wtv_nick has joined #nixos
<notgne2> hoppfull: plenty of times I've copied a kexec system (using clever's thing, that I normally use for bootstrapping servers) to a laptop without enabling wifi, and been a bit stuck due to the lack of wifi... or ability to enable it
<hoppfull> notgne2: lol yeah fixed it now though so things are looking good
<hoppfull> So when it comes to installing software. Is best practice to add things I want to use often to the configuration file? Things like browser, editors etc?
<__red__> approaches differ - depends on use-casd
<__red__> is this a server / desktop / or ...
<hoppfull> Desktop computer for development. In some cases I might want a local environment so that compiler versions don't collide. I've heard this is possible with NixOS
boxscape has quit [Remote host closed the connection]
<hoppfull> I'll read the manual and maybe I'll get an idea
<__red__> similar to mine then
<__red__> excellent!
<hoppfull> :)
oida has quit [Remote host closed the connection]
<__red__> My approach is stuff that I only have one version of, eg: browsers etc... I stick in the confiug file
<__red__> now for compiling - lemme show you something - sec
oida has joined #nixos
selfsymmetric-mu has joined #nixos
<__red__> take a look at this project for keyboard firmware: https://github.com/qmk/qmk_firmware
<__red__> look carefully and you'll see a "shell.nix" file in the root of the repo
<__red__> take a look at it...
<hoppfull> I've seen things like this https://github.com/andyarvanitis/purescript-native/blob/golang/stack.nix which is kind of cool
<__red__> right!
<__red__> yup - that file contains all the dependancies you need for that specific project
<__red__> which is INCREDIBLE for doing development
<__red__> since you nebver have to worry about versions / competing library versions etc...
<hoppfull> So do you even need docker? Except for working with non-NixOS:ers?
<__red__> I don't ever need it
<hoppfull> cool
<__red__> also - I actually package with nix too
drakonis_ has quit [Ping timeout: 240 seconds]
<__red__> nix can install applications on any Linux based OS
<__red__> since it doesn't rely on ANY of the OS dependancies
<__red__> (OSX too btw)
<hoppfull> Ah so I wouldn't need to convince my team to move to NixOS. That is very good.
<{^_^}> [nix] @matthewbauer opened pull request #3114 → Add libatomic for 32-bit ARM → https://git.io/JenFw
<clever> libraries and packages work on pretty much any linux based kernel
<clever> some also work on darwin
<clever> but services is the tricky part, you cant auto-configure postgresql on ubuntu, so you need to explain to the user how to set it up correctly
<hoppfull> Oh right! I could configure postgresql in the project! We actually use that it's a hassle for onboarding.
<hoppfull> *but it's a hassle
<clever> that will only work right if the user is running a full nixos install
<hoppfull> ok
<clever> or you jump thru a lot of hoops
<clever> ive managed to get it working inside docker
<hoppfull> Well, I could still configure it and those that use NixOS get the benifits.
<__red__> listen to clever over I, he's clever
<hoppfull> It provides a kind of documentation on what you need to get stuff working. Documentation that will be updated when it stops working.
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70183 → [19.09] transifex-client: Add missing setuptools dependency → https://git.io/JenMa
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to release-19.09: https://git.io/JenFo
hink_ornl has quit [Ping timeout: 260 seconds]
<__red__> damn, I wish I had commit access.
<__red__> I am probably the last person on Earth that should have it
<__red__> lol
<hoppfull> :)
<__red__> yeah - I'd be an "enthusiastic liability" ;-)
* __red__ chuckles
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70137 → nixos/system-environment: fix variable substitution → https://git.io/JenBB
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/JenFP
work_ has quit [Quit: Connection closed for inactivity]
doublex has quit [Quit: Quit]
wtv_nick has quit [Remote host closed the connection]
stzsch has joined #nixos
<{^_^}> [nixpkgs] @eadwu opened pull request #70217 → bcachefs: 2019-10-01 → https://git.io/JenFd
waleee-cl has quit [Quit: Connection closed for inactivity]
tertl3 has joined #nixos
sb0 has joined #nixos
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/584181e4c76 (from 28 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
sigmundv_ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @eadwu opened pull request #70218 → glibc: fix cross compilation → https://git.io/JenFx
tertl3 has quit [Client Quit]
tertl3 has joined #nixos
doublex has joined #nixos
infinee has joined #nixos
philr has joined #nixos
drakonis_ has joined #nixos
drakonis has quit [Ping timeout: 246 seconds]
libertyprime has joined #nixos
hoppfull has quit [Remote host closed the connection]
<mmlb> hey all, I seem to be running into a *very* similar issue to https://github.com/NixOS/nixpkgs/issues/25100, where my path is not setup if I run non-interactive ssh commands compared to login ssh session
<{^_^}> #25100 (by rqcy, 2 years ago, closed): PATH not set in mksh (or sh) over non-interactive SSH connection
<mmlb> I've got zsh though
<mmlb> and I'm not running nixso from 2 years ago
<mmlb> I've got 2 nixos servers with configs that are similar if not identical, one gets path correctly the other doesn't. Any tips to narrow down what is going on?
<__red__> nixos-version
<__red__> ?
<__red__> on each server match?
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @matthewbauer to release-19.09 « kwallet-pam: wrap pam_kwallet_init »: https://git.io/JenbY
ebzzry has quit [Ping timeout: 276 seconds]
<mmlb> sorry stepped away... verifying
<mmlb> bad: 19.09pre192418.e19054ab3cd (Loris)
<notgne2> mmlb: is the default shell you have running on the server enable in your config?
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #69968 → scrypt: 1.2.1 -> 1.3.0 → https://git.io/JeZ7S
<{^_^}> [nixpkgs] @thoughtpolice pushed commit from @r-ryantm to master « scrypt: 1.2.1 -> 1.3.0 »: https://git.io/JenbO
<mmlb> good: 19.03.173054.754763ff4ba (Koi)
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #69988 → verilator: 4.016 -> 4.018 → https://git.io/JeZdo
<{^_^}> [nixpkgs] @thoughtpolice pushed commit from @r-ryantm to master « verilator: 4.016 -> 4.018 »: https://git.io/Jenb3
<mmlb> notgne2: not explicitly, my user on both are declared in configuration.nix
<mmlb> with shell = pkgs.zsh though
<notgne2> i.e `programs.zsh.enable = true;` for zsh
<notgne2> I think shells need some explicit profile configuration, which won't get written without enabling the shell
<mmlb> neither good nor bad have that setting
<mmlb> let me check with home-manager too though
silver has quit [Read error: Connection reset by peer]
<mmlb> bad: uses home-manager for my users, good does not...
<mmlb> I'm going to do `programs.zsh.enable = true` on bad to test that
<mmlb> well that worked!
<mmlb> but good does not have that and it works 🤔
<witchof0x20> What's the proper way to mount a detached-header LUKS drive at boot (non-root data drive)
Synthetica has quit [Quit: Connection closed for inactivity]
<witchof0x20> my header and keyfile is stored on the / drive currently. Do I need to inject both of these into initrd?
iyzsong has joined #nixos
<witchof0x20> Would adding a "fileSystems.<name?>.encrypted.header" field help here?
felixfoertsch has quit [Ping timeout: 276 seconds]
felixfoertsch has joined #nixos
growpotk- has joined #nixos
mexisme has joined #nixos
<libertyprime> hey guys. i was wondering if there are any starter kit distributions of NixOS. Like the spacemacs of emacs. Basically an opinionated NixOS with many packages already installed
<{^_^}> [nixpkgs] @jonringer merged pull request #69676 → python3Packages.keyring: 19.1.0 -> 19.2.0 → https://git.io/JeZnc
<{^_^}> [nixpkgs] @jonringer pushed to master « python3Packages.keyring: 19.1.0 -> 19.2.0 »: https://git.io/JenbB
<ivan> libertyprime: you don't really need a distribution, you can take anyone's configuration from github :-)
<libertyprime> ivan: cool sounds great :)
<ivan> libertyprime: "turn on plasma5 and add whatever you need to systemPackages" opinionated setup right there
<libertyprime> is there a particular config you would recommend? https://github.com/bjornfor/nixos-config looks popular
<ivan> I guess I don't really recommend copying someone's configuration until you have a need for something to be different
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/49bc1bf44a0 (from 75 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<libertyprime> ivan: ok thanks
<mmlb> notgne2: thanks for the tip
cinimod` has joined #nixos
cinimod has quit [Ping timeout: 245 seconds]
andi- has quit [Remote host closed the connection]
drakonis has joined #nixos
wucke13 has quit [Quit: ZNC 1.7.4 - https://znc.in]
mumuluxi has quit [Quit: ZNC 1.7.4 - https://znc.in]
andi- has joined #nixos
wucke13 has joined #nixos
mumuluxi has joined #nixos
ilyagotfryd has joined #nixos
mexisme has quit [Ping timeout: 265 seconds]
detran has quit [Ping timeout: 252 seconds]
ilyagotfryd has quit [Ping timeout: 245 seconds]
page_ has joined #nixos
page has quit [Ping timeout: 240 seconds]
ee1943 has quit [Quit: The Lounge - https://thelounge.github.io]
ee1943 has joined #nixos
infinee has quit [Quit: WeeChat 2.3]
ee1943 has quit [Quit: The Lounge - https://thelounge.github.io]
ee1943 has joined #nixos
ee194350 has joined #nixos
ee194350 has quit [Client Quit]
ee194350 has joined #nixos
Zer0xp has joined #nixos
chr15 has joined #nixos
ee1943 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer opened pull request #70220 → pythonPackages.cufflinks: 0.15 -> 0.16 → https://git.io/JenbN
tertl3 has quit [Quit: Connection closed for inactivity]
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
libertyprime has quit [Remote host closed the connection]
growpotk- has quit [Quit: ZNC 1.7.4 - https://znc.in]
growpotk- has joined #nixos
rsa has quit [Ping timeout: 246 seconds]
iyzsong-x has joined #nixos
iyzsong has quit [Ping timeout: 276 seconds]
vika_nezrimaya has joined #nixos
rsa has joined #nixos
dansho has quit [Remote host closed the connection]
iyzsong-x has quit [Quit: ZNC 1.7.1 - https://znc.in]
dansho has joined #nixos
abathur has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @jonringer merged pull request #69816 → vscode-extensions.james-yu.latex-workshop: init at 8.2.0 → https://git.io/JeZah
<{^_^}> [nixpkgs] @jonringer pushed commit from @mschneiderwng to master « vscode-extensions.james-yu.latex-workshop: init at 8.2.0 »: https://git.io/JenN3
gyroninja has quit [Quit: WeeChat 2.5]
gyroninja has joined #nixos
swapgs has quit [Ping timeout: 245 seconds]
Twey has quit [Ping timeout: 245 seconds]
fpob has quit [Ping timeout: 245 seconds]
fpob has joined #nixos
notgne3 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #69814 → vscode-extensions.skyapps.fish-vscode init at 0.2.1 → https://git.io/JeZaD
jaeckel has quit [Ping timeout: 245 seconds]
notgne2 has quit [Ping timeout: 245 seconds]
szicari has quit [Ping timeout: 245 seconds]
realrokka has quit [Ping timeout: 245 seconds]
swistak35 has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @jonringer pushed commit from @mschneiderwng to master « vscode-extensions.skyapps.fish-code: init at 0.2.1 »: https://git.io/JenNZ
realrokka_ has joined #nixos
lord| has quit [Ping timeout: 245 seconds]
ToxicFrog has quit [Ping timeout: 245 seconds]
marek has quit [Ping timeout: 245 seconds]
wirew0rm has quit [Ping timeout: 245 seconds]
mk_modrzew has quit [Ping timeout: 245 seconds]
swapgs has joined #nixos
swapgs has quit [Changing host]
swapgs has joined #nixos
philr has quit [Ping timeout: 265 seconds]
marek has joined #nixos
ee194350 has quit [Quit: The Lounge - https://thelounge.github.io]
lord| has joined #nixos
ee194350 has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #69813 → vscode-extensions.cmschuetz12.wal: init at 0.1.0 → https://git.io/JeZao
<{^_^}> [nixpkgs] @jonringer pushed commit from @mschneiderwng to master « vscode-extensions.cmschuetz12.wal: init at 0.1.0 »: https://git.io/JenNW
<{^_^}> [nixpkgs] @luke-clifton opened pull request #70222 → haskellPackages: fix barbly → https://git.io/JenNl
notgne3 is now known as notgne2
mk_modrzew has joined #nixos
swistak35 has joined #nixos
witchof0x20 has quit [Quit: WeeChat 2.4]
witchof0x20 has joined #nixos
Rusty1 has quit [Quit: Konversation terminated!]
growpotk- has quit [Ping timeout: 240 seconds]
wfranzini has quit [Remote host closed the connection]
szicari has joined #nixos
Twey has joined #nixos
ToxicFrog has joined #nixos
wirew0rm has joined #nixos
witchof0x20 has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @ryantm merged pull request #70009 → you-get: 0.4.1328 -> 0.4.1347 → https://git.io/JeZbp
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JenNa
witchof0x20 has joined #nixos
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
ee194350 has quit [Quit: The Lounge - https://thelounge.github.io]
ee194350 has joined #nixos
palo1 has joined #nixos
hmpffff has joined #nixos
jaeckel has joined #nixos
palo has quit [Ping timeout: 268 seconds]
palo1 is now known as palo
<{^_^}> [nixpkgs] @teto merged pull request #69020 → gnvim: init at 0.1.5 → https://git.io/JeOAl
<{^_^}> [nixpkgs] @teto pushed commit from @minijackson to master « gnvim: init at 0.1.5 »: https://git.io/JenN6
ee194350 has quit [Quit: The Lounge - https://thelounge.github.io]
hmpffff has quit [Quit: nchrrrr…]
<{^_^}> [nixpkgs] @jonringer opened pull request #70223 → pythonPackages.trackpy: disable plot tests → https://git.io/JenN9
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #64145 → python37Packages.pyrsistent: 0.14.11 -> 0.15.2 → https://git.io/fjKDd
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/d079834907e (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
growpotk- has joined #nixos
hpfr has joined #nixos
hpfr has quit [Remote host closed the connection]
jb551 has joined #nixos
hpfr has joined #nixos
hpfr has quit [Remote host closed the connection]
jb55 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer opened pull request #70224 → pythonPackages.sqlalchemy: 1.3.6 -> 1.3.8 → https://git.io/JenNN
<{^_^}> [nixpkgs] @jonringer opened pull request #70225 → pythonPackages.poetry: fix python2 build → https://git.io/JenNA
zacts has joined #nixos
<{^_^}> [nixpkgs] @jglukasik opened pull request #70226 → nodePackages.carto: init at 1.2.0 → https://git.io/JenNh
<{^_^}> [nixpkgs] @jonringer merged pull request #68708 → pythonPackage.cli-helpers: disable python2 tests → https://git.io/JenAe
<{^_^}> [nixpkgs] @jonringer pushed to master « pythonPackage.cli-helpers: disable python2 tests »: https://git.io/JenAv
<hpfr[m]> I enabled the services.syncthing option and want to sync a user directory. What would be the most elegant way to access this directory? Right now, it says it doesn't have permission. Do I give the syncthing user permissions to the directory? Do I do some kind of symlink thing? Do I set up a user daemon instead?
<hpfr[m]> maybe services.syncthing.user = myuser?
hyper_ch2 has joined #nixos
lovesegfault has joined #nixos
<lovesegfault> clever: Are you around?
<{^_^}> [nixpkgs] @jonringer pushed to release-19.09 « pythonPackage.cli-helpers: disable python2 tests »: https://git.io/JenAL
<{^_^}> [nixpkgs] @jonringer merged pull request #69364 → python37Packages.pyrsistent: 0.15.2 -> 0.15.4 → https://git.io/JeGvz
<{^_^}> [nixpkgs] @jonringer pushed commit from László Vaskó to master « python37Packages.pyrsistent: 0.15.2 -> 0.15.4 »: https://git.io/JenAt
Zer0xp has quit [Ping timeout: 240 seconds]
chr15 has quit [Ping timeout: 268 seconds]
cjpbirkbeck has quit [Quit: Quitting now.]
drakonis has quit [Quit: WeeChat 2.6]
jluttine has joined #nixos
<gyroninja> hpfr[m]: You could also run syncthing through home-manager and it will make a systemd user service for it.
MrCCoffee has quit [Quit: leaving]
Zer0xp has joined #nixos
bahamas has joined #nixos
chr15 has joined #nixos
bahamas has quit [Quit: leaving]
<{^_^}> [nixpkgs] @jonringer pushed commit from @adisbladis to release-19.09 « pythonPackages.pyrsistent: 0.15.2 -> 0.15.4 »: https://git.io/JenAC
bahamas has joined #nixos
<lovesegfault> Does NixOS have a package deprecation policy?
<lovesegfault> If a pkg stops building and the maintainer is not responsive, what happens?
<dminuoso> lovesegfault: Afaik in nixpkgs the notion of maintainer is rather lose. You can just add yourself to the maintainers list and carry the torch?
<lovesegfault> dminuoso: Sure, but what if no one wants to do so?
mexisme has joined #nixos
<{^_^}> [nixpkgs] @jonringer closed pull request #68622 → twister: 0.9.34 -> unstable-2019-08-19 → https://git.io/JenA8
m0rphism has joined #nixos
<bahamas> I did an export with nix-store --export $(nix-store -qR postgis) > postgis.nar. now, I'm trying to import it with nix-store --import < postgis.nar. but I get an error "error: cannot add path '/nix/store/58y89v7rl254dc2cygcfd5wzhv0kjm4m-bash44-013.drv' because it lacks a valid signature". what can I do about it?
endformationage has quit [Ping timeout: 240 seconds]
<hpfr[m]> gyroninja didn't even think to check, thanks!
<hpfr[m]> gyroninja:
<gyroninja> yes?
mexisme has quit [Ping timeout: 240 seconds]
<dminuoso> lovesegfault: Remove the package?
<lovesegfault> dminuoso: Sure, but is there policy around that? Some form of last rites
<lovesegfault> What if the pkg has revdeps?
<lovesegfault> etc
zacts has quit [Ping timeout: 250 seconds]
<gyroninja> then someone needs to fix it
<dminuoso> lovesegfault: Its own dependencies are specified in its respective derivation automatically, so there's no worry here.
<dminuoso> lovesegfault: And for packages that reference said package, well it doesn't build...
<LnL> there are no explicit rules for it AFAIK
<dminuoso> It's not like you're breaking anything.
zacts has joined #nixos
<LnL> but if a package has been broken for more then a release cycle proposing to remove it is definitely reasonable
<{^_^}> [nixpkgs] @jonringer closed pull request #68865 → opt-einsum: fix build by disabling test. → https://git.io/JenAz
<bahamas> can anyone tell me the proper way to save myself from rebuilding the same library over and over when I destroy a VM? I thought exporting the built library from the store would be the solution, but I hit the error I mentioned above.
zacts has quit [Client Quit]
<LnL> you have to either sign the paths with a signing key you trust or disable signature checking when importing
<LnL> if you built this yourself there's no trust issue
<bahamas> LnL: how do I disable signature checking when importing?
<LnL> ah hold on in this case you need to run the import as a trusted user IIRC
<LnL> on a multi-user install this will only be root, unless you configured extra users/groups yourself
<{^_^}> [nixpkgs] @jonringer closed pull request #68679 → pythonPackages.chart-studio: init at 1.0.0 → https://git.io/JenA1
<bahamas> I see. so I just should have prepended `sudo`
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/9d9aa6099f6 (from 51 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<LnL> I think so, nix copy has --no-check-sigs but I don't think there's an explicit flag for import
Tucky has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
<lovesegfault> Does anyone have an Aarch64 box laying around?
NinjaTrappeur has quit [Quit: WeeChat 2.6]
NinjaTrappeur has joined #nixos
NinjaTrappeur has quit [Client Quit]
NinjaTrappeur has joined #nixos
<bahamas> LnL: you're right. there's none listed here https://www.mankier.com/1/nix-store
NinjaTrappeur has quit [Client Quit]
NinjaTrappeur has joined #nixos
graf_blutwurst has joined #nixos
ilyagotfryd has joined #nixos
NinjaTrappeur has quit [Client Quit]
phreedom has quit [Ping timeout: 260 seconds]
NinjaTrappeur has joined #nixos
Okinan has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @danieldk opened pull request #70227 → maturin: 0.7.2 -> 0.7.6 → https://git.io/Jenxk
ilyagotfryd has quit [Ping timeout: 246 seconds]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @abbradar merged pull request #69820 → nvidia-x11: Make vulkan library path absolute for >= 435. → https://git.io/JeZVW
<{^_^}> [nixpkgs] @abbradar pushed commit from @ambrop72 to master « nvidia-x11: Make vulkan library path absolute for >= 435. »: https://git.io/JenxI
turion has joined #nixos
Heirlung has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
<{^_^}> [nixpkgs] @abbradar pushed commit from @ambrop72 to release-19.09 « nvidia-x11: Make vulkan library path absolute for >= 435. »: https://git.io/JenxL
Heirlung has joined #nixos
hyper_ch2 has joined #nixos
Chargen has quit [Disconnected by services]
Chargen has joined #nixos
Ariakenom has joined #nixos
Chargen has quit [Disconnected by services]
Chargen_ has joined #nixos
felixfoertsch has quit [Ping timeout: 265 seconds]
vika_nezrimaya has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Moredread opened pull request #70228 → (WIP) vcv-rack: 1.1.4 -> 1.1.5 → https://git.io/JenxW
cinimod` has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @fpletz merged pull request #70071 → [security] exim: 4.92.2 -> 4.92.3 → https://git.io/JenCX
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to master: https://git.io/JenxB
cinimod` has joined #nixos
<{^_^}> [nixpkgs] @Moredread closed pull request #70228 → (WIP) vcv-rack: 1.1.4 -> 1.1.5 → https://git.io/JenxW
growpotkin has quit [Quit: ZNC 1.7.4 - https://znc.in]
felixfoertsch has joined #nixos
<{^_^}> [nixpkgs] @fpletz closed pull request #70074 → [19.09] [security] exim: 4.92.2 -> 4.92.3 → https://git.io/JenWq
growpotk- has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @fpletz closed pull request #70072 → [19.03] [security] exim: 4.92.2 -> 4.92.3 → https://git.io/JenCH
<{^_^}> [nixpkgs] @fpletz pushed commit from @pacien to release-19.09 « exim: 4.92.2 -> 4.92.3 »: https://git.io/Jenxz
<{^_^}> [nixpkgs] @abbradar pushed 3 commits to master: https://git.io/Jenxg
<bahamas> LnL: using sudo worked to import into the store
<{^_^}> [nixpkgs] @abbradar pushed 3 commits to release-19.09: https://git.io/Jenx2
<{^_^}> [nixpkgs] @fpletz pushed commit from @pacien to release-19.03 « exim: 4.92.2 -> 4.92.3 »: https://git.io/Jenxa
<{^_^}> [nixpkgs] @abbradar closed pull request #67893 → nvidia module: set LD_LIBRARY_PATH → https://git.io/fjp8q
alex`` has joined #nixos
<{^_^}> [nixpkgs] @abbradar closed pull request #69509 → pythonPackages.tensorflow: fix build with CUDA → https://git.io/JeGiD
<craige> sS/quit
[Leary] has joined #nixos
Unode has quit [Ping timeout: 245 seconds]
Lears has quit [Ping timeout: 245 seconds]
recj has quit [Ping timeout: 244 seconds]
<bahamas> what's the story of using nix programmatically from another language or generating nix files programmatically?
cfricke has joined #nixos
Unode has joined #nixos
<sphalerite> bahamas: limited. You can use the native C++ libraries, but I don't think they have a stable API; there's hnix, a Haskell library that has complete support for nix's syntax and evaluation, but incomplete store interaction
<sphalerite> lovesegfault: I have an rpi3 "lying around". Why?
<{^_^}> [nixpkgs] @marsam merged pull request #70199 → universal-ctags: Add jansson dependency → https://git.io/Jen9k
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JenxS
<lovesegfault> sphalerite: I have one too, and I wanted to get NixOS on it
<lovesegfault> but the images Nix distributes have SSH disabled
<lovesegfault> so there's no way to log into the thing
<sphalerite> ah, and you don't have a USB keyboard?
<alexarice[m]> lovesegfault: you could probably modify one and build it yourself?
Jackneill has joined #nixos
<lovesegfault> I have a goddamn mother flipping USB-C keyboard and no adaptor and I am so angry
<sphalerite> hahaha
<lovesegfault> alexarice[m]: I don't want to xcompile a whole base image :(
<sphalerite> lovesegfault: you can put the image on, then manually edit /etc/bashrc and put in `systemctl start sshd`
<sphalerite> lovesegfault: oh, or if you have a USB-UART adapter you can use the serial console
<lovesegfault> I... do have a UART USB adapter
<lovesegfault> lol
<lovesegfault> This will be the tune of my setup
<alexarice[m]> lovesegfault: wouldn't some of it be cached if the only thing you were doing was adding ssh?
<lassulus> squashfs would stil take a while
<lovesegfault> alexarice[m]: I have no idea what that means
<lovesegfault> What is cached where
<ikwildrpepper> you can always build an iso with ssh enabled
<alexarice[m]> I presumed some packages would be cached on cache.nixos.org
<lovesegfault> alexarice[m]: Oh, I see
<alexarice[m]> though I am unsure for arm
<lovesegfault> Hmm
<lovesegfault> HMM
<{^_^}> [nixpkgs] @Mic92 opened pull request #70229 → thunderbird: fix build with rustc 1.38 → https://git.io/JenxF
Izorkin has quit [Quit: ZNC 1.7.4 - https://znc.in]
zupo has joined #nixos
<sphalerite> lovesegfault: ssh is "enabled" by default on the image, just doesn't start automatically
Izorkin has joined #nixos
dermetfan1 has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #70229 → thunderbird: fix build with rustc 1.38 → https://git.io/JenxF
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JenxN
<sphalerite> lovesegfault: which is why adding systemctl start sshd to bashrc should be enough to enable it
<bahamas> sphalerite: I see. I found hnix and language-nix. do you know anything about the latter. it's more a library that allows you to generate Nix, if I understand it
<lovesegfault> sphalerite: What's the default user/pass?
<sphalerite> lovesegfault: none I think, I'd suggest creating /root/.ssh/authorized_keys from the machine where you're imaging as well :)
knupfer has joined #nixos
Izorkin has quit [Client Quit]
o1lo01ol1o has joined #nixos
<lovesegfault> sphalerite: https://hydra.nixos.org/build/102517141
<lovesegfault> bang-boom
<sphalerite> yes, what about it?
mexisme has joined #nixos
<lovesegfault> No, just that I found the Aarch64 img :)
<lovesegfault> Jesus it's slow as hell to d/l
<sphalerite> ah right
iyzsong has joined #nixos
<sphalerite> might be faster downloading it via cache.nixos.org (fastly proxy)
<lovesegfault> sphalerite: What's the URL there?
phreedom has joined #nixos
<sphalerite> it's a bit fiddly to get to
<sphalerite> if you click on "details", you can see the full store path
<sphalerite> you can run `nix-store -r $fullstorepath`
<sphalerite> but I think that will also download some stuff that it references unnecessarily
<sphalerite> but you can also `curl https://cache.nixos.org/mwhbg5cby08r5ix7l0a2iva08n2iqkll.narinfo` to get the path for the nar
Izorkin has joined #nixos
hmpffff has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<sphalerite> then download the nar and extract that using xz -d and nix-store --restore
<lovesegfault> What is a nar?
<sphalerite> nix's archive format
veske has joined #nixos
<sphalerite> it serialises directories in a completely deterministic way
<lovesegfault> Did they have to pick a name that looks like a tar typo? :P
<sphalerite> well it stands for _n_ix _ar_chive, just like tar stands for _t_ape _ar_chive
<sphalerite> but yeah downloading it like that is a lot faster, since it's xz-compressed and fastly-ified
<sphalerite> so it's only 85M, and through a much faster pipe
<sphalerite> can recommend
<sphalerite> then `xz -d <05b9* | nix-store --restore /tmp/image`
<lovesegfault> sphalerite: Cheers!
Makaveli7 has joined #nixos
asymptotically has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #70203 → pgmodeler: init at 0.9.1 → https://git.io/JenHS
<{^_^}> [nixpkgs] @Lassulus pushed 3 commits to master: https://git.io/Jenpt
<rsa> is the tally (/var/log/tallylog) supported on nixos? both the binary 'pam_tally2' and the module 'pam_tally2.so' exists in various packages but doesn't seem to be in use
<{^_^}> [patchelf] @evenbrenden opened pull request #183 → Add --silent option for successful exit when doing --print-rpath on statically linked files → https://git.io/Jenpm
<sphalerite> rsa: hm, it looks like pam's nixos configuration isn't very flexible, so you'd need to add the feature to the pam nixos module to be able to use it. It should be quite possible though.
wfranzini has joined #nixos
<rsa> sphalerite: i see, ty
is_null_ has joined #nixos
is_null has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c pushed to master « openscad: fix qscintilla2 library reference »: https://git.io/JenpZ
<tetdim> yo anyone here good with linking errors
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
wfranzini has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @WilliButz opened pull request #70231 → grafana: 6.4.0 -> 6.4.1 → https://git.io/Jenpg
wfranzini has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #70232 → ruby: 2.5.6 -> 2.5.7, 2.6.4 -> 2.6.5 → https://git.io/Jenp2
<{^_^}> [nixpkgs] @Vskilet opened pull request #70233 → Grafana update → https://git.io/JenpV
thc202 has joined #nixos
<sphalerite> ,ask tetdim
<{^_^}> tetdim: 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
<{^_^}> [nixpkgs] @woffs opened pull request #70234 → zfsnap2: init at 2.0.0-beta3 → https://git.io/JenpK
ng0 has joined #nixos
<tetdim> ah
alex`` has quit [Ping timeout: 250 seconds]
knupfer has quit [Ping timeout: 240 seconds]
alex`` has joined #nixos
<{^_^}> [nixpkgs] @marsam merged pull request #70147 → zig: 0.4.0 -> 0.5.0 → https://git.io/JengT
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jenp1
<{^_^}> [nixpkgs] @Vskilet closed pull request #70233 → grafana: 6.4.0 -> 6.4.1 → https://git.io/JenpV
<{^_^}> [nixpkgs] @jonringer opened pull request #70235 → freeglut: 3.0.0 -> 3.2.1 → https://git.io/JenpS
<{^_^}> [nix] @edolstra pushed to flakes « nix dev-shell: Ignore $NIX_LOG_FD »: https://git.io/JenpH
<tetdim> sphalerite, {^_^}, ok here
<tetdim> im getting link errors on freebsd because environ is undefined
<tetdim> because --no-undefined
<tetdim> i can allow undefined and it seems to compile
<tetdim> was this always broken in nix or
sigmundv_ has joined #nixos
philr has joined #nixos
seanparsons has joined #nixos
andymandias_ has quit [Ping timeout: 240 seconds]
andymandias has joined #nixos
bahamas has quit [Quit: leaving]
ravndal has joined #nixos
asymptotically has quit [Quit: Leaving]
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/a9c15710b9f (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
nikola_i has joined #nixos
mexisme has quit [Ping timeout: 245 seconds]
stzsch has quit [Ping timeout: 246 seconds]
stzsch has joined #nixos
<{^_^}> [nixpkgs] @unode opened pull request #70237 → HTSeq: init at 0.11.2 → https://git.io/Jenh2
__monty__ has joined #nixos
civodul has joined #nixos
Phillemann has quit [Ping timeout: 245 seconds]
Chargen_ has quit [Read error: Connection reset by peer]
Phillemann has joined #nixos
ThatDocsLady has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/a9c15710b9f (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/bb7c495f2e7 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
ubert has joined #nixos
horner has joined #nixos
hmpffff has quit [Read error: Connection reset by peer]
hmpffff_ has joined #nixos
FRidh has joined #nixos
<{^_^}> [nixpkgs] @Semptic closed pull request #58404 → nixos/systemd: Add suspend-then-hibernate → https://git.io/fjUoe
turion has quit [Ping timeout: 246 seconds]
Chiliparrot has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Mic92 merged pull request #68231 → Update: Zeronet, Init: pythonPackages: merkletools → https://git.io/fjjMv
<{^_^}> [nixpkgs] @Mic92 pushed 3 commits to master: https://git.io/Jenhx
Smearse has joined #nixos
<{^_^}> [nixpkgs] @joachifm merged pull request #58471 → cloud-utils: use `qemu-utils` instead of `qemu` → https://git.io/fjTOf
<{^_^}> [nixpkgs] @joachifm pushed 3 commits to master: https://git.io/Jenje
<{^_^}> [nixpkgs] @xzfc opened pull request #70239 → xorg.*: set XAPPLRESDIR for all xorg apps if applicable → https://git.io/Jenjv
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70153 → go_1_12: 1.12.9 -> 1.12.10 → https://git.io/Jena7
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to staging: https://git.io/Jenjf
iqubic` has joined #nixos
iqubic has quit [Ping timeout: 264 seconds]
Smearse has quit [Remote host closed the connection]
nikola_i has quit [Ping timeout: 245 seconds]
<tetdim> i gave up on clang
<tetdim> just gunna focus on gcc building first :|
Smearse has joined #nixos
psyanticy has joined #nixos
Smearse has quit [Remote host closed the connection]
is_null has joined #nixos
graf_blutwurst has quit [Remote host closed the connection]
nikola_i has joined #nixos
is_null_ has quit [Ping timeout: 245 seconds]
horner has quit [Quit: o/]
nikola_i has quit [Ping timeout: 250 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/2c117aec376 (from 35 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<eyJhb> How do I append to a current list? e.g. append to services.openssh.macs ?
<{^_^}> [nixpkgs] @woffs opened pull request #70240 → nixos module zfs: provide /etc/zfs/zpool.d → https://git.io/Jenj0
<{^_^}> [nixpkgs] @alyssais merged pull request #70232 → ruby: 2.4.7 -> 2.4.9, 2.5.6 -> 2.5.7, 2.6.4 -> 2.6.5 → https://git.io/Jenp2
<{^_^}> [nixpkgs] @alyssais pushed 4 commits to master: https://git.io/Jenju
dermetfan1 has quit [Quit: WeeChat 2.6]
<yorick> eyJhb: if order is important, lib.mkAfter
<yorick> eyJhb: if not, just services.openssh.macs = ["your-thing"], and it'll merge automatically
<eyJhb> Will it merge on default values yorick ? Because that doesn't seem nice :p
<yorick> it will not
<eyJhb> So I will use lib.mkAfter?
<yorick> try it
<eyJhb> services.openssh.macs = lib.mkAfter [ "mything ]; ?
<yorick> I don't know much more than you
veske2 has joined #nixos
veske has quit [Ping timeout: 268 seconds]
<eyJhb> I would hate getting locked out of this machine, but lets see :p
<yorick> let me try
<eyJhb> I am building
<eyJhb> So :D
<eyJhb> It will NOT merge
<yorick> yep
<eyJhb> anything that will? :)
<yorick> (ec { modules = [({lib, options, ...}: {services.openssh.macs = options.services.openssh.macs.default ++ ["hi"];})]; }).config.services.openssh.macs
<yorick> [ "hmac-sha2-512-etm@openssh.com" "hmac-sha2-256-etm@openssh.com" "umac-128-etm@openssh.com" "hmac-sha2-512" "hmac-sha2-256" "umac-128@openssh.com" "hi" ]
<{^_^}> [nixpkgs] @alyssais pushed 3 commits to release-19.09: https://git.io/JenjV
<teto> tried www.nixos.org, didn't work, tried www.nixos.com hum linux porn took another dimension :D
<yorick> teto: just nixos.org, no www
<teto> yep, found out :) I wouldn't mind a redirection though
<{^_^}> [nixpkgs] @delroth opened pull request #70241 → vulnix: add missing setuptools dependency → https://git.io/Jenjr
cfricke has quit [Quit: WeeChat 2.6]
<eyJhb> yorick: infinite recursive
<sphalerite> teto: huh, I thought nixos.com had shut down :(
<eyJhb> Or, that is with config.services...., but options is not defined
<teto> sphalerite: a good samaritan took over
<sphalerite> :(
<yorick> eyJhb: add options in the arguments to the module then
<eyJhb> Is "options" just the default thingy?
<yorick> it's in the {config, lib, pkgs, options, ...}: thing
<eyJhb> Thanks, worksag
<eyJhb> !*
<eyJhb> Now I am just wondering, which of these do I want to add? " hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 server hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com"
<yorick> I thought you had a plan here :D
<eyJhb> `hmac-sha2-512` seems like one of the more "secure" of these insecure options
<yorick> why do you need any?
<eyJhb> Oh, my plan is to say to the IT guys, that the gateway server is insecure..
<eyJhb> Because the gateway server for SSH, doesn't support the sane secure options... :(
veske2 has quit [Quit: This computer has gone to sleep]
<sphalerite> eyJhb: look up the defaults in `man sshd_config` :)
<yorick> eyJhb: okay, but why do you need to add them in nixos?
<eyJhb> Because else they can't negotiate a scheme when I connect from client -> nixos server `Unable to negotiate with xxxx port xxx?: no matching MAC found. Their offer: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96 [preauth]`
<eyJhb> sphalerite: just went with one from Mozilla, that the options link to, that the client supports as well. SHould be safe
<sphalerite> eyJhb: also, adding the options to your client on an ad-hoc basis is probably better
<sphalerite> i.e. pass -o MACs=hmac-sha1 or similar on the command line
ctp has quit [Quit: Connection closed for inactivity]
<eyJhb> sphalerite: I then get this `command-line line 0: Bad SSH2 Mac spec 'hmac-sha2-512'.`. So it doesn't want to play nice
<eyJhb> Christ.......
<eyJhb> `OpenSSL 0.9.8k 25 Mar 2009`
<eyJhb> I wonder why
<{^_^}> [nixpkgs] @alyssais pushed 3 commits to release-19.03: https://git.io/JenjA
veske has joined #nixos
setthemfree[m] has quit [Remote host closed the connection]
jak_wolf[m] has quit [Remote host closed the connection]
sonercirit[m] has quit [Remote host closed the connection]
flip[m]1 has quit [Read error: Connection reset by peer]
marius851000[m] has quit [Remote host closed the connection]
rycee has quit [Read error: Connection reset by peer]
thequux[m] has quit [Remote host closed the connection]
fulgjon has quit [Read error: Connection reset by peer]
ajirx[m] has quit [Read error: Connection reset by peer]
saschagrunert[m] has quit [Remote host closed the connection]
red[m]1 has quit [Remote host closed the connection]
Bruno[m] has quit [Remote host closed the connection]
ndarwincorn has quit [Remote host closed the connection]
nocent has quit [Read error: Connection reset by peer]
midi[m] has quit [Write error: Connection reset by peer]
bnasty[m] has quit [Read error: Connection reset by peer]
alex[m]17 has quit [Read error: Connection reset by peer]
boredom101[m]1 has quit [Read error: Connection reset by peer]
cyberwolf[m] has quit [Remote host closed the connection]
macerbi[m] has quit [Read error: Connection reset by peer]
li_matrix has quit [Write error: Connection reset by peer]
abbafei[m] has quit [Read error: Connection reset by peer]
ck3d[m] has quit [Read error: Connection reset by peer]
infinisil-m has quit [Read error: Connection reset by peer]
Yakulu[m] has quit [Read error: Connection reset by peer]
chuzz_ has quit [Read error: Connection reset by peer]
danielrf[m] has quit [Read error: Connection reset by peer]
escaP[m] has quit [Write error: Connection reset by peer]
haslersn has quit [Read error: Connection reset by peer]
NfixEstrada[m] has quit [Read error: Connection reset by peer]
layus[m] has quit [Read error: Connection reset by peer]
Minijackson[m] has quit [Read error: Connection reset by peer]
dominicusin[m] has quit [Read error: Connection reset by peer]
zmlww[m] has quit [Read error: Connection reset by peer]
weebull[m] has quit [Remote host closed the connection]
sylvie[m] has quit [Remote host closed the connection]
NickHu has quit [Read error: Connection reset by peer]
TravisRt2botio[m has quit [Read error: Connection reset by peer]
is0x3F has quit [Read error: Connection reset by peer]
vaibhavsagar has quit [Read error: Connection reset by peer]
pop[m]1 has quit [Read error: Connection reset by peer]
tyrion-mx has quit [Read error: Connection reset by peer]
Dan[m]8 has quit [Read error: Connection reset by peer]
syntaxtree[m] has quit [Read error: Connection reset by peer]
Shyim[m] has quit [Read error: Connection reset by peer]
alexarice[m] has quit [Remote host closed the connection]
Vskilet has quit [Remote host closed the connection]
sauyon[m] has quit [Read error: Connection reset by peer]
zaphar_ps[m] has quit [Remote host closed the connection]
quiet_laika[m] has quit [Write error: Connection reset by peer]
yoho[m]1 has quit [Write error: Connection reset by peer]
IslandUsurper has quit [Remote host closed the connection]
MarkOtaris has quit [Read error: Connection reset by peer]
matthewbauer has quit [Remote host closed the connection]
siraben has quit [Read error: Connection reset by peer]
rnhmjoj has quit [Read error: Connection reset by peer]
jonge[m] has quit [Write error: Connection reset by peer]
nobbo[m] has quit [Read error: Connection reset by peer]
schmittlauch[m] has quit [Remote host closed the connection]
ptotter[m] has quit [Write error: Connection reset by peer]
musicmatze has quit [Read error: Connection reset by peer]
eddyb has quit [Write error: Connection reset by peer]
JaakkoLuttinen[m has quit [Read error: Connection reset by peer]
simbergm has quit [Write error: Connection reset by peer]
orospakr[m] has quit [Write error: Connection reset by peer]
tindvik[m] has quit [Read error: Connection reset by peer]
craigevil[m] has quit [Read error: Connection reset by peer]
otini has quit [Read error: Connection reset by peer]
philipp[m] has quit [Write error: Connection reset by peer]
manveru[m] has quit [Read error: Connection reset by peer]
DanP[m] has quit [Write error: Connection reset by peer]
clefru has quit [Read error: Connection reset by peer]
divansantana has quit [Read error: Connection reset by peer]
MayeulC_backup has quit [Read error: Connection reset by peer]
luftmensch[m] has quit [Read error: Connection reset by peer]
florianjacob has quit [Read error: Connection reset by peer]
alienpirate5 has quit [Read error: Connection reset by peer]
Moredread[m] has quit [Read error: Connection reset by peer]
pachacuti[m] has quit [Write error: Connection reset by peer]
roadt[m] has quit [Read error: Connection reset by peer]
aymenstudios[m] has quit [Read error: Connection reset by peer]
MilkManzJourDadd has quit [Read error: Connection reset by peer]
EuAndreh[m] has quit [Read error: Connection reset by peer]
cornu has quit [Read error: Connection reset by peer]
fgaz has quit [Read error: Connection reset by peer]
ejpcmac has quit [Read error: Connection reset by peer]
ctrl_shift_smtng has quit [Read error: Connection reset by peer]
Diamaths[m] has quit [Read error: Connection reset by peer]
Seb[m] has quit [Remote host closed the connection]
abbec has quit [Read error: Connection reset by peer]
atopuzov[m] has quit [Remote host closed the connection]
Christian[m]5 has quit [Read error: Connection reset by peer]
klbrn[m] has quit [Read error: Connection reset by peer]
xavierm02 has quit [Read error: Connection reset by peer]
abbradar[m] has quit [Read error: Connection reset by peer]
sphalerit has quit [Read error: Connection reset by peer]
MichaelEden[m] has quit [Read error: Connection reset by peer]
RIOTIM[m] has quit [Remote host closed the connection]
alexoundos[m] has quit [Remote host closed the connection]
copy` has quit [Read error: Connection reset by peer]
offlinehacker has quit [Remote host closed the connection]
jtojnar has quit [Remote host closed the connection]
snupples[m] has quit [Remote host closed the connection]
Smith[m] has quit [Remote host closed the connection]
olejorgenb[m] has quit [Read error: Connection reset by peer]
bachp has quit [Read error: Connection reset by peer]
Noughtmare[m] has quit [Read error: Connection reset by peer]
Gopal[m] has quit [Read error: Connection reset by peer]
zmlww[m]1 has quit [Write error: Connection reset by peer]
imj[m] has quit [Read error: Connection reset by peer]
HappyEnt[m] has quit [Remote host closed the connection]
kxlljoyy[m] has quit [Read error: Connection reset by peer]
LinuXit has quit [Read error: Connection reset by peer]
Notkea[m] has quit [Read error: Connection reset by peer]
tokudan[m] has quit [Write error: Connection reset by peer]
hpfr[m] has quit [Read error: Connection reset by peer]
b-m-f[m] has quit [Read error: Connection reset by peer]
bohan[m] has quit [Read error: Connection reset by peer]
tonic0x539[m] has quit [Read error: Connection reset by peer]
malteof[m] has quit [Read error: Connection reset by peer]
mildred has quit [Read error: Connection reset by peer]
ma27[m] has quit [Read error: Connection reset by peer]
colemickens has quit [Write error: Connection reset by peer]
fasd has quit [Read error: Connection reset by peer]
codyopel has quit [Write error: Connection reset by peer]
Dandellion[m] has quit [Write error: Connection reset by peer]
jak[m] has quit [Read error: Connection reset by peer]
harkenedraven has quit [Remote host closed the connection]
attente[m] has quit [Read error: Connection reset by peer]
slabity has quit [Write error: Connection reset by peer]
coniferous-cube[ has quit [Read error: Connection reset by peer]
kyleondy[m] has quit [Read error: Connection reset by peer]
RobinKroonen[m] has quit [Read error: Connection reset by peer]
elais[m] has quit [Read error: Connection reset by peer]
nilsirl[m] has quit [Read error: Connection reset by peer]
groggy[m] has quit [Read error: Connection reset by peer]
peterhoeg[m] has quit [Remote host closed the connection]
y0x3y[m] has quit [Read error: Connection reset by peer]
Fabian[m]3 has quit [Remote host closed the connection]
arianvp[m] has quit [Remote host closed the connection]
BinkyTheClown has quit [Write error: Connection reset by peer]
hackeryarn[m] has quit [Read error: Connection reset by peer]
clacke[m] has quit [Read error: Connection reset by peer]
joepie91[m] has quit [Write error: Connection reset by peer]
hiroshi[m] has quit [Read error: Connection reset by peer]
VaNilLa[m] has quit [Read error: Connection reset by peer]
balsoft[m] has quit [Read error: Connection reset by peer]
srid[m] has quit [Read error: Connection reset by peer]
M0ddba11[m] has quit [Read error: Connection reset by peer]
isgy[m] has quit [Read error: Connection reset by peer]
Guest32680 has quit [Read error: Connection reset by peer]
pingveno[m] has quit [Write error: Connection reset by peer]
bee[m]1 has quit [Read error: Connection reset by peer]
zurdo has quit [Write error: Connection reset by peer]
submoo[m] has quit [Read error: Connection reset by peer]
ilya-fedin has quit [Write error: Connection reset by peer]
bricewge has quit [Write error: Connection reset by peer]
eqyiel has quit [Write error: Connection reset by peer]
grim_reaper[m] has quit [Write error: Connection reset by peer]
Victor[m]2 has quit [Write error: Connection reset by peer]
TheSirC[m] has quit [Remote host closed the connection]
kraem[m] has quit [Remote host closed the connection]
tyx2q[m] has quit [Remote host closed the connection]
white_bluff[m] has quit [Write error: Connection reset by peer]
laas has quit [Read error: Connection reset by peer]
goibhniu has quit [Read error: Connection reset by peer]
Lisanna[m] has quit [Write error: Connection reset by peer]
timokau[m] has quit [Write error: Connection reset by peer]
Ericson2314 has quit [Write error: Connection reset by peer]
blitzclone_ has quit [Write error: Connection reset by peer]
smolboye[m] has quit [Write error: Connection reset by peer]
grahamc[m] has quit [Write error: Connection reset by peer]
tobim[m] has quit [Write error: Connection reset by peer]
wak-work has quit [Write error: Connection reset by peer]
sputny[m] has quit [Write error: Connection reset by peer]
Sisyphe[m] has quit [Write error: Connection reset by peer]
Brio[m] has quit [Write error: Connection reset by peer]
rihardsk[m] has quit [Write error: Connection reset by peer]
steshaw[m] has quit [Write error: Connection reset by peer]
ninjatrappeur[m] has quit [Write error: Connection reset by peer]
seekerus3r[m] has quit [Write error: Connection reset by peer]
xbreak[m] has quit [Write error: Connection reset by peer]
dwagenk has quit [Write error: Connection reset by peer]
domenkozar[m] has quit [Write error: Connection reset by peer]
KarelWDingeldey[ has quit [Write error: Connection reset by peer]
ptival[m] has quit [Write error: Connection reset by peer]
icetan has quit [Write error: Connection reset by peer]
cab404[m] has quit [Write error: Connection reset by peer]
frislie[m] has quit [Write error: Connection reset by peer]
MiloIgnis[m] has quit [Read error: Connection reset by peer]
provessor[m] has quit [Read error: Connection reset by peer]
jwaksbaum[m] has quit [Read error: Connection reset by peer]
ZD[m] has quit [Read error: Connection reset by peer]
bkl[m] has quit [Remote host closed the connection]
aquarial has quit [Remote host closed the connection]
hr[m] has quit [Write error: Connection reset by peer]
Nyanloutre[m] has quit [Remote host closed the connection]
worldofpeace has quit [Remote host closed the connection]
mgttlinger[m] has quit [Write error: Connection reset by peer]
aterius has quit [Read error: Connection reset by peer]
gspia[m] has quit [Read error: Connection reset by peer]
GerdFlaig[m] has quit [Read error: Connection reset by peer]
bikki[m]1 has quit [Read error: Connection reset by peer]
wrunt[m] has quit [Read error: Connection reset by peer]
spacekitteh[m] has quit [Read error: Connection reset by peer]
Tony[m]3 has quit [Read error: Connection reset by peer]
fidgetspinoza[m] has quit [Read error: Connection reset by peer]
joelpet1 has quit [Read error: Connection reset by peer]
mariusz-kowalski has quit [Read error: Connection reset by peer]
gudea[m] has quit [Read error: Connection reset by peer]
anton-latukha[m] has quit [Read error: Connection reset by peer]
v0id72[m] has quit [Read error: Connection reset by peer]
jonreeve[m] has quit [Read error: Connection reset by peer]
stites[m] has quit [Read error: Connection reset by peer]
wangoe[m] has quit [Read error: Connection reset by peer]
balsoft has quit [Remote host closed the connection]
sevcsik[m] has quit [Remote host closed the connection]
tails[m] has quit [Remote host closed the connection]
ArtemVorotnikov[ has quit [Read error: Connection reset by peer]
das-g[m] has quit [Read error: Connection reset by peer]
craige[m] has quit [Read error: Connection reset by peer]
vdot0x23[m] has quit [Remote host closed the connection]
truby has quit [Read error: Connection reset by peer]
alxev[m] has quit [Remote host closed the connection]
neonfuz2 has quit [Write error: Connection reset by peer]
momack2[m] has quit [Remote host closed the connection]
roberth has quit [Read error: Connection reset by peer]
freddie_freeload has quit [Read error: Connection reset by peer]
peel1 has quit [Remote host closed the connection]
info_supplicant[ has quit [Read error: Connection reset by peer]
cgm[m] has quit [Read error: Connection reset by peer]
Woland[m] has quit [Read error: Connection reset by peer]
hienergy[m] has quit [Remote host closed the connection]
shah^ has quit [Max SendQ exceeded]
<eyJhb> o/
tejok[m] has quit [Write error: Connection reset by peer]
bendlas has quit [Write error: Connection reset by peer]
alj[m] has quit [Remote host closed the connection]
nh2[m] has quit [Write error: Connection reset by peer]
am3on[m] has quit [Write error: Connection reset by peer]
KodiakIT[m] has quit [Write error: Connection reset by peer]
arcnmx has quit [Write error: Connection reset by peer]
jschievink has quit [Write error: Broken pipe]
yangm has quit [Write error: Connection reset by peer]
Ox4A6F has quit [Write error: Connection reset by peer]
corpix[m] has quit [Write error: Connection reset by peer]
iceychris[m] has quit [Write error: Connection reset by peer]
wildtrees[m] has quit [Write error: Broken pipe]
bennofs[m] has quit [Write error: Connection reset by peer]
dtz has quit [Write error: Connection reset by peer]
pinage404[m] has quit [Write error: Connection reset by peer]
contrun[m] has quit [Read error: Connection reset by peer]
arturo[m] has quit [Remote host closed the connection]
kaychaks[m] has quit [Remote host closed the connection]
Thinkofname[m] has quit [Write error: Connection reset by peer]
sm[m] has quit [Write error: Connection reset by peer]
bpye has quit [Write error: Connection reset by peer]
bkchr has quit [Write error: Connection reset by peer]
regnat[m] has quit [Write error: Connection reset by peer]
badmutex[m] has quit [Write error: Connection reset by peer]
thefloweringash has quit [Write error: Connection reset by peer]
frederic_chopwn[ has quit [Write error: Connection reset by peer]
ronny has quit [Write error: Connection reset by peer]
vvbb[m] has quit [Write error: Connection reset by peer]
sierraDelta has quit [Write error: Connection reset by peer]
vxzero[m] has quit [Write error: Broken pipe]
schmittlauch[m]1 has quit [Write error: Connection reset by peer]
bikki[m] has quit [Write error: Connection reset by peer]
v0|d` has quit [Ping timeout: 240 seconds]
shah^ has joined #nixos
<{^_^}> [nixpkgs] @mmahut opened pull request #70242 → jormungandr: 0.5.4 -> 0.5.5 → https://git.io/JeceT
fendor has joined #nixos
bahamas has joined #nixos
<{^_^}> [nixpkgs] @alyssais pushed 2 commits to release-18.09: https://git.io/Jece3
bahamas has quit [Read error: No route to host]
setthemfree[m] has joined #nixos
<setthemfree[m]> I'm confused about the purpose of the makeFontsConf package (function) - what is its purpose? I can't find any documentation on it. Some packages seem to use it to get rid of font.conf-related errors, but is it actually desired on NixOS and/or non-NixOS?
parity has quit [Read error: Connection reset by peer]
<setthemfree[m]> More generally, should nix packages only use fonts shipped with nix or also ones installed on the host if not on NixOS? The latter seems more logical (especially for graphic design applications). What is the use case for makeFontsConf package then?
bahamas has joined #nixos
bahamas has joined #nixos
bahamas has quit [Changing host]
noudle has joined #nixos
<{^_^}> [nixpkgs] @cryptix closed pull request #46521 → WIP/feedback request: add SSB tale:net → https://git.io/fAwpk
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #70206 → kafka: Add 2.3 → https://git.io/JenQV
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « kafka: Add 2.3 »: https://git.io/Jece0
<{^_^}> [nixpkgs] @alyssais pushed 2 commits to release-18.03: https://git.io/Jeceu
<{^_^}> [nixpkgs] @marsam closed pull request #62695 → bro: 2.5.5 -> 2.6.2 → https://git.io/fjuEd
<{^_^}> [nixpkgs] @marsam merged pull request #70046 → zeek: 2.5.5 -> 3.0.0 → https://git.io/Jenkk
<{^_^}> [nixpkgs] @marsam pushed 4 commits to master: https://git.io/Jecew
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jojo88 has joined #nixos
<{^_^}> [nixpkgs] @nmattia opened pull request #70244 → Nm fix libcxx → https://git.io/JeceD
anderslundstedt has quit [Ping timeout: 276 seconds]
anderslundstedt has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
<jojo88> Does someone know why /run/current-system is not a symlink to /nix/var/nix/profiles/system ?
<cinimod`> I am trying to use callCabal2nix with { subpath = "accelerate-llvm"; }
<cinimod`> I am getting "error: creating directory '/nix/var': Permission denied"
<{^_^}> [nixpkgs] @eadwu closed pull request #70218 → glibc: fix cross compilation → https://git.io/JenFx
hyper_ch2 has joined #nixos
Soo_Slow has joined #nixos
Ariakenom_ has joined #nixos
mexisme has joined #nixos
bahamas has quit [Ping timeout: 246 seconds]
<evanjs> Anybody have an idea why I can't Ctrl+C out of `cargo run`? This seems to happen in both `nix-shell` and `direnv` environments
<evanjs> I can kill `cargo-watch` just fine, though the process seems to keep running, regardless, until I kill it with kill...
<evanjs> So I guess "interrupt" would be a better term in that case
<tilpner_> evanjs: Does that happen with a default bash config and bash too?
<evanjs> tilpner_: good thought. Lemme try bash
Ariakenom has quit [Ping timeout: 245 seconds]
<evanjs> Simply running `bash` and running `cargo run` produces the same result, yes
<evanjs> Not exactly a default config, though...
<tilpner_> evanjs: You're not using rustup, are you?
<{^_^}> [nixpkgs] @marsam merged pull request #67542 → onnxruntime: init at 0.5.0 → https://git.io/fjAPr
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JecvL
<cinimod`> I think it's something like this https://github.com/NixOS/nixpkgs/issues/45775
<{^_^}> #45775 (by teto, 1 year ago, open): haskell developPackage error: creating directory '/nix/var
<evanjs> Moz overlay for the nix shell as well
mexisme has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/7035462ddef (from 70 minutes ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<evanjs> `nix-shell --pure` produces the same result, anyhow
<tilpner_> evanjs: Does it happen with nixpkgs cargo too?
red[m] has joined #nixos
<red[m]> I'm not a rust expert in any way, but when I started going through the tutorials I ended up using nix-shell -p rustc cargo
<red[m]> is that not the best nix-shell to use?
<evanjs> tilpner_: Seems to, yes.
<{^_^}> [nixpkgs] @juaningan opened pull request #70245 → python3Packages.pysonos: 0.0.22 -> 0.0.23 → https://git.io/Jecvm
<cinimod`> I'll raise a bug report
<Yaniel> red[m]: not quite
<evanjs> Regardless, that produces the same result, even with `--pure`, at least on my machine
<Yaniel> I suggest either using the mozilla overlay to get the latest version of rustc+cargo, or doing what I did and installing rustup from nixpkgs and using that to get your rust toolchain
M0ddba11[m] has joined #nixos
is0x3F has joined #nixos
vvbb[m] has joined #nixos
Ox4A6F has joined #nixos
MilkManzJourDadd has joined #nixos
MiloIgnis[m] has joined #nixos
laas has joined #nixos
Ericson2314 has joined #nixos
fulgjon has joined #nixos
cornu has joined #nixos
EuAndreh[m] has joined #nixos
zurdo has joined #nixos
abbradar[m] has joined #nixos
Minijackson[m] has joined #nixos
Noughtmare[m] has joined #nixos
abbafei[m] has joined #nixos
abbec has joined #nixos
alienpirate5 has joined #nixos
aquarial has joined #nixos
alxev[m] has joined #nixos
arcnmx has joined #nixos
alj[m] has joined #nixos
am3on[m] has joined #nixos
alexarice[m] has joined #nixos
b-m-f[m] has joined #nixos
bachp has joined #nixos
attente[m] has joined #nixos
atopuzov[m] has joined #nixos
arturo[m] has joined #nixos
balsoft has joined #nixos
balsoft[m] has joined #nixos
Guest99415 has joined #nixos
bendlas has joined #nixos
bennofs[m] has joined #nixos
bkl[m] has joined #nixos
bikki[m] has joined #nixos
blitzclone_ has joined #nixos
aterius has joined #nixos
chuzz_ has joined #nixos
Brio[m] has joined #nixos
bohan[m] has joined #nixos
copy` has joined #nixos
craige[m] has joined #nixos
craigevil[m] has joined #nixos
colemickens has joined #nixos
clacke[m] has joined #nixos
cyberwolf[m] has joined #nixos
coniferous-cube[ has joined #nixos
clefru has joined #nixos
corpix[m] has joined #nixos
Dandellion[m] has joined #nixos
VaNilLa[m] has joined #nixos
dominicusin[m] has joined #nixos
das-g[m] has joined #nixos
domenkozar[m] has joined #nixos
divansantana has joined #nixos
danielrf[m] has joined #nixos
BinkyTheClown has joined #nixos
ndarwincorn has joined #nixos
DanP[m] has joined #nixos
RobinKroonen[m] has joined #nixos
fgaz has joined #nixos
dwagenk has joined #nixos
escaP[m] has joined #nixos
eddyb has joined #nixos
dtz has joined #nixos
frislie[m] has joined #nixos
goibhniu has joined #nixos
tails[m] has joined #nixos
frederic_chopwn[ has joined #nixos
florianjacob has joined #nixos
hiroshi[m] has joined #nixos
hr[m] has joined #nixos
harkenedraven has joined #nixos
hpfr[m] has joined #nixos
HappyEnt[m] has joined #nixos
TheSirC[m] has joined #nixos
MichaelEden[m] has joined #nixos
IslandUsurper has joined #nixos
codyopel has joined #nixos
iceychris[m] has joined #nixos
ilya-fedin has joined #nixos
imj[m] has joined #nixos
icetan has joined #nixos
jak[m] has joined #nixos
isgy[m] has joined #nixos
arianvp[m] has joined #nixos
ajirx[m] has joined #nixos
anton-latukha[m] has joined #nixos
hackeryarn[m] has joined #nixos
JaakkoLuttinen[m has joined #nixos
jonge[m] has joined #nixos
jtojnar has joined #nixos
jak_wolf[m] has joined #nixos
joelpet1 has joined #nixos
jschievink has joined #nixos
enick_536 has joined #nixos
ejpcmac has joined #nixos
alexoundos[m] has joined #nixos
ctrl_shift_smtng has joined #nixos
KodiakIT[m] has joined #nixos
kaychaks[m] has joined #nixos
layus[m] has joined #nixos
badmutex[m] has joined #nixos
aymenstudios[m] has joined #nixos
Bruno[m] has joined #nixos
<Yaniel> the nixpkgs rustc+cargo is mainly for packaging rust stuff AFAIK
ma27[m] has joined #nixos
bricewge has joined #nixos
Lisanna[m] has joined #nixos
luftmensch[m] has joined #nixos
manveru[m] has joined #nixos
malteof[m] has joined #nixos
macerbi[m] has joined #nixos
li_matrix has joined #nixos
LinuXit has joined #nixos
fasd has joined #nixos
cgm[m] has joined #nixos
cab404[m] has joined #nixos
bpye has joined #nixos
bnasty[m] has joined #nixos
marius851000[m] has joined #nixos
simbergm has joined #nixos
mildred has joined #nixos
Thinkofname[m] has joined #nixos
MarkOtaris has joined #nixos
MayeulC_backup has joined #nixos
bikki[m]1 has joined #nixos
matthewbauer has joined #nixos
Moredread[m] has joined #nixos
MerlinGttlinger[ has joined #nixos
bkchr has joined #nixos
ck3d[m] has joined #nixos
nocent has joined #nixos
nh2[m] has joined #nixos
ninjatrappeur[m] has joined #nixos
momack2[m] has joined #nixos
nilsirl[m] has joined #nixos
boredom101[m]1 has joined #nixos
Nyanloutre[m] has joined #nixos
musicmatze has joined #nixos
NickHu has joined #nixos
neonfuz2 has joined #nixos
olejorgenb[m] has joined #nixos
peel1 has joined #nixos
otini has joined #nixos
pachacuti[m] has joined #nixos
Notkea[m] has joined #nixos
offlinehacker has joined #nixos
eqyiel has joined #nixos
pingveno[m] has joined #nixos
RIOTIM[m] has joined #nixos
philipp[m] has joined #nixos
quiet_laika[m] has joined #nixos
Diamaths[m] has joined #nixos
elais[m] has joined #nixos
pinage404[m] has joined #nixos
rihardsk[m] has joined #nixos
ptival[m] has joined #nixos
ptotter[m] has joined #nixos
grahamc[m] has joined #nixos
schmittlauch[m] has joined #nixos
roadt[m] has joined #nixos
sauyon[m] has joined #nixos
fidgetspinoza[m] has joined #nixos
Christian[m]4 has joined #nixos
freddie_freeload has joined #nixos
roberth has joined #nixos
rycee has joined #nixos
ronny has joined #nixos
GerdFlaig[m] has joined #nixos
slabity has joined #nixos
Seb[m] has joined #nixos
sm[m] has joined #nixos
Sisyphe[m] has joined #nixos
sevcsik[m] has joined #nixos
snupples[m] has joined #nixos
siraben has joined #nixos
Smith[m] has joined #nixos
haslersn has joined #nixos
hienergy[m] has joined #nixos
grim_reaper[m] has joined #nixos
gspia[m] has joined #nixos
steshaw[m] has joined #nixos
groggy[m] has joined #nixos
flip[m]1 has joined #nixos
gudea[m] has joined #nixos
infinisil-m has joined #nixos
srid[m] has joined #nixos
spacekitteh[m] has joined #nixos
sphalerit has joined #nixos
jonreeve[m] has joined #nixos
info_supplicant[ has joined #nixos
Fabian[m]3 has joined #nixos
tejok[m] has joined #nixos
midi[m] has joined #nixos
bee[m]1 has joined #nixos
regnat[m] has joined #nixos
tokudan[m] has joined #nixos
sylvie[m] has joined #nixos
thequux[m] has joined #nixos
thefloweringash has joined #nixos
tilpner[m] has joined #nixos
timokau[m] has joined #nixos
klbrn[m] has joined #nixos
TravisRt2botio[m has joined #nixos
kyleondy[m] has joined #nixos
contrun[m] has joined #nixos
truby has joined #nixos
tyx2q[m] has joined #nixos
kraem[m] has joined #nixos
jwaksbaum[m] has joined #nixos
KarelWDingeldey[ has joined #nixos
ArtemVorotnikov[ has joined #nixos
Dan[m]8 has joined #nixos
Victor[m]2 has joined #nixos
vaibhavsagar has joined #nixos
Vskilet has joined #nixos
tyrion-mx has joined #nixos
wak-work has joined #nixos
mariusz-kowalski has joined #nixos
white_bluff[m] has joined #nixos
wrunt[m] has joined #nixos
wangoe[m] has joined #nixos
yoho[m]1 has joined #nixos
xavierm02 has joined #nixos
weebull[m] has joined #nixos
worldofpeace has joined #nixos
kxlljoyy[m] has joined #nixos
NfixEstrada[m] has joined #nixos
Yakulu[m] has joined #nixos
zmlww[m]1 has joined #nixos
zmlww[m] has joined #nixos
zaphar_ps[m] has joined #nixos
yangm has joined #nixos
nobbo[m] has joined #nixos
provessor[m] has joined #nixos
alex[m]16 has joined #nixos
orospakr[m] has joined #nixos
peterhoeg[m] has joined #nixos
horner has joined #nixos
pop[m]1 has joined #nixos
rnhmjoj has joined #nixos
sonercirit[m] has joined #nixos
smolboye[m] has joined #nixos
Shyim[m] has joined #nixos
seekerus3r[m] has joined #nixos
schmittlauch[m]1 has joined #nixos
submoo[m] has joined #nixos
stites[m] has joined #nixos
syntaxtree[m] has joined #nixos
Sascha[m]3 has joined #nixos
sputny[m] has joined #nixos
tonic0x539[m] has joined #nixos
tindvik[m] has joined #nixos
v0id72[m] has joined #nixos
tobim[m] has joined #nixos
Woland[m] has joined #nixos
vxzero[m] has joined #nixos
vdot0x23[m] has joined #nixos
wildtrees[m] has joined #nixos
y0x3y[m] has joined #nixos
ZD[m] has joined #nixos
sierraDelta has joined #nixos
xbreak[m] has joined #nixos
Gopal[m] has joined #nixos
Tony[m]3 has joined #nixos
<tilpner_> Yaniel: They can be fine for development too, not every project needs nightly
<Yaniel> I don't use nightly either
<evanjs> Either way, this issue seems to persist everywhere in my case ;_;
<tilpner_> And 1.37 vs 1.38 doesn't make too much of a difference
<evanjs> 1.38 -> 1.39 will though :D
<tilpner_> evanjs: I still don't trust your shell, but that's all for now
<{^_^}> [nixpkgs] @marsam opened pull request #70246 → flow: 0.108.0 -> 0.109.0 → https://git.io/JecvO
<tilpner_> async stuff?
<evanjs> tilpner_: yessss
<tilpner_> Still haven't tried that
<tilpner_> Combinator tokio was a pain
<Yaniel> other reasons to use rustup: easy access to toolchains for cross-compiling, rls, local docs for the stdlib
<tilpner_> Yaniel: I'm not arguing it doesn't have many usecases
<Yaniel> granted, current rls sucks
<Yaniel> rust-analyzer already works a lot better
<tilpner_> Yaniel: Just that using the nixpkgs-provided-ones is easier, and might be sufficient
<Yaniel> sure
calbrecht[mb] has quit [Remote host closed the connection]
<evanjs> It's going to take some time for futures to really make it's way into various libraries to be usable by async/await, but this gave me a better idea of how the current push affects us
<Yaniel> last time I tried it it was *noticeably* behind though
<evanjs> And yeah my rust module is just set to source nightly nixpkgs-mozilla and I have a list of plugins specified so I get everything I would normally with rustup and am only 6-12 hours behind at most
<Yaniel> as in stuck on edition 2015 while 2018 was out for a couple of versions already
<evanjs> Excited to see this https://github.com/rust-lang/rustup.rs/pull/1997 make it's way into nixpkgs-mozilla, though, hopefully...
<{^_^}> rust-lang/rustup.rs#1997 (by jonhoo, 2 weeks ago, merged): Update to most recent viable nightly
<Yaniel> also I used atom with ide-rust at the time and that threw a fit everytime it couldn't find rustup :P
calbrecht[mb] has joined #nixos
<{^_^}> [nixpkgs] @nmattia opened pull request #70247 → libbfd: use zlib.dev as input → https://git.io/Jecvn
<evanjs> Yaniel: that's why I have mine setup this way. The most I have to do is open the dialog that JetBrains prompts me about, and once it opens it automatically finds the newest local rust and I'm done
<Yaniel> but yes, if your workflow does not need anything other than rustc+cargo then nixpkgs is okay
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/85289edbd9f (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<evanjs> Trying this on a default bash setup now
bahamas has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @mmahut merged pull request #70242 → jormungandr: 0.5.4 -> 0.5.5 → https://git.io/JeceT
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/Jecv8
civodul has quit [Remote host closed the connection]
bahamas has quit [Quit: leaving]
civodul has joined #nixos
<cinimod`> Anyone around who can help on building haskell packages?
nikola_i has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #70248 → rclone: 1.49.3 -> 1.49.4 → https://git.io/Jecvi
dycan has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #70249 → libpcap, tcpdump: 1.9.1 and 4.9.3 for many security fixes → https://git.io/Jecvy
veske has quit [Quit: This computer has gone to sleep]
dycan has quit [Remote host closed the connection]
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @alyssais pushed commit from @talyz to master « bundler: 1.17.2 -> 1.17.3 »: https://git.io/JecvS
veske has joined #nixos
chr15 has quit [Ping timeout: 240 seconds]
<Miyu-chan> omg omgomg
<evanjs> tilpner_: Yep. I can reproduce `cargo run` not dying in a `nix-shell` with a default bash setup.
<Miyu-chan> next browser finally supports NixOS
xkapastel has joined #nixos
<Miyu-chan> When did this happen???
Zer0xp has quit [Ping timeout: 265 seconds]
<Miyu-chan> 13 days ago.
<teto> cinimod`: fastest way to start is just to get ghc from nix then use cabal
jojo88 has left #nixos [#nixos]
zupo has joined #nixos
jojo88 has joined #nixos
<cinimod`> teto: thanks it was a very specific question - I am using cabal2nix on a repo with a license file which is a symbolic link and getting LICENSE: copyFile: does not exist (No such file or directory) - if I replace the symbolic link with a real file then I no longer get that error
<Twey> What's the deal with doCheck these days? I see something in nixpkgs about the semantics changing?
<Twey> I have a package that's built for x86_64-unknown-linux-musl on a platform that's x86_64-unknown-linux-gnu. Obviously the build products are still testable, and I'd like to test them, so I set doCheck = true, but it seems that the generic builder refuses to run the check phase because the platforms don't match
<Twey> I don't know how I should tell it that it's okay to do the tests because these platforms are compatible
judson__ has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
judson_ has quit [Ping timeout: 245 seconds]
hink_ornl has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70241 → vulnix: add missing setuptools dependency → https://git.io/Jenjr
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JecfO
<Twey> And the comment seems to indicate that maybe I shouldn't be setting doCheck at all, but in that case I don't know what I should be using
<Twey> Ericson2314: You're tagged in the comment; I don't suppose you could shed any light?
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @delroth to release-19.09 « vulnix: add missing setuptools dependency »: https://git.io/Jecfs
<exarkun> updating a package and it had a sha256 of 64 bytes and the new one is 52 bytes. what happened
<Twey> exarkun: Did the representation change from base-16 to base-32?
* exarkun peers
<Twey> Hm, that should only be 32 bytes or something though
<manveru> Miyu-chan: does it actually work for you? it doesn't seem to render anything here...
veske has quit [Quit: This computer has gone to sleep]
<exarkun> old: 294be2c6bf84ae776df2fc98e7af7d6537e1c5e60a46d33c3ce2a197677da395
<exarkun> new: 17d3hnxv9qndagzz63mdpyk99xj63p9gq586vjn0rxk8cl197nym
<exarkun> The former kind of does look like base16
<tilpner_> exarkun, Twey: 256 / 4 (because hex digits can represent 2^4 states) = 64
tilpner_ is now known as tilpner
<Twey> tilpner: I meant the base-32 one
<Twey> Which is… 2⁵ states?
<Twey> 52 bytes?
<tilpner> That last messages renders oddly
<manveru> i think it's the nix-specific base32 now
Ariakenom_ has quit [Remote host closed the connection]
<manveru> but you can still use either
<Twey> tilpner: You're missing fonts for U+2075 SUPERSCRIPT FIVE I guess
ebzzry has joined #nixos
<tilpner> It's not a box, but I don't know what character it is
<Twey> exarkun: Yeah, it's valid to use hashes in either of those formats
<exarkun> okay, thanks
<Twey> exarkun: NP ☺
greg_ has left #nixos [#nixos]
ericdallo has quit [Remote host closed the connection]
<Miyu-chan> manveru: I'm on -19.03 rn
<manveru> Miyu-chan: yeah, but nothing preventing you from just adding it from unstable :)
<Miyu-chan> Yep. -I channel://
<Miyu-chan> Err
<Miyu-chan> -I nixpkgs=channel://
<Miyu-chan> Will check it out when I do have the time.
<manveru> i switched my nixos config to using `niv`, it's pretty neat :)
nikola_i has quit [Read error: Connection reset by peer]
<manveru> feels like one step closer to using flakes at least
<{^_^}> [nixpkgs] @domenkozar pushed to haskell-updates « haddock-*: fix by pinning »: https://git.io/Jecfa
captn3m0 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Miyu-chan> What does niv do vs nix?
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<Twey> Miyu-chan: Niv manages a JSON file of Nix imports
FRidh has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JecfX
<manveru> Miyu-chan: it's like `nix-channel`, but for any kind of source you want to pin
<manveru> looks like that
<manveru> that way you can easily add/update/remove them
Praesnor has joined #nixos
* emily just uses git submodules in her config repo
captn3m0 has quit [Quit: ZNC 1.7.4 - https://znc.in]
<Praesnor> I havent really touched alsa before, trying to get `bluez-alsa` working. Any pointers would be appreciated.
Chiliparrot has joined #nixos
<{^_^}> #47236 (by oxij, 1 year ago, merged): bluez-alsa: init at 1.3.1
magnetophon has joined #nixos
<Praesnor> It doesnt look like the bluealsa service is starting on startup, how should that be configured? Im guessing the makefiles wouldve done it normally, but nix is getting in the way
asymptotically has joined #nixos
captn3m0 has joined #nixos
<Praesnor> The extent of what Ive done so far - ` environment.systemPackages = with pkgs; [ alacritty bluez-alsa ]; # Enable sound. sound.enable = true; hardware.bluetooth = { enable = true; extraConfig = "[General]Enable=Media,SocketControllerMode = bredr "; powerOnBoot = true; };`
<Praesnor> The extent of what Ive done so far - ` environment.systemPackages = with pkgs; [ alacritty bluez-alsa ]; # Enable sound. sound.enable = true; hardware.bluetooth = { enable = true; extraConfig = "[General]Enable=Media,SocketControllerMode = bredr "; powerOnBoot = true; };```
<Praesnor> The extent of what Ive done so far - ``` environment.systemPackages = with pkgs; [ alacritty bluez-alsa ]; # Enable sound. sound.enable = true; hardware.bluetooth = { enable = true; extraConfig = "[General]Enable=Media,SocketControllerMode = bredr "; powerOnBoot = true; };```
<Praesnor> um
<Praesnor> right
<gchristensen> IRC doesn't allow for editing messages, or special formatting :)
<manveru> there doesn't seem to be a module for bluez-alsa
<magnetophon> I recently got an invite to join the nixos organisation. Was that some automated mass-invite to everybody with a certain number of commits, or was it more targeted? Can someone enlighten me as to what it means and what is expected from me?
<manveru> (nixos module, i mean)
<gchristensen> ,invite magnetophon
<{^_^}> magnetophon: Invited to join "Nixpkgs Maintainers" on GitHub? For more information, see: https://discourse.nixos.org/t/join-the-package-maintainer-team/3751
hink_ornl has quit [Remote host closed the connection]
<Praesnor> Yea, it seems like they hoped to get it done back in 2018 but never got around to automating it
<Praesnor> And didnt leave any explanation for setup :P So Im kinda lost
Ariakenom has joined #nixos
<magnetophon> gchristensen: thanks.
<manveru> isn't oxji the slnos guy?
<gchristensen> yeah
werner291 has joined #nixos
<{^_^}> [nixpkgs] @exarkun opened pull request #70251 → twisted: 18.9.0 -> 19.7.0 → https://git.io/Jecf5
<meatcar> I'm sure this comes up a lot, but whats the best method to install nixos considering none of the provided ISOs want to boot from any of my USB sticks. Other distro's ISOs work fine.
<manveru> Praesnor: i'd make an issue on github and mention oxji, maybe he's got something he forgot to share
<{^_^}> [nixpkgs] @domenkozar pushed to haskell-updates « haddock: fix build »: https://git.io/JecfF
<manveru> otherwise, i'd recommend just using pulseaudio for now... it works fine with bluetooth :)
<tilpner> meatcar: Are you using dd/GNU cp to write the image to the USB stick?
<tilpner> meatcar: Are you running new hardware that would benefit from a newer kernel (unstable ISO)?
<magnetophon> gchristensen: OK, read that, sounds good. I'm just a bit uneasy with giving github (aka microsoft) my phone number. :(
<magnetophon> for the 2fa
<manveru> there are other 2fa options
<manveru> phone is by far the worst :P
<meatcar> tilpner: nothing too new, this laptop's been out for a few years now. Tried using rufus in dd mode on windows, and dd in a linux machine, both failed.
<tilpner> meatcar: Do you `sync` after writing, and before ejecting?
<meatcar> affirmative
<tilpner> Did you verify the sha256 after downloading?
<meatcar> let me check it now
<magnetophon> manveru: what do you recommend for 2fa?
<gchristensen> Google Authenticator (or any other HTOP app like Authy), or Yubikeys (the best option probably)
<manveru> security key, but otherwise an authenticator app
<{^_^}> [nixpkgs] @uvNikita opened pull request #70252 → rtags: 2.16 -> 2.34 → https://git.io/Jecfh
<meatcar> tilpner: sha256sum matches
<gchristensen> when you wrote to the disk, did you write to `/dev/sdx` or to `/dev/sdx1`?
<tilpner> meatcar: Hmm, and what happens when you try to boot from it?
<meatcar> `/dev/sdx`
<tilpner> meatcar: Do you get to grub?
<magnetophon> gchristensen: hmm, call me a paranoid nut, but I try to avoid anything google. I don't hae a yubikey either, though I'm not against that. Not sure if it's worth getting one for this though.
<magnetophon> I'll look into the apps
<{^_^}> [nixpkgs] @johannesloetzsch opened pull request #70253 → nodejs_latest: 12.5.0 -> 12.11.1 → https://git.io/JecJv
<gchristensen> sure, don't have to use google authenticator -- any HTOP application will work
<meatcar> it gets stuck at stage 1, `mounting /dev/root on /mnt-root/iso failed`. I googled around first, and saw that people run into that if the drive label gets messed up, but mine seems fine, NIXOS_ISO
<meatcar> is there a procedure for dropping into a shell at that point, instead of the standard reboot/continue options?
<meatcar> tilpner: ^^
mmlb has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JecJk
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70042 → gnomeExtensions.drop-down-terminal: init at v24 → https://git.io/JenUx
Makaveli7 has quit [Quit: WeeChat 2.6]
hyper_ch2 has joined #nixos
hyper_ch2 has quit [Remote host closed the connection]
<{^_^}> Channel nixpkgs-18.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/f0b18a3f96f (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-18.09-darwin)
<{^_^}> [nixpkgs] @domenkozar merged pull request #69886 → Haskell updates → https://git.io/JeZPp
<{^_^}> [nixpkgs] @domenkozar pushed 31 commits to master: https://git.io/JecJY
<tilpner> meatcar: I don't know :/
<tilpner> meatcar: There are other way to install NixOS, but in your position I would first try to write the image again, to another stick, and see if it fails the same way
<meatcar> I've tried multiple sticks, looking for the "other" options now.
setthemfree[m] has joined #nixos
setthemfree[m] has quit [Changing host]
<meatcar> I found a couple of random readmes detailing steps to do it from Ubuntu, I was wondering if there are more "officially sanctioned" versions.
<tilpner> Ehh, they're all more exotic than the live stick
<tilpner> meatcar: You can build the install tools on any other system that has Nix available
<tilpner> meatcar: Or you can kexec into a NixOS system from most Linux installations (live systems too)
<tilpner> But those are not as easy as "boot this image, hit nixos-install"
<andi-> I am not sure what that installer is doing at that point but it reminds me for the need of some PCI-E drivers on my XPS13 if I want to boot from micro sd cards.
<andi-> It was a similar error.
<meatcar> andi-: that could be it, I'm also on a Dell. Did you end up building you own live-install media?
<meatcar> With the appropriate drivers?
<andi-> meatcar: well in my case I just used an USB stick instead of the SD card. Are you able to boot a Ubuntu live stick and check what kernel modules are being loaded?
<{^_^}> #67821 (by andir, 4 weeks ago, open): Installer ISO stuck in stage1 when booted from (micro) SD card
werner291 has quit [Remote host closed the connection]
<andi-> meatcar: you can try appending boot.debug1devices to your kernel commandline and then inspect the situation
acarrico has quit [Ping timeout: 265 seconds]
gentauro has quit [Read error: Connection reset by peer]
silver has joined #nixos
<andi-> alternativly if `boot.debug1devices` doesn't work try `boot.shell_on_fail`
<andi-> (We should probably document most of these…)
gentauro has joined #nixos
<meatcar> Thanks, that'll help.
hmpffff_ has quit [Quit: nchrrrr…]
Praesnor has quit [Remote host closed the connection]
<zfnmxt> It's unclear to me how to get a Python dependency from pip to install a package. What's the recommendation for this sort of thing?
zupo has joined #nixos
<andi-> With install a package you mean a nix packaged pip package or just adding it to your virtualenv?
zupo has quit [Client Quit]
<zfnmxt> Well, I'm a bit confused by the virtualenv stuff to be honest. I'm trying to package this up: https://github.com/poljar/weechat-matrix . It depends on Python matrix-nio library, which doesn't have a corresponding nix package.
acarrico has joined #nixos
<emily> you'll need to add a package for that one too
<zfnmxt> Ah, okay. Wasn't sure if that was necessary or not.
<simpson> zfnmxt: You'll want to take it slowly, working one package at a time and keeping a list of missing packages left to add.
hmpffff has joined #nixos
<simpson> Also, resist the temptation to curse at the Python ecosystem for refusing to add enough metadata to PyPI.
<tilpner> zfnmxt: Hey! I already have that packaged
<{^_^}> [nixpkgs] @teto merged pull request #70248 → rclone: 1.49.3 -> 1.49.4 → https://git.io/Jecvi
<{^_^}> [nixpkgs] @teto pushed commit from @marsam to master « rclone: 1.49.3 -> 1.49.4 »: https://git.io/JecJu
<zfnmxt> tilpner: Wait, you do?
<zfnmxt> Well that makes my life easier. You should submit a PR on nixpkgs!
<tilpner> ^ usage
<tilpner> Yes, I should™
<tilpner> It wasn't up to nixpkgs standards (still isn't), and I didn't have time for a PR when I needed weechat-matrix
<andi-> I also have something like that on my todo list.. I've been working on Nix managed weechat plugins including a mechanism to declare dependencies of each individual script.
<andi-> Has worked fine for a year now yet I haven't gotten around to upstream it :/
<andi-> At least it lead to weechat no longer using md5 for the scripts…
is_null has quit [Ping timeout: 240 seconds]
<meatcar> andi-: tilpner: figured out the USB booting issue, my BIOS was booting it from UEFI mode. Set it to"Legacy" and it worked fine.
<andi-> meatcar: are you sure you want legacy?
is_null has joined #nixos
<meatcar> andi-: UEFI still works (rEFInd loads for my arch install)
hyper_ch2 has joined #nixos
dansho has quit [Ping timeout: 265 seconds]
<tilpner> andi-: I've accepted the state, fully declarative weechat was too painful :c
<andi-> tilpner: well I started hating the python dependencies and then decided to just declare them all in the config with nicely separated python environments (weechat loads each of them in a dedicated interpreter instance, patching the python lookup path for each of them seemed to be nicer then patching the python that is passed to weechat)
dansho has joined #nixos
<teto> weechat config can be unpleasant: if only it followed XDG, I wouldn't have the logs in my config folder (maybe that's configurable)
endformationage has joined #nixos
<andi-> You can configure that
<andi-> but I agree.. It could be better. Sadly it expects some "home directory" where it can do whatever it has to do
<{^_^}> [nix] @edolstra pushed to master « Fix indentation »: https://git.io/JecJh
<{^_^}> [nixpkgs] @ryantm merged pull request #69969 → sourcetrail: 2019.2.39 -> 2019.3.46 → https://git.io/JeZ7F
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/JecUe
jojo88 has left #nixos [#nixos]
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
drakonis_ has quit [Ping timeout: 265 seconds]
<dminuoso> So Im nixops'ing our mail setup. As part of writing config for our dovecot, I need to bring a bash script that uses an executable from dovecot. Would something like `{ writeText, dovecot, config }: writeTextFile { executable = true; name = "foo.sh"; text = "#!/usr/bin/env bash; ... ${dovecot}/libexec/dovecot/dovecot-lda ..."}` be acceptable?
<dminuoso> Or should I rather make a derivation for every script?
<{^_^}> [rfcs] @mrVanDalo closed pull request #53 → RFC-0053: defining pull-request workflow → https://git.io/JeZw3
<gchristensen> writeTextFile does make a derivation! :) you might like to use `writeShellScript` instead though: https://search.nix.gsc.io/?q=writeShellScript&i=nope&files=&repos=
<dminuoso> Ahh!
waleee-cl has joined #nixos
zupo has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dminuoso> gchristensen: Is there a way to create multiple shell scripts in the same directory, somehow?
<dminuoso> Or equivalently, an easy trick to create a directory containing symlinks to multiple files in the store?
<fling> is not there export_kernel_fpu_functions.patch for 5.3 yet?
<gchristensen> fling: I believe ZFS 0.8.1 removed the need for it
<fling> gchristensen: and 0.8.2 dropped it
<gchristensen> oh?
<{^_^}> [nixpkgs] @peti pushed 1000 commits to haskell-updates: https://git.io/JecUo
<fling> gchristensen: zfs reimplementation caused bad things
<gchristensen> yikes. cc Mic92 who I think was involved in the patch before
<fling> gchristensen: instability and probably silent corruptions
l33_ has quit [Remote host closed the connection]
<Mic92> fling: I dont have 0.8.2 yet, how did you pin point this to the fpu?
<fling> Mic92: what do you mean?
<Mic92> fling: that the zfs re-implementation of the fpu functions caused the corruption in zfs.
hyper_ch2 has quit [Remote host closed the connection]
<{^_^}> zfsonlinux/zfs#9346 (by aerusso, 1 week ago, open): Reads from ZFS volumes cause system instability when SIMD acceleration is enabled
<emily> AIUI we need export_kernel_fpu_functions.patch for zfs on 5.3
floscr has joined #nixos
<fling> or should I use 5.2 for now?
<Mic92> emily: yeah, we should do this.
rsoeldner has quit [Ping timeout: 268 seconds]
fenedor has joined #nixos
hmpffff has quit [Quit: nchrrrr…]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/e0a544ccfc8 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
fendor has quit [Ping timeout: 240 seconds]
doublex has quit [Ping timeout: 245 seconds]
rndd has joined #nixos
<{^_^}> [nixpkgs] @eadwu opened pull request #70255 → sourcehut.*: 2019.10.02 → https://git.io/JecTt
<fling> Should I wait for the patch of use 5.2 for now?
growpotkin has joined #nixos
ThatDocsLady_ has joined #nixos
<{^_^}> [nixpkgs] @Ma27 opened pull request #70256 → nodejs-11_x: remove → https://git.io/JecTs
ThatDocsLady has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @peti opened pull request #70257 → python-psycopg2: update from 2.7.7 to 2.8.3 → https://git.io/JecTG
magnetophon has quit [Ping timeout: 245 seconds]
domogled has joined #nixos
<{^_^}> [nixpkgs] @juaningan opened pull request #70258 → home-assistant: add support for python_script component → https://git.io/JecTC
<{^_^}> [nixpkgs] @eadwu closed pull request #69066 → python3Packages.asyncpg: use local patch → https://git.io/Je3qt
<fling> Mic92: is not 5.3 going to happen any time soon? :P
knupfer has joined #nixos
<emily> fling: you should use 5.2 for now
<fling> ok
<fling> is there an lxd image of nixos?
<emily> this has happened recently too, zfs was too old for the latest kernel so you had to use unstable zfs or keep on an old kernel
* emily personally wishes we had a pkgs.linuxPackages_latest_zfs
<rndd> fling: you always can switch to unstable
<fling> emily: gentoo here, no issues :>
<fling> rndd: I'm here mostly for the patch
<fling> not tried nixos yet.
<emily> ah.
<rndd> fling: ohhh
<rndd> cool
<fling> is there a remote to use for lxd images?
growpotk- has joined #nixos
<emily> fling: I understand nixos is blocked on zfs making a new RC release or whatever that supports 5.3
<emily> before getting zfs on 5.3 working
<fling> emily: 0.8.2 supports 5.3
<rndd> emily: why everyone wanna zfs?
<fling> rndd: it is the only filesystem
<rndd> yeee
<rndd> i know
<fling> rndd: cow, compression, snapshots, checksumming, builtin device mapper, volumes etc
growpotkin has quit [Quit: ZNC 1.7.4 - https://znc.in]
<fling> rndd: everything online, no fsck, can go back in time…
<rndd> fling: it kills bsd
<fling> how why?
<emily> everyone wanna zfs because ext4 is a 90s filesystem.
<rndd> fling: as I know zfs was on bsd 0_0
<emily> and btrfs is unstable and weird. and bcachefs is unfinished
<fling> emily: ext4 is not a real journaled fs
<emily> mhm
<fling> journaled filesystem will not need fsck
<emily> I mean, it works surprisingly well for basically being souped-up ext2
<fling> it works well until fsck decides you need to perform additional fsck stages
<emily> but ZFS is ofc way ahead
<emily> anyway, since when do BSDs even support ext4?
<emily> last I checked openbsd is still all ufs all the way or whatever
<emily> FreeBSD supports ZFS though
<fling> which could take like 24G ram for 30M inode filesystem and take weeks to complete before you will be able to mount
<fling> ntfs works better :P
<fling> ext4 is there probably because linux wanted their own filesystem and not xfs
growpotkin has joined #nixos
ubert has quit [Ping timeout: 240 seconds]
dm9 has joined #nixos
rsoeldner has joined #nixos
<emily> tbh I've heard worse corruption/data loss horror stories from xfs than ext4
<fling> have a link?
<fling> zfs is worse with silent corruptions :D
rndd has quit [Remote host closed the connection]
<emily> just google "xfs data loss", stuff getting zeroed out on power failure and the like
<fling> developers decided to implement coc to mate with linux instead of addressing silent corruptions and providing ways of detecting them recovering affected pools.
<fling> so no filesystem is the best
<Taneb> That's why I don't use one
<fling> cbfs is the best :D
<fling> Taneb: no filesystem? Smart.
<Taneb> Can't lose data if you don't have data ;)
<fling> exactly!
<fling> this is what I should do.
fusion809 has quit [Remote host closed the connection]
doublex has joined #nixos
<dminuoso> Mmm, is there a simple trick to create two shell scripts in the store that reside in the same directory? Or is a manual derivation the only way?
<gchristensen> dminuoso: you could use writeShellScriptBin and buildEnv to combine them
growpotk- has quit [Ping timeout: 240 seconds]
rsoeldner has quit [Remote host closed the connection]
rsoeldner has joined #nixos
horner_ has joined #nixos
Chiliparrot has joined #nixos
<dminuoso> Is there any official documentation on buildEnv?
drakonis has joined #nixos
<dminuoso> Or should me, being Luke, use the source?
<gchristensen> I usually use that search.nix.gsc.io to look for examples
<dminuoso> That's a strange coping mechanism :P
<dminuoso> But I suppose it works
horner has quit [Ping timeout: 252 seconds]
jmeredith has joined #nixos
sigmundv_ has quit [Ping timeout: 265 seconds]
<yorick> gchristensen: nice, thanks!
<gchristensen> which? :)
<yorick> search.nix.gsc.io
<{^_^}> [nix] @NinjaTrappeur closed pull request #2046 → Tell user why a given path is live when it can't be deleted → https://git.io/vxSmk
<gchristensen> ah! :)
<shyim> Can i use env variables in my nix file?
<shyim> like for virtualHost domain of nginx
<andi-> > builtins.getEnv "HOME"
<{^_^}> ""
<andi-> shyim: ^
<shyim> ahh thanks! :)
wfranzini has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jwiegley merged pull request #70247 → libbfd: use zlib.dev as input → https://git.io/Jecvn
<{^_^}> [nixpkgs] @jwiegley pushed 2 commits to master: https://git.io/Jeckf
kcalvinalvin has quit [Ping timeout: 245 seconds]
magnetophon has joined #nixos
<{^_^}> [nixpkgs] @andir opened pull request #70259 → rust introduce `checkFlags` to parametrize test execution → https://git.io/Jecks
rsoeldner has quit [Remote host closed the connection]
boxscape has joined #nixos
alex`` has quit [Ping timeout: 265 seconds]
alex`` has joined #nixos
fresheyeball has joined #nixos
<fresheyeball> good <insert local time of day> nixers!
Ariakenom has quit [Quit: Leaving]
<fresheyeball> I am looking to get some kind of autocomplete working in neovim
Ariakenom has joined #nixos
Ariakenom has quit [Remote host closed the connection]
<fresheyeball> does anyone have this working with a nix based setup?
<fresheyeball> I was hoping one worked out of the box, so fare I tried youcompleteme, and deoplete
<fresheyeball> but both throw up the moment they are invoked
Soo_Slow has quit [Remote host closed the connection]
<fresheyeball> I would like deoplete ideally
philr has quit [Ping timeout: 246 seconds]
justanotheruser has quit [Ping timeout: 245 seconds]
lovesegfault has quit [Ping timeout: 246 seconds]
<bgamari> has anything changed in bonding interface configuration in nixos for 19.09?
<fresheyeball> infinisil: you around?
drakonis has quit [Quit: WeeChat 2.6]
bitmapphone has joined #nixos
<infinisil> fresheyeball: kinda
<fresheyeball> infinisil: I made progress on my hie situation
<fresheyeball> I completely redid my entire vim setup to be 100% nix based
<fresheyeball> and now I seem to have control over the lsp command where before you proved my changes had no effect
sigmundv_ has joined #nixos
sb0 has quit [Quit: Leaving]
justanotheruser has joined #nixos
knupfer has quit [Ping timeout: 264 seconds]
judson has joined #nixos
judson_ has joined #nixos
dm9 has quit [Quit: WeeChat 2.6]
iqubic` has quit [Ping timeout: 245 seconds]
iqubic` has joined #nixos
doublex has quit [Ping timeout: 240 seconds]
<infinisil> fresheyeball: Nice nice
<{^_^}> [nixpkgs] @mmahut merged pull request #70225 → pythonPackages.poetry: fix python2 build → https://git.io/JenNA
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeckF
ThatDocsLady_ has quit [Quit: Leaving]
<fresheyeball> infinisil: so now htop shows vim is running hie-wrapper -r /home/isaac/_/kassir
<fresheyeball> but the editor shows the project root as /home/isaac
<fresheyeball> hie simply will not find my project root for some reason
<gchristensen> edef: ping?
iqubic` has quit [Ping timeout: 264 seconds]
drakonis_ has joined #nixos
iqubic``` has joined #nixos
iqubic``` has quit [Remote host closed the connection]
alex`` has quit [Ping timeout: 245 seconds]
alex`` has joined #nixos
<{^_^}> [nix] @kyrias closed pull request #2317 → manual: installation: Add --daemon flag note → https://git.io/fNaVR
<infinisil> fresheyeball: Did you figure out how the vim lsp client finds the project root?
<teto> fresheyeball: my vim config is a mix of nix-based and sourcing $XDG_CONFIG_HOME/nvim/init.vim, I recommand to try coc.nvim. It doesn't really work the nix-way (yet) but you cacn configure it to use hie or pyls (etc)
<fresheyeball> infinisil: not yet, but I can make progress now I thing
<fresheyeball> think*
zupo has joined #nixos
<fresheyeball> infinisil: ok I got it to find the project root
<fresheyeball> and no change, wtf
<fresheyeball> same error
<fresheyeball> it can't find HTTP-4000
ixxie has joined #nixos
<infinisil> fresheyeball: You can now pass --vomit and -l
<wucke13> Has someone here used lxd on nixos in the past months?
Ariakenom has joined #nixos
<fresheyeball> infinisil: https://pastebin.com/Va8JRnmf
<otwieracz> Hey
lovesegfault has joined #nixos
<otwieracz> Am I capable to keep "development" nixpkgs somewhere on side, not to use them in real system configuration?
drewr has quit [Quit: ERC (IRC client for Emacs 26.3)]
<mdash> otwieracz: yes
<otwieracz> I mean, I expect that is possible as nix can be even installed single user.
<otwieracz> But I am asking about recommended workflow.
<mdash> otwieracz: it's fine
<otwieracz> Last time I have developed something few years ago I was using my own fork of nixpkgs system wide.
dansho has quit [Ping timeout: 265 seconds]
<otwieracz> I'd rather not go that way right now.
<mdash> you can just set $NIX_PATH when you want to use it.
<otwieracz> OK. And later I need to create module for my package. How can I, keeping whole system stable, use my module and package in it?
<otwieracz> I don't want to switch my whole system to my own fork (I don't even run `master` branch, just `stable` release)
<mdash> otwieracz: you can just import it
<Athas> Is there a convention for how to name a commit that adds another platform to an existing derivation?
<bgamari> gchristensen, should 19.09 just work on Packet hardware?
<gchristensen> bgamari: I believe so
drewr has joined #nixos
<mdash> otwieracz: why are you creating a new fork of nixpkgs? are you developing stuff you want to go upstream?
<gchristensen> bgamari: having trouble?
<bgamari> gchristensen, bonding interface doesn't come up
<gchristensen> :|
<gchristensen> cc arianvp
<arianvp> Yeh 19.09 isn't working on packet yet. There's an open issue for it
<arianvp> I honestly still not sure what it is. Its over my head
<bgamari> gchristensen, I suspect "bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
<bgamari> " has something to do with it
<{^_^}> [nixpkgs] @athas opened pull request #70260 → Do not test on the "host" target. → https://git.io/JecIa
<bgamari> arianvp, intriguingly I tried spinning up a t1 instance and tried upgrading it to release-19.09 and it seemed to come up without any trouble
aveltras has joined #nixos
<bgamari> there are some differences in /etc/nixos/packet
<bgamari> the bonding mode is different
<otwieracz> mdash: Yes.
<otwieracz> But I've got another question.
<gchristensen> bgamari: yeah, different host types have different bonds
<bgamari> ahh, alright
<otwieracz> Here https://nixos.org/nix/manual/#chap-writing-nix-expressions everything looks completely different from what I remember and how other packages in tree look like. Whole `builder` approach, and how stdenv is inherited: Example 14.3. Composing GNU Hello (all-packages.nix)
<arianvp> bgamari: that instance only has one network port. So no bonding
<bgamari> the "Hardware" pane of the instance claims "NIC2 x 1Gbps Bonded Ports"
<ar> maybe it's just "naive" rr-bonding, instead of 802.3ad?
<otwieracz> well..
<{^_^}> nix#2259 (by pushcx, 1 year ago, open): Manual's build example doesn't build
<gchristensen> ar: its mode 5, but one of the ports is administratively marked down at the switch
<gchristensen> iirc
<gchristensen> https://www.packet.com/cloud/servers/t1-small/ "a full 2.5Gbps network port"
* bgamari will try a c instance
<bgamari> arianvp, when you say ticket do you mean nixpkgs ticket?
<arianvp> Yep!
<{^_^}> #69360 (by arianvp, 1 week ago, open): Bonded network not working on Packet.net
<bgamari> arianvp, thanks!
doublex has joined #nixos
<exarkun> I get a hash mismatch in fixed-output derivation on macOS CI but not on local builds. Where should I look for the cause of the discrepency?
Okinan has joined #nixos
<exarkun> did I poison my local nix store somehow
selfsymmetric-pa has joined #nixos
<exarkun> how do I clean it up? can I `nix-store something`?
<exarkun> or is this explanation totally off base?
<infinisil> exarkun: what's your local system?
<exarkun> nixos
<exarkun> I have nix 2.2.2 while the macOS system has 2.3, fwiw
<infinisil> Then it might have to do with path canonization
<infinisil> Macos has has occasional differences with this before
<infinisil> I'd search nixpkgs issues for that
tilpner has quit [Ping timeout: 265 seconds]
tilpner_ has joined #nixos
<symphorien> Unicode normalization sometimes differs
<symphorien> On filenames
MichaelRaskin has joined #nixos
<exarkun> oh it's a cargoSha256 that mismatches
<infinisil> Ohh normalization, was thinking canonization didn't sound rigjr
<otwieracz> What I need to do to use PERL package generator?
<otwieracz> [otwieracz@pioneer:~/nixpkgs]$ maintainers/scripts/nix-generate-from-cpan.pl BackupPC::XS
<otwieracz> Can't locate CPANPLUS/Backend.pm in @INC (you may need to install the CPANPLUS::Backend module) (@INC contains: /nix/store/hbpv13fxgmqnbifhm9g27nx5dm9zqf7v-perl-5.28.1/lib/perl5/site_perl/5.28.1/x86_64-linux-thread-multi /nix/store/hbpv13fxgmqnbifhm9g27nx5dm9zqf7v-perl-5.28.1/lib/perl5/site_perl/5.28.1 /nix/store/hbpv13fxgmqnbifhm9g27nx5dm9zqf7v-perl-5.28.1/lib/perl5/5.28.1/x86_64-linux-thread-multi
<otwieracz> /nix/store/hbpv13fxgmqnbifhm9g27nx5dm9zqf7v-perl-5.28.1/lib/perl5/5.28.1) at maintainers/scripts/nix-generate-from-cpan.pl line 8.
<otwieracz> BEGIN failed--compilation aborted at maintainers/scripts/nix-generate-from-cpan.pl line 8.
domogled has quit [Quit: domogled]
<otwieracz> https://nixos.wiki/wiki/Perl no additional steps are listed there.
domogled has joined #nixos
ris has joined #nixos
<otwieracz> aaah I need to build drv
<otwieracz> ok
<otwieracz> Sorry!
gagbo has quit [Ping timeout: 240 seconds]
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/e0a544ccfc8 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
mexisme has joined #nixos
<{^_^}> [nixpkgs] @peti merged pull request #69194 → nixos/postgresql: switch default 9.6 -> 11 → https://git.io/Je3po
<{^_^}> [nixpkgs] @peti pushed 3 commits to master: https://git.io/JecLI
veske has joined #nixos
mexisme has quit [Ping timeout: 240 seconds]
acarrico has quit [Ping timeout: 240 seconds]
<fresheyeball> infinisil: did you get my pastebin?
<fresheyeball> the log fill with --vommit was not especially helpful
nexgen has joined #nixos
cjpbirkbeck has joined #nixos
sigmundv_ has quit [Ping timeout: 240 seconds]
boxscape has quit [Quit: Ping timeout (120 seconds)]
Neo-- has joined #nixos
boxscape has joined #nixos
<fresheyeball> infinisil: https://pastebin.com/MF9LctEk <- with --debug it shows more
bitmapphone has quit [Remote host closed the connection]
horner_ has quit [Quit: zzZzZzZzZZZzzz…]
<edef> gchristensen: pong
<{^_^}> [nixpkgs] @danieldk opened pull request #70262 → Update spaCy and spaCy models to 2.2.0 → https://git.io/JecLB
<gchristensen> edef: do you have an ipxecompatible
<gchristensen> nginx TLS config?
asymptotically has quit [Quit: Leaving]
shabius_ has joined #nixos
<infinisil> fresheyeball: Ah I think --vomit outputs to stderr
Jackneill has quit [Remote host closed the connection]
hmpffff has joined #nixos
<infinisil> Which I think would be the most useful for debugging
shabius_ has quit [Client Quit]
wildtrees has joined #nixos
shabius has quit [Ping timeout: 246 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
Ariakenom has quit [Read error: Connection reset by peer]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to staging: https://git.io/JecLo
<{^_^}> [nixpkgs] @vcunat merged pull request #68593 → nettle: 3.4.1 -> 3.5.1 → https://git.io/JecLK
shabius has joined #nixos
<edef> gchristensen: uhh, i think i used plaintext for testing
<edef> gchristensen: i can make you one in an hour or so?
<edef> gchristensen: i'm packaging some SNMP stuff right now
<edef> gchristensen: i'll skim the iPXE internals and figure out what the best it supports is, etc
hink_ornl has joined #nixos
o1lo01ol1o has quit [Ping timeout: 245 seconds]
veske has quit [Quit: This computer has gone to sleep]
<clever> edef: ive also done some stuff with ipxe and snmp
<gchristensen> edef: I think the best available is TLS_RSA_WITH_AES_256_CBC_SHA256 :/
floscr_ has joined #nixos
floscr has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/7035462ddef (from 8 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<{^_^}> [nixpkgs] @ttuegel opened pull request #70263 → NixOS 19.03: Patches for CVE-2019-14744 → https://git.io/JecLH
<{^_^}> [nixpkgs] @ttuegel opened pull request #70264 → Remove pykde4 → https://git.io/JecLd
shabius has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @Lassulus merged pull request #70204 → qubes-core-vchan-xen: init at 4.1.2 → https://git.io/JenHh
<{^_^}> [nixpkgs] @Lassulus pushed 2 commits to master: https://git.io/JecLF
<{^_^}> [nixpkgs] @Lassulus merged pull request #69997 → wavebox: 4.7.3 -> 4.11.3 → https://git.io/JeZbq
<{^_^}> [nixpkgs] @Lassulus pushed commit from @r-ryantm to staging « wavebox: 4.7.3 -> 4.11.3 »: https://git.io/JecLA
<arcnmx> hm, does the nix daemon have any interface that could be used to get info/progress about ongoing builds that were initiated from somewhere else? or like a dbus event interface or something?
hink_ornl has quit [Remote host closed the connection]
<exarkun> there's `nix-top` but it just scrapes ps, basically. dunno if there is anything better. if so maybe nix-top would have used it.
xkapastel has quit [Quit: Connection closed for inactivity]
<arcnmx> ah, hm, will look into that at least
<clever> arcnmx: ive typially done it by reading /proc and understanding what its fields mean
shabius has joined #nixos
<clever> first, check a ps tree, like `ps -eH x`
<clever> 58162 ? Ss 0:00 sshd: root@notty
<clever> 58171 ? SNsl 0:01 nix-store --serve --write
<clever> 58252 ? SNs 0:00 bash -e /nix/store/60vrvp21ws3y9v89wlddk38flj6fhkag-builder.sh
<clever> in this case, somebody ssh'd directly into root, ran `nix-store --serve --write`, and used the protocol to request a build
<clever> `cat /proc/58171/environ | xargs -0 -n1 echo | grep SSH`
<clever> arcnmx: this will then reveal what ip and port was used to connect to ssh
<clever> [root@hydra:~]# netstat -anp | grep 50258
<clever> ESTABLISHED 33456/ssh
<gchristensen> edef: if you're able to do that, that would be wonderful :) (but I thought you had one already, I didn't mean to ask you to make one :))
<clever> and if you check netstat on the other end, you can map that port back to a pid, then check the tree again
<clever> arcnmx: in my case, the parent of that ssh is hydra-queue-runner
xkapastel has joined #nixos
<arcnmx> hmm o:
<clever> arcnmx: but another common situation, is that youll run into a `nix-daemon 29850` process, that is a worker process
<clever> clever 29850 0.4 0.1 521368 62476 pts/10 Sl+ 15:56 0:00 nix repl
<clever> which contains the pid of whatever controls it
<clever> if the build slave is using non-root, youll find a link like that there
<clever> and if the machine causing the build is multi-user, and a non-root user triggered the build, youll find a similar link there too
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos
mmlb has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/44e14e94940 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @ttuegel pushed 3 commits to release-19.03: https://git.io/JectL
<{^_^}> [nixpkgs] @ttuegel merged pull request #70263 → NixOS 19.03: Patches for CVE-2019-14744 → https://git.io/JecLH
kleisli has joined #nixos
NoctisLabs has joined #nixos
kleisli has quit [Client Quit]
kleisli has joined #nixos
alex`` has quit [Ping timeout: 245 seconds]
srhb has quit [Quit: ZNC 1.7.4 - https://znc.in]
srhb has joined #nixos
alex`` has joined #nixos
alex`` has quit [Client Quit]
alex`` has joined #nixos
Ariakenom has joined #nixos
doublex has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @nyanloutre opened pull request #70265 → ledger-live-desktop: add smaller desktop icon → https://git.io/Jecta
mexisme has joined #nixos
doublex has joined #nixos
<{^_^}> [nixpkgs] @delroth opened pull request #70266 → wpa_supplicant: apply patch for CVE-2019-16275 → https://git.io/Jecto
<{^_^}> [nixpkgs] @delroth opened pull request #70267 → wpa_supplicant: apply patch for CVE-2019-16275 [19.09] → https://git.io/JectK
<{^_^}> [nixpkgs] @delroth opened pull request #70268 → wpa_supplicant: apply patch for CVE-2019-16275 [19.03] → https://git.io/Ject6
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/8cd5aa8a823 (from 88 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/a1ccf5ff6ab (from 30 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
jmeredith has quit [Quit: Connection closed for inactivity]
Tucky has quit [Quit: WeeChat 2.6]
psyanticy has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @bgamari closed pull request #69325 → gitlab: 12.1.6 -> 12.3.0 → https://git.io/JesS8
<{^_^}> [nixpkgs] @Lassulus merged pull request #70146 → vcv-rack: 1.1.4 -> 1.1.5 → https://git.io/Jenz5
floscr_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @Lassulus pushed commit from @nathyong to master « vcv-rack: 1.1.4 -> 1.1.5 »: https://git.io/Ject9
floscr has joined #nixos
floscr has quit [Read error: Connection reset by peer]
floscr has joined #nixos
Lears has joined #nixos
[Leary] has quit [Read error: No route to host]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @delroth opened pull request #70269 → qemu: apply patch for CVE-2019-13164 [19.09] → https://git.io/Ject7
fenedor is now known as fendor
aveltras has quit [Quit: Connection closed for inactivity]
[Leary] has joined #nixos
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @matthewbauer merged pull request #70265 → ledger-live-desktop: add smaller desktop icon → https://git.io/Jecta
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/JectN
Lears has quit [Read error: No route to host]
kongobongo has joined #nixos
<kongobongo> Is ARM (unofficially) supported? Images on https://www.cs.helsinki.fi/u/tmtynkky/nixos-arm/installer/ looks old.
<simpson> kongobongo: ARM is supported in the abstract. However, since ARM chips usually come as part of a packaged board, and support usually tends to be board-by-board, it can be hit-or-miss. #nixos-aarch64 is a dedicated channel for this stuff.
<kongobongo> it's an old iMX6 so there should be no issues with blobs. I will switch to the linked channel.
wfranzini has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Lassulus merged pull request #69216 → quake3e: init at 2019-09-09 → https://git.io/JesU2
<{^_^}> [nixpkgs] @Lassulus pushed commit from @pmiddend to master « quake3e: init at 2019-09-09 »: https://git.io/Jecqt
<{^_^}> [nixpkgs] @Ma27 merged pull request #69995 → xterm: 348 -> 349 → https://git.io/JeZFw
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Jecqq
Chiliparrot has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed commit from @r-ryantm to release-19.09 « xterm: 348 -> 349 »: https://git.io/JecqG
<{^_^}> [nixpkgs] @delroth opened pull request #70271 → gnupatch: rename patch files to match their CVE ids → https://git.io/Jecqn
<{^_^}> [nixpkgs] @delroth opened pull request #70272 → gnupatch: rename patch files to match their CVE ids [19.09] → https://git.io/Jecqc
<pie_> so
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
<pie_> id like to report that limiting the ram usage of firefox with cgroups works pretty well
<pie_> i just crash my tabs a lot
<pie_> i dont have the links on hand but i used the toolset that has cgexec to set up a cgroup and run firefox
<{^_^}> [nixpkgs] @delroth opened pull request #70273 → gnupatch: rename patch files to match their CVE ids [19.03] → https://git.io/JecqE
aw has joined #nixos
<pie_> i dont know much about using cgroups so i dont know i if i set up anything badly, but it does work
spacefrogg has joined #nixos
<{^_^}> [nix] @edolstra pushed to flakes « Fix aborts when using builtins.getFlake »: https://git.io/Jecq2
jgeerds has joined #nixos
infinisil has quit [Quit: Configuring ZNC, sorry for the joins/quits!]
alex`` has quit [Quit: WeeChat 2.6]
infinisil has joined #nixos
<{^_^}> [nixpkgs] @peti merged pull request #70192 → haskell: Speed up cross callHackage by using native source → https://git.io/JenDS
<{^_^}> [nixpkgs] @peti pushed 2 commits to master: https://git.io/Jecqr
<{^_^}> [nixpkgs] @peti pushed 17 commits to haskell-updates: https://git.io/Jecqo
kongobongo has left #nixos [#nixos]
<{^_^}> [nixpkgs] @delroth opened pull request #70274 → lua5_1: rename patch file to match its CVE id → https://git.io/JecqM
<{^_^}> [nixpkgs] @delroth opened pull request #70275 → lua5_1: rename patch file to match its CVE id [19.09] → https://git.io/JecqD
<{^_^}> [nixpkgs] @gnidorah opened pull request #70276 → nixos/theming: init → https://git.io/Jecqy
Neo-- has quit [Ping timeout: 245 seconds]
justanotheruser has quit [Ping timeout: 240 seconds]
knupfer has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #70197 → catfish: 1.4.7 -> 1.4.10 → https://git.io/JenSR
<{^_^}> [nixpkgs] @Lassulus pushed commit from @romildo to master « catfish: 1.4.7 -> 1.4.10 »: https://git.io/Jecq5
Ilya_G has joined #nixos
<Ilya_G> hi. where can I find a config file for rsyslog?
<Ilya_G> I added it to the image as a service but now I can not locate it
<infinisil> Ilya_G: `systemctl cat syslog`
<infinisil> Then look at ExecStart
<infinisil> There you should see a /nix/store/...-syslog.conf path
<{^_^}> [nixpkgs] @Infinisil merged pull request #69186 → do-agent: init at 3.5.6 → https://git.io/Je3AA
<{^_^}> [nixpkgs] @Infinisil pushed 10 commits to master: https://git.io/Jecme
<Ilya_G> infinisil : thank you for this command. I was looking for it in a completely different way and kept loozing :)
o1lo01ol1o has quit [Remote host closed the connection]
stampe has joined #nixos
cjpbirkbeck has quit [Quit: Quitting now.]
stampe has quit [Client Quit]
stampe has joined #nixos
o1lo01ol1o has joined #nixos
wfranzini1 has joined #nixos
stampe has quit [Client Quit]
wfranzini has quit [Ping timeout: 245 seconds]
wfranzini1 is now known as wfranzini
<infinisil> :)
justanotheruser has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/a1ccf5ff6ab (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
qqlq has quit [Quit: ZNC 1.7.4 - https://znc.in]
<{^_^}> [nixpkgs] @delroth opened pull request #70277 → libtiff: patch for CVE-2019-6128, CVE-2019-14973 → https://git.io/Jecmc
<{^_^}> [nixpkgs] @delroth opened pull request #70278 → libtiff: patch for CVE-2019-6128, CVE-2019-14973 [19.03] → https://git.io/JecmC
<{^_^}> [nixpkgs] @delroth opened pull request #70279 → libtiff: patch for CVE-2019-6128, CVE-2019-14973 [19.09] → https://git.io/Jecml
<{^_^}> [nixpkgs] @Lassulus merged pull request #70056 → gitkraken: 6.2.0 -> 6.2.1 → https://git.io/Jen36
<{^_^}> [nixpkgs] @Lassulus pushed commit from @evanjs to master « gitkraken: 6.2.0 -> 6.2.1 »: https://git.io/Jecm4
<tyrion-mx> Hello, I added nerdfonts to my fonts.fonts section in configuration.nix, but it gets stuck on curl https://pastebin.com/P7JybK5g . I am not sure if it is doing anything because nothing is moving
<tyrion-mx> can anyone install nerdfonts from nixos-unstable?
<ivan> tyrion-mx: I think curl is just being deceptive, it's probably still downloading, check dstat/nethogs
civodul has quit [Remote host closed the connection]
civodul has joined #nixos
<tyrion-mx> umh, ok! I suspected that, I will let it run for a bit. Maybe nerdfonts is pretty big
<{^_^}> [nixpkgs] @cko opened pull request #70280 → spark: 2.4.3 -> 2.4.4; remove 1.6.3 (EOL); clean up → https://git.io/JecmV
<tilpner_> tyrion-mx: Noto alone is 900MB
<infinisil> nerd fonts is huge
<infinisil> I think it's the biggest thing in my system closure
<tilpner_> And then there are 44 other fonts
<infinisil> Nerd fonts is 1.8GB for me :/
jb551 is now known as jb55
<infinisil> I need to get rid of this
<{^_^}> [nixpkgs] @volth closed pull request #66458 → buildPerlPackage: deduplicate -I paths in shebangs → https://git.io/fj7SG
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @Lassulus merged pull request #70168 → cawbird: init at 1.0.1, replace corebird → https://git.io/Jenio
<{^_^}> [nixpkgs] @Lassulus pushed 3 commits to master: https://git.io/Jecm6
<tyrion-mx> I only need fira code patched facepalm
cinimod` has quit [Ping timeout: 265 seconds]
shibboleth has joined #nixos
<tyrion-mx> Thanks!
Ilya_G has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Infinisil merged pull request #69746 → lib.mkRemovedOptionModule: Show replacement for option usage too → https://git.io/JeZED
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JecmS
waleee-cl has quit [Quit: Connection closed for inactivity]
drakonis_ has quit [Ping timeout: 240 seconds]
fendor has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @Infinisil pushed to release-19.09 « lib.mkRemovedOptionModule: Show replacement for option usage too »: https://git.io/JecmH
<{^_^}> [nixpkgs] @Infinisil merged pull request #69868 → nixos/nix-daemon: Prevent network warning when checking config → https://git.io/JeZ6x
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/Jecm5
<{^_^}> [nixpkgs] @Lassulus merged pull request #70163 → micronaut 1.2.1 -> 1.2.3 → https://git.io/JenKl
<{^_^}> [nixpkgs] @Lassulus pushed commit from @moaxcp to master « micronaut 1.2.1 -> 1.2.3 »: https://git.io/JecmF
<{^_^}> [nixpkgs] @pstn opened pull request #70281 → rssguard: Add wrapQtAppsHook to run app in all environments. → https://git.io/Jecmp
<tyrion-mx> probably the thing I like the most about Nix is that I can Ctrl+C without worries of making a mess in my system :D
<arcnmx> hm a question about _module.args... I'm finding it seems to eagerly evaluate everything (_module.args.a = throw "aaa" throws even if a is never used anywhere), are there any ways to work around this so that it... doesn't?
<selfsymmetric-pa> What is nerd fonts good for?
knupfer has quit [Quit: knupfer]
<selfsymmetric-pa> I install `font-awesome-ttf` for icons in Firefox, `google-fonts` since I like some of them, and `sarasa-gothic` for CJK support in my editor.
knupfer has joined #nixos
<selfsymmetric-pa> Does `nerdfonts` make font-awesome better somehow?
<tyrion-mx> selfsymmetric-pa: https://github.com/ryanoasis/vim-devicons I use it for this
zupo has joined #nixos
<arcnmx> basically: https://gist.github.com/arcnmx/45628603cccd53669901dc8bbd42b810 can this be made to work somehow?
otulp has quit [Remote host closed the connection]
zupo has quit [Remote host closed the connection]
zupo has joined #nixos
<infinisil> arcnmx: I'll take a look..
<arcnmx> https://github.com/NixOS/nixpkgs/blob/master/lib/modules.nix#L146-L157 seems to be relevant but I'm not sure whether it's saying that this should actually be working?
l33 has joined #nixos
<infinisil> arcnmx: Can't reproduce
<{^_^}> [nixpkgs] @moaxcp opened pull request #70282 → spring-boot: init at 2.1.8 → https://git.io/JecYm
otulp has joined #nixos
<infinisil> arcnmx: Evaluating https://paste.infinisil.com/FfLxtWSPik.nix with -A config.foo doesn't throw an error
<infinisil> (I hope it does for you, because then we can bisect our nixpkgs versions :))
<arcnmx> infinisil: how about the gist I linked? the issue seems to be that it evaluates all args if you use any one of them, though won't if none are used
<arcnmx> I think?
<infinisil> Ah
zupo has quit [Read error: Connection reset by peer]
<infinisil> arcnmx: Yeah this fails for me now: https://paste.infinisil.com/64g5iQqr4E.nix
waleee-cl has joined #nixos
<arcnmx> yeah, that's basically what I'm seeing
ixxie has quit [Ping timeout: 240 seconds]
__monty__ has quit [Quit: leaving]
<{^_^}> [nixpkgs] @delroth opened pull request #70283 → gst-plugins-base: apply patch for CVE-2019-9928 → https://git.io/JecYW
<infinisil> Oh!
<{^_^}> [nixpkgs] @delroth opened pull request #70284 → gst-plugins-base: apply patch for CVE-2019-9928 [19.09] → https://git.io/JecYl
coco has joined #nixos
cinimod` has joined #nixos
<{^_^}> [nixpkgs] @delroth opened pull request #70285 → gst-plugins-base,gst_all_1.gst-plugins-base: apply patch for CVE-2019-9928 [19.03] → https://git.io/JecY0
domogled has quit [Ping timeout: 265 seconds]
<infinisil> arcnmx: Okay that's amazing
<infinisil> This issue is the same problem I encountered just a couple days ago for something completely different
<arcnmx> hm? o:
<arcnmx> oh hah
<infinisil> It has to do with `_module.args` being declared as attrsOf
<infinisil> Short explanation: _module.args is strict in not only keys but values too
<infinisil> Changing it to lazyAttrsOf from #70138 (which I've adapted from #57123) fixes it
<{^_^}> https://github.com/NixOS/nixpkgs/pull/70138 (by Infinisil, 2 days ago, open): lib/types: Introduce lazyAttrsOf
<{^_^}> https://github.com/NixOS/nixpkgs/pull/57123 (by oxij, 29 weeks ago, open): Typed `nixpkgs.config` married to NixOS
<arcnmx> Oh neat, hm o:
<{^_^}> [nixpkgs] @mmilata opened pull request #70286 → libpng12: 1.2.57 -> 1.2.59 → https://git.io/JecYw
floscr has quit [Read error: No route to host]
floscr has joined #nixos
<arcnmx> I guess I'm wondering if there's some possible way to wrap a value in such a way that it doesn't get evaluated but still can be passed to the module? like a { type = "_barrier"; content = throw "aaa"; } sort of thing maybe?
kleisli has quit [Ping timeout: 276 seconds]
<infinisil> Yeah I thought about this too
<infinisil> Would be possible
<infinisil> By adjusting the module system to handle this
<arcnmx> oh as it turns out, yeah, { _type = ""; content = throw "AAA"; } does indeed work
<{^_^}> [nixpkgs] @schmittlauch opened pull request #70287 → [backport] corebird: drop discontinued package and replace with cawbird → https://git.io/JecYP
<infinisil> arcnmx: But then it would evaluate to the wrong thing no?
<arcnmx> wait no I'm silly it doesn't :(
<arcnmx> yeah that
horner has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #69978 → unrar: 5.7.5 -> 5.8.1 → https://git.io/JeZ5a
<{^_^}> [nixpkgs] @Lassulus pushed commit from @r-ryantm to master « unrar: 5.7.5 -> 5.8.1 »: https://git.io/JecYM
<{^_^}> [nixpkgs] @ttuegel opened pull request #70288 → NixOS 19.03: Fix kdelibs and kconfig patch names for vulnix → https://git.io/JecYy
mexisme has quit [Ping timeout: 246 seconds]
<elvishjerricco> Does anyone actually use `nesting.children`? What for?
<infinisil> arcnmx: What's your usecase for this btw?
leo_ has joined #nixos
<elvishjerricco> `nesting.clones` I understand. But children just doesn't seem useful
<leo_> How do I pass my private key to nixops?
<leo_> My first time using it (first deploy) ... I'm having a hard time finding it in the docs.
<{^_^}> #45345 (by vmandela, 1 year ago, merged): nixos/install-grub: include child configs in grub menu
wfranzini has quit [Ping timeout: 268 seconds]
cinimod` has quit [Ping timeout: 245 seconds]
<infinisil> (see motivation section)
<l33> leo... what are you deploying to?
<leo_> l33: none
<l33> ?
<leo_> ssh I'd just do `ssh -i mykey`
hoppfull has joined #nixos
<leo_> What about nixops?
<leo_> l33: `targetEnv = "none";`
<arcnmx> infinisil: my issue is specifically that args.pkgs is being evaluated when I try to access unrelated properties in submodules
<leo_> i.e localhost, a NixOS machine
<elvishjerricco> infinisil: Sure, but changing between configs that are only slightly different is a job for `nesting.clones`, not `nesting.children`
<infinisil> arcnmx: Hm but why do you have an arg that errors?
<hoppfull> I don't understand this. I ran nix-shell '<nixpkgs>' -A nodejs-11_x and were put into a new context but commands npm and node doesn't exist. Did I miss something?
<leo_> AAAAH
<hoppfull> Did I missunderstand how nix-shell works?
<infinisil> elvishjerricco: Hm yeah. I can imagine it being useful if 2 people want to share a machine
coco has quit [Quit: WeeChat 2.6]
<samueldr> hoppfull: with nix-shell, -A is used to get a build environment for the attribute given; try with -p instead
Jackneill has joined #nixos
<leo_> SSH_ARGS
<leo_> Ok.
<hoppfull> samueldr: thanks!
<samueldr> (and no '<nixpkgs>')
<hoppfull> samueldr: ok
<arcnmx> infinisil: Oh I don't, I just used that as a simple test case. What's actually happening is each submodule's pkgs uses a different pinned version of nixpkgs and it basically triggers a bunch of unnecessary nixexpr tarball downloads.
<infinisil> arcnmx: Ohh I see, neat, that's a great example for why lazyAttrsOf is justified
selfsymmetric-pa has quit [Remote host closed the connection]
<leo_> l33: know how?
<arcnmx> infinisil: mm it certainly would help here! heh
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/482ba41d6ec (from 52 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
knupfer has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @delroth opened pull request #70289 → glibc: patch CVE-2018-11236, CVE-2018-11237 → https://git.io/JecOe
<{^_^}> [nixpkgs] @delroth opened pull request #70290 → glibc: patch CVE-2018-11236, CVE-2018-11237 [19.09] → https://git.io/JecOv
<{^_^}> [nixpkgs] @delroth opened pull request #70291 → glibc: patch CVE-2018-11236, CVE-2018-11237 [19.03] → https://git.io/JecOf
<hoppfull> the packages you have access to with nix-shell seems to be different from what exist in here: https://nixos.org/nixos/packages.html?channel=nixos-19.03
__red__ has quit [Quit: leaving]
<leo_> Hm. .ssh/config works
<hoppfull> I can't seem to run nix-shell with packages from nixos-unstable but I can install them in configuration.nix
<clever> hoppfull: what did you try to change the nixpkgs?
<{^_^}> [nixpkgs] @jtojnar pushed 45 commits to gnome-3.34: https://git.io/JecOI
<hoppfull> clever: No. I checked the manual for nix-shell and couldn't any information on defining package sets
leo_ has left #nixos [#nixos]
<clever> hoppfull: nix-shell -I nixpkgs=/path/to/nixpkgs
drakonis_ has joined #nixos
<hoppfull> that command isn't even defined in the manual
<clever> hoppfull: every nix command accepts a -I flag
<hoppfull> ok
<hoppfull> clever: thanks
<{^_^}> [nixpkgs] @utdemir opened pull request #70292 → Remove obsolete patch for Hedgehog on ghc-8.8.1 → https://git.io/JecOm
<clever> hoppfull: -I appears numerous times in the nix manual
<l33> if i build a vm (local) with nixos-rebuild -I nixos-config=./vm.nix build-vm , when i enter the VM , then /etc/nixos/ is empty? is this normal?
<clever> l33: yes
<infinisil> arcnmx: Alright I added a commit to #70138 for that
<{^_^}> https://github.com/NixOS/nixpkgs/pull/70138 (by Infinisil, 2 days ago, open): lib/types: Introduce lazyAttrsOf
kleisli has joined #nixos
<arcnmx> nice, thanks!
<hoppfull> clever: I see it now, thanks
<{^_^}> [nixpkgs] @jonringer pushed to staging « pythonPackages.sqlalchemy: 1.3.6 -> 1.3.8 »: https://git.io/JecOO
<{^_^}> [nixpkgs] @jonringer merged pull request #70224 → pythonPackages.sqlalchemy: 1.3.6 -> 1.3.8 → https://git.io/JenNN
<hoppfull> is nixos-unstable a so called "channel"?
Jackneill has quit [Remote host closed the connection]
<l33> clever...an explanation? ?
<l33> ;-)
<clever> l33: the vm doesnt need those files to boot
sigmundv_ has joined #nixos
nexgen has quit [Quit: Leaving]
<infinisil> arcnmx: Okay I feel like it should be possible to get this working without any hacks
<l33> ah i see.
<infinisil> Wait maybe not
<{^_^}> [nixpkgs] @Lassulus merged pull request #67517 → git-up: 1.4.2 -> 1.6.1 → https://git.io/fjAVI
<{^_^}> [nixpkgs] @Lassulus pushed commit from @jonringer to master « git-up: 1.4.2 -> 1.6.1 »: https://git.io/JecOZ
fusion809 has joined #nixos
<arcnmx> hm o:
<{^_^}> [nixpkgs] @Lassulus merged pull request #69207 → rocksdb: 6.2.2 -> 6.2.4 → https://git.io/Jesek
<{^_^}> [nixpkgs] @Lassulus pushed commit from mb to master « rocksdb: 6.2.2 -> 6.2.4 »: https://git.io/JecOc
hoppfull has quit [Remote host closed the connection]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/482ba41d6ec (from 72 minutes ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
gagbo has joined #nixos
<elvishjerricco> Went to reboot. Display went to sleep. Machine never rebooted. Uh oh
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
mexisme has joined #nixos
kleisli has quit [Ping timeout: 265 seconds]
mexisme has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #68608 → Gnome 3.34 → https://git.io/JecOr
<{^_^}> [nixpkgs] @jtojnar pushed 198 commits to master: https://git.io/JecOo
<{^_^}> [nixpkgs] @jtojnar pushed 0 commits to gnome-3.34: https://git.io/JecOK
<{^_^}> [nixpkgs] @schmittlauch opened pull request #70293 → corebird: move deprecation warning to aliases and release notes → https://git.io/JecO1
Ariakenom has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @romildo merged pull request #70051 → matcha: 2019-09-23 -> 2019-09-30 → https://git.io/Jenmq
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JecO7
<{^_^}> [nixpkgs] @Infinisil closed pull request #57975 → Redshift add early startup option, rewrite to use toINI and add more options → https://git.io/fjfuM
<elvishjerricco> Now it's happening almost every time I reboot. Wtf
mexisme has joined #nixos
<elvishjerricco> Looked at `journalctl -b -1`, and found all the expected messages about shutting down services and whatnot, then `kernel: BUG: unable to handle page fault for address: ffffb7b5809a5002`
<clever> elvishjerricco: any backtrace?
<elvishjerricco> nope
jgeerds has quit [Ping timeout: 245 seconds]
<infinisil> elvishjerricco: That's why it's a bad idea to never reboot the machine :P
Soo_Slow has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
* elvishjerricco disables plymouth, reboots, and sees the plymouth screen
<elvishjerricco> wut
<clever> elvishjerricco: is /boot correctly mounted when you rebuild?
jkachmar has quit [Quit: Connection closed for inactivity]
<elvishjerricco> Yup
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<clever> elvishjerricco: efi or legacy?
<elvishjerricco> efi
mbrgm_ has joined #nixos
<clever> elvishjerricco: what args did you give to nixos-rebuild?
<clever> elvishjerricco: systemd-boot or grub?
<elvishjerricco> I rebuilt and the activation output indicated changes were made, so I guess the rebuild didn't take last time or something
<elvishjerricco> grub
<elvishjerricco> nixops with targetHost = "localhost", not nixos-rebuild
mbrgm has quit [Ping timeout: 245 seconds]
mbrgm_ is now known as mbrgm
<clever> elvishjerricco: should still work in that case
shibboleth has quit [Quit: shibboleth]
<clever> elvishjerricco: compare /run/current-system before and after you reboot, any differences?
hmpffff has quit [Quit: nchrrrr…]
o1lo01ol1o has quit [Ping timeout: 240 seconds]
hmpffff has joined #nixos
<elvishjerricco> clever: I think I made a dumb
hmpffff has quit [Client Quit]
<clever> elvishjerricco: ?
<elvishjerricco> I was using `--force-reboot` to get it to just `switch-to-configuration boot` and immediately reboot.
<elvishjerricco> I think this made problems :P
<clever> ah
<elvishjerricco> From now on I'll use `&& reboot` lol
<clever> to the source!
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70293 → corebird: move deprecation warning to aliases and release notes → https://git.io/JecO1
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/Jec3k
<clever> elvishjerricco: i would expect that to still work...
<elvishjerricco> So would I
<clever> elvishjerricco: but the nixops will get killed at this point
<elvishjerricco> Right. So where is that called, and does it do anything important afterwards?
<elvishjerricco> Ok the hanging reboot thing just happened again. So that wasn't caused by --force-reboot. Though I still bet --force-reboot had something to do with my rebuild not taking that one time
andreabedini has quit [Ping timeout: 276 seconds]
<elvishjerricco> The hanging reboot only occurs sometimes though, so that's really confusing
andreabedini has joined #nixos
<clever> could be hanging for other reasons
<elvishjerricco> There's nothing to be other than. I have no idea what's causing it :P
reallymemorable has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to release-19.09: https://git.io/Jec3G
<{^_^}> [nixpkgs] @worldofpeace closed pull request #70287 → [backport] corebird: drop discontinued package and replace with cawbird → https://git.io/JecYP
hoppfull has joined #nixos
<elvishjerricco> Hmm the hangs always seem to come after some zfs stuff in journalctl
<hoppfull> I just ran nix-channel --update and got a "Segmentation fault". That basically means shut everything down and reboot right because anything could happen, right?
<{^_^}> [nixpkgs] @Infinisil pushed to release-19.09 « nixos/nix-daemon: Prevent network warning when checking config »: https://git.io/Jec3l
<hoppfull> never mind, I'm rebooting this
<ivan> hoppfull: ulimit -s unlimited
<ivan> or check journalctl -b for a cause
<hoppfull> I don't understand how you can get a damn segmentation fault in 2019.
<elvishjerricco> There's always `Started Sync ZFS pool "unimportant-pool"`, then something about usbuxd.service, then it varies from reboot to reboot. This time, I got the `kernel: BUG` message again, but a lot of call trace output afterwards (maybe one for each core?), and then more ZFS messaging
<hoppfull> thanks for everything
hoppfull has quit [Remote host closed the connection]
<clever> elvishjerricco: systemd-analyze plot
<clever> elvishjerricco: look at the image that generates
<elvishjerricco> clever: What am I looking for?
<clever> elvishjerricco: it can show how long everything takes, and what it waited for
<elvishjerricco> clever: That's for the current boot though, right? My issue is that rebooting causes the system to hang during the shutdown part
<clever> hmmm yeah, dont think it can graph shutdown
l33 has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @worldofpeace pushed to master « cawbird: fix build with vala 0.46 »: https://git.io/Jec3V
orivej has quit [Ping timeout: 265 seconds]
horner has quit [Remote host closed the connection]
waleee-cl has quit [Quit: Connection closed for inactivity]
horner has joined #nixos
jluttine has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @jtojnar pushed 721 commits to staging-next: https://git.io/Jec3A
<{^_^}> [nixpkgs] @jtojnar pushed 724 commits to staging: https://git.io/Jec3p
selfsymmetric-mu has quit [Remote host closed the connection]
cinimod` has joined #nixos
andreas303 has quit [Remote host closed the connection]