cbarrett has quit [Read error: Connection reset by peer]
<srhb>
Shea Levy's post could basically be imported into the nix manual verbatim...
init_6 has joined #nixos-dev
goibhniu has joined #nixos-dev
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
<timokau[m]>
I accidentally merged a PR into release-18.03 that should've gone to master. What is the best way to fix it? Just revert the commit on release and cherry-pick it to master?
<{^_^}>
#38698 (by thoughtpolice, 18 weeks ago, open): Overhaul PostgreSQL packaging, native extensions, and NixOS support
<infinisil>
thoughtpolice: yeah i saw one too in another pr, probably something broken in master at some point (as ofborg does the checks on the merge commit)
Drakonis has quit [Remote host closed the connection]
orivej has quit [Quit: No Ping reply in 180 seconds.]
orivej has joined #nixos-dev
<simpson>
Hey, how do I get something to build on Darwin? I got an error about "x86_64-apple-darwin" not being supported, tried adding it to platforms but it didn't work.
pie_ has quit [Ping timeout: 244 seconds]
<simpson>
Tried just removing `platforms` altogether. Works for now. This package (PyPy) might do better to set `badPlatforms`.
<simpson>
Oho, db doesn't build on Darwin? That's surprising.
<LnL>
NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/1d4de0d552ae9aa66a5b8dee5fb0650a4372d148.tar.gz nix-build '<nixpkgs>' -A db --option restrict-eval true
* simpson
waiting for build
<LnL>
that should be substituting tho
<simpson>
Sorry, coworker is needing help. It did substitute from cache.
<simpson>
ph2945...
<simpson>
LnL: Aha, something in the PyPy derivation route must use a custom db.
<simpson>
Huh, okay, so `pypy` and `pypy.override { db = pkgs.db; }` are not the same.
<andi->
I did just run the rebuild-amount.sh against a change to libxml2. It rebuilds 2x the amount of packages on darwin compared to x86_64? How does that make sense? Is it that important on darwin? (doubt it somehow)
<LnL>
I have no clue why it needs that, have not investigated
<LnL>
but I did get rid of a bunch of extra stuff cmake/python pull in by default, those are build time only so we really don't care as long as it still builds
Drakonis has quit [Remote host closed the connection]
init_6 has joined #nixos-dev
<jtojnar>
could somene trigger a rebuild of packages-unstable.json.gz?
<jtojnar>
samueldr said it should be fixed the next time channel updates (which was 2 days ago) but the file is still out of date
<samueldr>
(checking if it should work)
<samueldr>
makefile as is currently should work, that's at least this
<samueldr>
for the record, here's how (AFAIK) the website updates