gchristensen changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | 18.09 release managers: vcunat and samueldr | https://logs.nix.samueldr.com/nixos-dev
<infinisil> Um, how long does an `nix-instantiate '<nixpkgs/nixos/release-combined.nix>' -A tested` take?
<infinisil> Ah there we go, took about 4 minutes
azaiel has quit [Quit: Leaving.]
azaiel has joined #nixos-dev
globin has quit [Ping timeout: 264 seconds]
srk has quit [Ping timeout: 268 seconds]
orivej has quit [Remote host closed the connection]
srk has joined #nixos-dev
orivej has joined #nixos-dev
phreedom has joined #nixos-dev
phreedom_ has quit [Ping timeout: 256 seconds]
rsa has quit [Ping timeout: 252 seconds]
orivej has quit [Ping timeout: 240 seconds]
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos-dev
lassulus_ has joined #nixos-dev
jtojnar has quit [Read error: Connection reset by peer]
lassulus has quit [Ping timeout: 272 seconds]
lassulus_ is now known as lassulus
jtojnar has joined #nixos-dev
<samueldr> hmmm, it would be interesting to have the power to grep through all failed logs from an eval; there is a similar issue I'm fixing across random packages, would reduce context switching to only fix those
<samueldr> (from qt5.10 -> qt5.11 upgrade)
{^_^} has quit [Ping timeout: 260 seconds]
{^_^} has joined #nixos-dev
vdemeester has quit [Ping timeout: 260 seconds]
vdemeester has joined #nixos-dev
simpson has quit [Ping timeout: 260 seconds]
<gchristensen> a VERY WIP thing: https://docbook.rocks/
<samueldr> there's no rocks there
<gchristensen> lol
<gchristensen> good night :)
<{^_^}> Night!
sir_guy_carleton has joined #nixos-dev
hiberno has quit [Ping timeout: 240 seconds]
Cale has joined #nixos-dev
hiberno has joined #nixos-dev
simpson has joined #nixos-dev
drakonis_ has joined #nixos-dev
azaiel has quit [Quit: Leaving.]
azaiel has joined #nixos-dev
sir_guy_carleton has quit [Quit: WeeChat 2.0]
drakonis_ has quit [Remote host closed the connection]
<infinisil> gchristensen: Heh nice
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #nixos-dev
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
goibhniu has joined #nixos-dev
orivej has quit [Ping timeout: 245 seconds]
<domenkozar> hey
<srhb> domenkozar: LGTM!
<domenkozar> tnx!
<clever> domenkozar: did you see my recent idea about using `nix copy` to deploy to a machine booted into the install media?
<clever> i have tested it, and i can copy into the /mnt/ of a remote machine, and then its just a matter of getting the bootloader installed with `switch-to-configuration boot` under nixos-enter
<grw> domenkozar: the title contains "NixOS 18.09 beta" but there doesnt appear to be a corresponding news item
<domenkozar> yeah :(
<domenkozar> too late :(
__Sander__ has joined #nixos-dev
<LnL> domenkozar: oh I forgot to post, but with the 2.1 release nix/nixpkgs now supports macOS 10.14
<domenkozar> ah :)
<srhb> Next week!
<domenkozar> hehe
<LnL> yeah, that's fine didn't want to post it until we had a new nix release
<domenkozar> :)
<clever> `nix repl` is getting harder and harder to use lately
<clever> the line editing is seriously broken, and clears the line entirely after half a second
phreedom_ has joined #nixos-dev
phreedom has quit [Ping timeout: 256 seconds]
<makefu> i have the same issue, i suspected my own setup to produce this issue
<clever> and the loss of nix-repl makes it harder to work around
<clever> [clever@system76:~/iohk/daedalus]$ nix show-derivation $(nix-instantiate '<nixpkgs>' -A hello)
<clever> error: '/nix/store/4g55z0clwjy77ahy542m2k8vsm7gfb0f-hello-2.10.drv' does not have a known deriver
<clever> makefu: has show-derivation stopped working for you as well?
<clever> [clever@system76:~/iohk/daedalus]$ /nix/var/nix/profiles/system-100-link/sw/bin/nix show-derivation /nix/store/4g55z0clwjy77ahy542m2k8vsm7gfb0f-hello-2.10.drv
<clever> this version can pretty-print it, but current just fails hard
aszlig has quit [Ping timeout: 272 seconds]
<srhb> makefu: I think it's only a problem on Nix 2.1.x
aszlig has joined #nixos-dev
<gchristensen> jeeze
<gchristensen> clever: are there open bugs for these things?
<clever> gchristensen: ive not seen one yet
<gchristensen> can you please open one? :)
<{^_^}> nix#2402 (by cleverca22, 8 seconds ago, open): nix show-derivation broken
orivej has joined #nixos-dev
<{^_^}> nix#2403 (by cleverca22, 15 seconds ago, open): nix repl line-editing clears the entire line
<gchristensen> niksnut, shlevy ^ these seem like some pretty critical bugs in 2.1.0
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
<LnL> the line clearing was fixed, no?
<niksnut> there is also a PR to replace linenoise by editline
<clever> LnL: didnt test on master, and didnt see an existing issue
<LnL> the fix I'm thinking of should be in 2.1
<clever> the bug is present on the 2.1 in nixos-unstable
sir_guy_carleton has joined #nixos-dev
<srhb> I just tried building nix 2.1 from 2.1-maintenance and I can't seem to trigger the repl line issues at least.
domenkozar has quit [Ping timeout: 250 seconds]
qyliss^work has joined #nixos-dev
dhess has joined #nixos-dev
<dhess> Hi, anyone around who's in charge of the NixOS AMIs?
<gchristensen> eelco makes those, whats up?
<dhess> gchristensen: Nothing major.
<dhess> gchristensen: but it's not currently possible to copy them so that you can, e.g., encrypt them. It looks like something similar to this CoreOS issue:
<{^_^}> coreos/bugs#1090 (by tobiemh, 2 years ago, closed): Not possible to copy CoreOS AWS AMI storage snapshot
<dhess> when you try to copy the NixOS AMI you get a permission error, something like "can't access the storage of this AMI"
<dhess> apparently it's something to do with the AMIs lacking snapshots or something
<dhess> FYI what I'm trying to do here is to clone the AMI image into KMS-encrypted EBS, so that I can boot off an encrypted EBS volume.
<niksnut> I think this requires making the nixos-amis bucket public
<niksnut> can you make an issue about this?
<gchristensen> niksnut: on nixos-org-configurations?
<niksnut> nixpkgs
<clever> niksnut: my understanding of the script is that it deleted everything from the S3 bucket, after converting it into an EBS
<clever> and then deletes the EBS after creating a snapshot
<niksnut> hm yeah, the bucket has some crap in it but not enough
<clever> ive been working on a copy of that script, which generates ZFS based AMI's
<niksnut> okay, I guess the EBS snapshot has to be public
domenkozar has joined #nixos-dev
<niksnut> this should do it: aws ec2 modify-snapshot-attribute --snapshot-id ... --attribute createVolumePermission --operation-type add --group-names all
__Sander__ has quit [Quit: Konversation terminated!]
<Mic92_> it would be really helpful if github would support a backport workflow https://github.com/NixOS/nixpkgs/pull/46102#issuecomment-418798230
<Mic92_> Will there be a hackathon on nixcon? I would be interested in adding backports to ofborg.
<Mic92_> At least the building part.
<samueldr> Mic92_: 27 October is a hackday
orivej has quit [Ping timeout: 272 seconds]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 244 seconds]
phreedom_ has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
orivej has joined #nixos-dev
yorick has joined #nixos-dev
<yorick> okay, so nix 2.1 stable is horribly broken
<{^_^}> #46087 (by noteed, 13 hours ago, open): Fixed-output derivation hash mismatch while building autoconf
<yorick> hitting this in production *everywhere*
orivej_ has joined #nixos-dev
orivej has quit [Read error: Connection reset by peer]
<andi-> I had that on my desktop before I departed... thought the disk (btfs) was playing tricks on me again :/
<andi-> yorick: there was a commit ~15min ago that fixes it on the 2.1-maintenance branch (https://github.com/NixOS/nix/commit/46c8fcca975041b3cc921630d7974b29fa0c8a1d)
<yorick> ooh, nice!
<gchristensen> I'm thinking maybe a 2.1.1 is coming
<yorick> I also hit https://github.com/NixOS/nix/issues/2402 yesterday, but now I can't reproduce it
<{^_^}> nix#2402 (by cleverca22, 7 hours ago, open): nix show-derivation broken
<clever> yorick: the the various nix binaries in `ls -l /nix/var/nix/profiles/system*/sw/bin/nix`
<clever> yorick: i can also confirm it fixed itself after the last update
aristid has quit [Quit: WeeChat 2.1]
sir_guy_carleton has quit [Quit: WeeChat 2.0]
lopsided98 has quit [Quit: Disconnected]
lopsided98 has joined #nixos-dev
lopsided98 has quit [Remote host closed the connection]
lopsided98 has joined #nixos-dev