worldofpeace changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018 || For best support,
<clever> hpfr[m]: try adding more -v's?
<clever> hpfr[m]: like -vvv or maybe -vvvv
sigmundv has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @kalbasit merged pull request #68135 → Add Go 1.13 → https://git.io/fjjkQ
<{^_^}> [nixpkgs] @kalbasit pushed 32 commits to master: https://git.io/Jel6M
<clever> red[m]: if you set ensureDatabases, then the script wont have to `su - postgres`, and can be ran without root
<spiderbit> qyliss: yes no problem... maybe I open a issue on github or ask on the mailinglist
<qyliss> spiderbit: Discourse is probably your best bet
<red[m]> clever: that has to be in the actual service nix expression though right? not my configuration.nix
<spiderbit> qyliss: really most traffic there?
<{^_^}> [nixpkgs] @nyanloutre opened pull request #71008 → kde_applications: 19.08.1 -> 19.08.2 → https://git.io/Jel6S
<qyliss> I'd say so
<qyliss> It sounds like what you're describing isn't really an issue, more of a question of how to do something
<spiderbit> you can do question type in github at least I saw that in other projects
<clever> red[m]: it works in either one
<{^_^}> [nixpkgs] @flokli opened pull request #71009 → mlarchive2maildir: 0.0.6 -> 0.0.8 → https://git.io/Jel69
<clever> red[m]: there is basically no difference between configuration.nix and the modules in nixos
<qyliss> So Discourse is the best place for that. Plenty of people read it, myself included (for the categories I'm interested in, at least).
rsoeldner__ has quit [Ping timeout: 276 seconds]
<clever> red[m]: the modules are just a handy way to organize things that a service needs to run, and provide a simpler way for a user to enable it all at once
<spiderbit> what's wrong with mailing lists am a emacs guy and don't like this fancy browser uis :D
<qyliss> spiderbit: I use it through Emacs
<qyliss> (and am a fellow mailing list fan)
<qyliss> it mostly works, although it's not quite as good as a proper mailing list
<qyliss> but most people like it better
<hpfr[m]> clever: thanks. with -vvv, I get stuck at "checking substituter 'ssh-ng://builder' for path '/nix/store/hash-foo' for a whole bunch of paths, which message "locking this thread to CPU {1,2,3,4}" "closing daemon connection because of an exception" "killing process xxxxx" for most of the "checking substituter" messages
<qyliss> spiderbit: make sure to enable Mailing List Mode in settings once you have an account
<spiderbit> "discourse-view" that?
<spiderbit> or what did you mean with you use it through emacs (w3m)?
<qyliss> No, through my mail client
<spiderbit> gnus?
<qyliss> Notmuch
<spiderbit> ahh you get mmails
<spiderbit> now I get it
<qyliss> yeah
<qyliss> If you turn on Mailing List Mode you get mail for every post
<spiderbit> but spams the mail box :D like nntp therefor better :)
<qyliss> And you can reply to them (or even start new threads although I've never done that)
<qyliss> Nobody has implemented NNTP yet
<qyliss> Just redirect it to a mail folder
<spiderbit> k I consider it :D
<red[m]> I miss running innd
<red[m]> :-D
<qyliss> red[m]: I got halfway through packaging that a couple of months ago
<qyliss> but it does all sorts of weird stuff in its make install
<red[m]> yeah it does - it's pretty crusty.
<qyliss> I think I got most of the way there, but not quite enough for it to actually start
<qyliss> And then I discovered public-inbox does read-only NNTP and decided that was good enough for me, and have been packaging that instead
<qyliss> But innd would still be great to have at some point
<qyliss> leafnode is in nixpkgs, although there's no NixOS module
drakonis_ has quit [Ping timeout: 276 seconds]
drakonis_ has joined #nixos
wfranzini has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @moaxcp opened pull request #71010 → visualvm update homepage → https://git.io/Jel6N
wfranzini has joined #nixos
smatting has joined #nixos
<red[m]> clever: I'm not quite sure how "systemd.services.serviceConfig.User = "foo"" can be made to just apply to the one application and user (bacula)
joko has quit [Remote host closed the connection]
<red[m]> ... and something keeps changing /var/lib/bacula to be owned by root
<red[m]> which then means the application can't write any of its data
<qyliss> red[m]: it’s systemd.services.<name>.serviceConfig.User
<red[m]> I'm having a tough time understanding the packager's intent.
<clever> red[m]: this generates a systemd service, which gets ran as a given user
<red[m]> bingo - thank you
<clever> red[m]: i made a typo when i showed the .user earlier
<hpfr[m]> clever: I responded above about the distributed build issue I'm having, any ideas?
<red[m]> I'm checking it now
<red[m]> it looks like it uses multiple services - I guess I'll blat it all and see what happens
<red[m]> ugh, it writes the pid file to /run so now won't start at all
<clever> red[m]: directly in /run or a subdir? does it have an option to move it?
<red[m]> starting to wonder if it would be easier to just start packaging it again
wildtrees has joined #nixos
<clever> hpfr[m]: not sure what else could be checked, try doing `nix-store -r /nix/store/foo` using something the remote machine has, but the local doesnt, and also not in the binary cache
kleisli has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/Jel6p
<red[m]> clever: it
<red[m]> *
alex`` has quit [Quit: WeeChat 2.6]
<red[m]> clever: it's hard-coded in the package expression
ris has quit [Ping timeout: 246 seconds]
<red[m]> huh - I just noticed that someone else is working on the module - there's a WIP PR for it
wildtrees has quit [Quit: Leaving]
red__ has joined #nixos
rsoeldner__ has joined #nixos
<hpfr[m]> man nix-store doesn't seem to define the -r option for nix-store
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/d548264df9e (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
<clever> hpfr[m]: nix-store {--realise | -r} paths... [--dry-run]
NoctisLabs has quit [Quit: WeeChat 2.6]
<clever> hpfr[m]: the man page confused me too, it looks more like 5 man pages cat'd together
<red[m]> Thanks for the advice clever - I don't think there's a clean way to fix this. I'll see how much butchery it takes.
red__ has quit [Client Quit]
alex has joined #nixos
NoctisLabs has joined #nixos
<red[m]> clever: - one other question - do you know what package su lives in?
<red[m]> I'm guessing the person who maintains the package has it in their path somehow in an impure form
<red[m]> I can't follow the symlinks to find it in the store because it's not there
<red[m]> it's in /run/wrappers/bin
<red[m]> (can I add it in the systemd.services.*.path?)
<spiderbit> ok just see that nixos mailing list ist basically dead :D
Okinan has joined #nixos
<spiderbit> it can be a bit frustrating to use nixos from time to time :D github errors take often several moths or get not fixed at all even after months then you upgrade the system because that fixes the issue but something else breaks then irc nobody that can help you and mailing lists are down, too :D
rsoeldner__ has quit [Ping timeout: 276 seconds]
sk8forether has quit [Quit: Connection closed for inactivity]
shibboleth has quit [Quit: shibboleth]
<red[m]> Well crap - this package is so broken - it doens't even give the application access to the tape devices.
<red[m]> I guess I can just remove the "service" and configure it all by hand myself right?
<spiderbit> does anybody understand what the description here means
<spiderbit> of containers<name>.path
<spiderbit> why would that be alternative to config but allow such values:
<spiderbit> path = "${builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/19.03.tar.gz}/nixos";
<spiderbit>
<spiderbit> if it would be a path to a config file why can you give it a nixpkgs url
<spiderbit> as input
alex has quit [Ping timeout: 264 seconds]
<spiderbit> that makes not much sense to me
alex has joined #nixos
<clever> red[m]: su is in su
<clever> > pkgs.su
<{^_^}> "<derivation /nix/store/pg09fl5n2mmhvrdrnnjpdw41n1zf6dki-shadow-4.6.drv>"
<clever> spiderbit: the path type accepts anything starting with a /, it doesnt enforce that its a path to the right thing
<clever> spiderbit: the option named path, is also of type path
<clever> spiderbit: and it must point to a build of nixos (from nix-build '<nixpkgs/nixos>' -A system`) to function correctly
thc202 has quit [Ping timeout: 250 seconds]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
selfsymmetric-mu has joined #nixos
<AmandaC> I get the impression the number of these I'm seeing isn't good for this sd image creation: error while reading directory <path>: Cannot allocate memory
<clever> AmandaC: how much memory does the system have?
<AmandaC> 4G + 8G swap
<clever> thats weird
<AmandaC> and according to top cptofs is using 82%
<clever> free -m ?
<AmandaC> clever: would free come with the standard nixos package set? either it's taking awhile because command-not-found is trying locate it, or the VM has comepltely filled u
<clever> AmandaC: its installed by default
<AmandaC> ah, there it goes: https://www.irccloud.com/pastebin/CFfcFW1l/
<clever> AmandaC: 0 swap free, almost no ram free, yep, your out!
jluttine has quit [Ping timeout: 268 seconds]
<AmandaC> what, does cptofs just build the entire fscking image in-memory?
<spiderbit> clever but why is it then as alternative to "config" why can't I define both?
<clever> AmandaC: what does `df -t tmpfs` report?
o1lo01ol1o has joined #nixos
<clever> spiderbit: because `config` builds the nixos for you, while you might be using `path` to manage it yourself via other methods
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<spiderbit> what other methods?
<spiderbit> a nix file?
drakonis_ has quit [Ping timeout: 265 seconds]
ddellacosta has quit [Ping timeout: 265 seconds]
ariutta has quit [Remote host closed the connection]
<clever> spiderbit: nix-build/nix-env/nixos-rebuild, against another nix file, and a custom profile
drakonis_ has joined #nixos
matira has left #nixos [#nixos]
<spiderbit> and that I am supposed to read from that doku of that variable?
matthuszagh has joined #nixos
jluttine has joined #nixos
<clever> spiderbit: yeah
doublex_ has joined #nixos
<spiderbit> hmm after a second reboot it seems without any changes (or changed it back to what it was) the container seem to run again
<spiderbit> but it would be nice to have it pinned because it's a big feature of containers that you can upgrade them seperately
<spiderbit> but apparently it works now for some reason e
doublex has quit [Ping timeout: 245 seconds]
<matthuszagh> hi. how can i add info files and manpages to wrapped package with symlinkJoin? is there a way to use makeSearchPathOutput to do this?
<spiderbit> or does it I can connect to it but I don't see a openvpn connection
<matthuszagh> s/to wrapped/to a wrapped/
<AmandaC> clever: I added -h so I can parse it, but this doesn't seem too bad? https://www.irccloud.com/pastebin/NZOKEI3D/
<clever> AmandaC: yep, so nothing is storing huge things in a tmpfs, id say its all cptofs to blame
smatting has quit [Ping timeout: 246 seconds]
<o1lo01ol1o> Using `haskell.nix`, does anyone know the recommended way to make `pkgs.llvm` available to a a `stack-to-nix` project so that all dependencies with -fllvm flags can find llvm when they need it?
toppler has quit [Read error: Connection reset by peer]
m0rphism has quit [Ping timeout: 265 seconds]
toppler has joined #nixos
<{^_^}> [nixpkgs] @grahamc merged pull request #70160 → utsushi: 3.57.0 -> 3.59.2 → https://git.io/JenwK
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to master: https://git.io/Jeli6
fresheyeball has quit [Quit: WeeChat 2.4]
dansho has quit [Read error: Connection reset by peer]
dansho has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #71011 → networkmanager: 1.20.2 -> 1.20.4 → https://git.io/Jeli1
<{^_^}> [nixpkgs] @worldofpeace opened pull request #71013 → nixos/pulseaudio: don't autospawn ever → https://git.io/JeliM
<{^_^}> #71012 (by spiderbit, 2 minutes ago, open): Update to 19.09 breaks nixos-container with openvpn
<AmandaC> clever: I figured that'd be the case, usually some kernel task shows up in top when it's tmpfs that's using too much
doublex_ has quit [Read error: Connection reset by peer]
<spiderbit> thanks anyway :D am tired now 3.50 a.m. here
doublex has joined #nixos
<spiderbit> have a nice day
<AmandaC> clever: at least, it shows up as that in htop, which I've not got installed on this VM yet
spiderbit has left #nixos ["ERC (IRC client for Emacs 26.1)"]
ebzzry has quit [Ping timeout: 265 seconds]
drakonis has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #70902 → cargo-bloat: 0.8.3 -> 0.9.0 → https://git.io/JeWjx
<{^_^}> [nixpkgs] @jonringer pushed commit from @xrelkd to master « cargo-bloat: 0.8.3 -> 0.9.0 »: https://git.io/JeliH
matthuszagh has quit [Remote host closed the connection]
drakonis_ has quit [Ping timeout: 246 seconds]
schjetne has joined #nixos
freeman42x has quit [Ping timeout: 240 seconds]
schjetne has quit [Ping timeout: 265 seconds]
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos
felixfoertsch has quit [Ping timeout: 276 seconds]
felixfoertsch23 has joined #nixos
work_ has joined #nixos
drakonis_ has joined #nixos
drakonis has quit [Ping timeout: 264 seconds]
iqubic has joined #nixos
hiratara has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
toppler has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
jonathan34 has joined #nixos
spacefrogg has quit [Quit: Gone.]
aw has quit [Quit: Quitting.]
aw has joined #nixos
laalf has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
andi- has quit [Remote host closed the connection]
<jonathan34> Is there a way to tell nix-env to use a different channel. I have 2 channels, 1 for stable and 1 for unstable. And I would like to be able to specify which one a package is installed from.
laalf has joined #nixos
dbmikus has quit [Ping timeout: 265 seconds]
spacefrogg has joined #nixos
xelxebar has quit [Ping timeout: 260 seconds]
xelxebar has joined #nixos
andi- has joined #nixos
drakonis has joined #nixos
<jonathan34> Or are channels only part of the declarative package management system?
<clever> jonathan34: when you do `nix-env -iA nixos.hello`, thats telling it to use a channel named nixos
drakonis_ has quit [Ping timeout: 240 seconds]
<clever> if each channel has a unqiue name in `nix-channel --list`, then you can refer to it directly with nix-env
pbb has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<jonathan34> oh
pbb has joined #nixos
fresheyeball has joined #nixos
doublex has quit [Ping timeout: 240 seconds]
boxscape has quit [Ping timeout: 245 seconds]
doublex has joined #nixos
schjetne has joined #nixos
boxscape has joined #nixos
doublex has quit [Quit: Quit]
doublex has joined #nixos
schjetne has quit [Ping timeout: 265 seconds]
drakonis has quit [Ping timeout: 264 seconds]
drakonis_ has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
<jonathan34> Hey Clever. Is there a way that works with `nix-shell -p`? nix-shell does have the `-A` option?
<clever> jonathan34: nix-env is the only tool that is directly aware of channels
<jonathan34> I tried `nix-shell -pA nixos.package`.
<clever> jonathan34: nix-shell -p always loads from <nixpkgs>, but you can use -I to remap <nixpkgs>
<clever> jonathan34: nix-shell -I nixpkgs=~/.nix-defexpr/channels/foo/
<clever> possibly channels_root
<jonathan34> Oh, okay. I will try that. Or I will go back to my old solution with `-E` and imports, a dummy package, and stuff.
<jonathan34> Thanks.
<clever> thats all -p does!
<fresheyeball> do I have do anything special to get hie to work to cabal.project files?
<jonathan34> Right but much smoother. It does not work with multiple channel imports though.
<clever> jonathan34: this is just some dumb string concat, to generate an expr for -E, based on the -p flags
<clever> jonathan34: the other major difference, is that `nix-shell -p hello` will give you a shell suitable for using hello
<clever> jonathan34: while `nix-shell -A hello` will load default.nix in the current dir, then give you a shell suitable for building hello
<jonathan34> Yeah, what I have changes what that import is and also adds a second import.
<clever> jonathan34: `nix-shell '<nixpkgs>' -A hello` saves you from needing a cd
<clever> jonathan34: you can also just make a shell.nix, that imports a specific nixpkgs, and uses it directly
<{^_^}> [nixpkgs] @marsam merged pull request #70725 → python37Packages.ed25519: 1.4 -> 1.5 → https://git.io/JeWtt
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JelP2
<clever> jonathan34: most channels also get into $NIX_PATH, so you can reference them there too
<{^_^}> [nixpkgs] @marsam merged pull request #71010 → visualvm update homepage → https://git.io/Jel6N
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JelPa
<{^_^}> [nixpkgs] @xrelkd opened pull request #71014 → eksctl: 0.6.0 -> 0.7.0 → https://git.io/JelPV
<jonathan34> Um, what is that `'<nixpkgs>'` actually do? I saw in one of the examples in the man but it does not appear t be in the spec.
<clever> jonathan34: <nixpkgs> will search $NIX_PATH for nixpkgs
<clever> jonathan34: -I/foo will tell nix to search for nixpkgs in /foo, just like gcc -I/foo
<clever> jonathan34: -I nixpkgs=/foo will directly map <nixpkgs> to /foo (instead of /foo/nixpkgs)
<clever> and NIX_PATH is just a : seperated list of those entries
<clever> -I will prefix that list
<Squarism> many hours later i finally have some momentum with nix
<Squarism> is there some way to initiate a "nix-build" in a nix shell?
<{^_^}> [nixpkgs] @redvers opened pull request #71015 → ponyc: 0.31.0 -> 0.32.0 → https://git.io/JelPo
<red[m]> $$
<{^_^}> [nixpkgs] @lopsided98 opened pull request #71016 → adoptopenjdk-bin: add OpenJDK 13 → https://git.io/JelPK
kleisli has quit [Ping timeout: 240 seconds]
hiratara has quit [Quit: ZNC - http://znc.in]
boxscape has quit [Ping timeout: 240 seconds]
ebzzry has joined #nixos
Ariakenom has quit [Read error: Connection reset by peer]
<clever> Squarism: what parts of the build do you want done? is the source already unpacked?
<Squarism> i can do nix-build for my project. Now i discovered "nix-shell" and have vague recollection that I should work there
drakonis_ has quit [Ping timeout: 265 seconds]
<Squarism> clever, I want to rebuild the code i write. Not a complete dependency
<Squarism> And wo looking in build files, as im not changing them often
<clever> Squarism: nix-shell into the drv, cd into the right dir, and then run either `make` or `buildPhase`
<clever> `make` is simpler, and you probably already use it?
growpotkin has joined #nixos
<Squarism> My project is haskell and there im familiar with cabal and stack. I think im using cabal atm
<clever> Squarism: ah, then you want to shell into the .env attr, and use `runhaskell Setup.hs configure` then build
<clever> nix doesnt provide cabal-install (the cabal binary), only Cabal (the hackage package)
<Squarism> what do you mean by "shell into the .env attr"
<clever> `nix-shell '<nixpkgs>' -A haskellPackages.aeson.env`
<clever> all haskell packages have a .env attribute on them, meant for use with nix-shell
<Squarism> ah ok
o1lo01ol1o has quit [Remote host closed the connection]
<clever> i just grab .env as before, then .overrideAttrs, and jam a few things into buildInputs!
<clever> the things i jam in, are shell scripts, that run a file under dist/build/foo/foo, with the right args
<Squarism> Thanks, ill try that. Much appreciated
<clever> and nix-shell will just shove them into PATH for you
<superbaloo> is there a way to dump the build tree to know where a dependency comes from?
<clever> superbaloo: nix-store -q --tree
<clever> superbaloo: and `nix why-depends`
boxscape has joined #nixos
kleisli has joined #nixos
<superbaloo> thanks
<superbaloo> not too sure how to use it yet, but thanks
schjetne has joined #nixos
<superbaloo> why does -I nixos-config=rpi4.nix works with nix-build but not nix-store?
<superbaloo> sorry if my question is dumb :x
<{^_^}> [nixpkgs] @sevanspowell opened pull request #71017 → tasty-tap: fix tests → https://git.io/JelP7
<clever> superbaloo: nix-store doesnt really interact with nix files, only derivations
drakonis_ has joined #nixos
schjetne has quit [Ping timeout: 250 seconds]
drakonis has joined #nixos
<danderson> So, I was confused by `environment.systemPackages` vs. `programs` in nixos, and could use a sanity check: is it correct that entries in `programs` roughly add an `environment.systemPackages` entry and some other stuff (e.g. setcap wrapper) ?
<superbaloo> clever: okay
wedens has joined #nixos
rsoeldner__ has joined #nixos
hiratara has joined #nixos
work_ has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @wucke13 opened pull request #71018 → utsushi: 3.57.0 -> 3.59.2 → https://git.io/JelPp
felixfoertsch23 has quit [Quit: ZNC 1.7.3 - https://znc.in]
felixfoertsch has joined #nixos
http has joined #nixos
dansho has quit [Ping timeout: 265 seconds]
rsoeldner__ has quit [Ping timeout: 246 seconds]
<clever> danderson: things in systemPackages can only add files to /run/current-system/sw/ and nothing more
<clever> danderson: if you want to configure things in /etc, then you must use a nixos module, and thats what programs. handles
snifffy has joined #nixos
<clever> danderson: programs.screen.screenrc is just a helper, to generate /etc/screenrc for you, and since its of type lines, nixos will merge things between multiple files
endformationage has quit [Quit: WeeChat 2.6]
nicks0n has joined #nixos
ebzzry has quit [Read error: Connection reset by peer]
domogled has quit [Quit: domogled]
http is now known as nix0n
<danderson> clever: got it, thank you!
justanotheruser has quit [Ping timeout: 240 seconds]
ebzzry has joined #nixos
andgate has joined #nixos
<andgate> I upgraded to 19.09 but I'm having trouble changing my kde settings. Everytime I try to change the monitor config, it resets to defaults when I click "apply". Is this a known issue?
<wedens> is it possible to somehow copy closure with /mnt/nix/store as nix store path on target?
rsoeldner__ has joined #nixos
<clever> wedens: nix copy --to local?root=/mnt /nix/store/foo
<clever> wedens: that will configure nix to prefix all paths with /mnt before accessing them, on the destination side
<clever> its basically a chroot, but entirely done thru string prefixing
o1lo01ol1o has joined #nixos
<wedens> nice! thanks. I want to bootstrap machine without nixos installed yet using closure built on other machine
<clever> wedens: for that, you want something slightly different
<{^_^}> nixops#1189 (by cleverca22, 8 weeks ago, open): plan for supporting custom partition layouts and custom FS's on any backend
<clever> wedens: that tells the nix on machine1, to first ssh into machine 2
<clever> then it tells the nix on machine 2, to do what i said earlier, and prefix all paths with /mnt/
<snifffy> A friend of mine tells me linux is really a tribute to Richard Nixon and Deepthroat
o1lo01ol1o has quit [Ping timeout: 250 seconds]
Rusty1 has quit [Quit: Konversation terminated!]
rsoeldner__ has quit [Ping timeout: 276 seconds]
justanotheruser has joined #nixos
<wedens> clever: but for more manual way to do it using `nix copy --to local?root=/mnt /nix/store/foo` will work too, right? (with local machine that I can boot from live usb)
<clever> wedens: if its already in the /nix/store of the live usb, sure
<clever> wedens: you will also want step 4 of the above issue, to setup the bootloader, once it has been copied
<wedens> sure
andgate has quit [Ping timeout: 260 seconds]
<wedens> https://github.com/NixOS/nixpkgs/pull/21403 wow. I didn't know declarative partitioning exists in some form
<{^_^}> #21403 (by aszlig, 2 years ago, open): [WIP] NixOS integration of nixpart
schjetne has joined #nixos
nix0n is now known as http
schjetne has quit [Ping timeout: 240 seconds]
rsoeldner__ has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/1658beb6a13 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<http> who owns cloudflair
<snifffy> you dont own cloudflair cloudflair owns you
<http> exactly
<snifffy> they dont tell you but who is really running all the biggest companies are AI CEOs
<MichaelRaskin> Not really
<snifffy> they just using people to give them faces and credits
<MichaelRaskin> Not CEOs
<MichaelRaskin> I mean, the entire company is an AI sloppily built out of human components and computer components
<clever> MichaelRaskin: and dont forget the lava lamps
<clever> MichaelRaskin: the lava lamps do a lot of the task that both a human and computer cant do!!
<clever> (seriously, they use lava lamps as an rng source :P)
judson_ has joined #nixos
<MichaelRaskin> clever: because they are beautiful, nit because they are better RNGs than sound cards
<clever> MichaelRaskin: i have a feeling that the wall of lava lamps is likely still a higher bitrate source then a wall of sound cards
judson has quit [Ping timeout: 250 seconds]
<clever> although, which would generate more heat? lol
ebzzry has quit [Remote host closed the connection]
* http calls cloudflair
<{^_^}> [nixpkgs] @vbgl merged pull request #70438 → ocamlPackages.ocaml-monadic: init at 0.4.1 → https://git.io/JeCkF
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.ocaml-monadic: init at 0.4.1 »: https://git.io/JelXF
<http> they can at least send me some money to build a new rig
tmaekawa has joined #nixos
palo1 has joined #nixos
<nicks0n> Cambridge, Massachusetts500+ connections
<nicks0n> Amanda Wozniak
<nicks0n> Principal Systems Engineer at Amazon Robotics
<nicks0n> little hottie
doublex has quit [Remote host closed the connection]
palo has quit [Ping timeout: 276 seconds]
palo1 is now known as palo
doublex has joined #nixos
<MichaelRaskin> clever: at large scale, there is also lowest-bit noise in webcams
* nicks0n ponders?
<nicks0n> link webcams
schjetne has joined #nixos
kshi has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
<clever> MichaelRaskin: and that might be part of what the lava lamps are helping with
<clever> MichaelRaskin: maybe the lava lamps dont even matter? and its just "art" infront of a webcam that only uses the lowest bits! lol
schjetne has quit [Ping timeout: 268 seconds]
<MichaelRaskin> clever: for lowest-bit entropy you want the webcams to be in a dark room
<MichaelRaskin> Lava lamps do have unstable dynamics (like weather, but on a more convenient scale)
<clever> ah
<wedens> is there an example of dropbear setup with wireless network?
<clever> wedens: loading firmware requires a full udev (or a lot of hacky bash scripts), and most wifi cards need firmware to function
<clever> wedens: i know, because i was insane enough to re-implement firmware loading in bash once, to get nfs root over wifi, lol
drakonis has quit [Read error: Connection reset by peer]
<clever> since lost the code though
toppler has quit [Read error: Connection reset by peer]
<MichaelRaskin> Should we just provide a covenient option to actually put udev in initramfs, though?
<MichaelRaskin> On a 4+ GiB RAM having a large initramfs doesn't actually cost that much
<MichaelRaskin> (That I can confirm from experience)
<clever> MichaelRaskin: i think its still IO expensive
<clever> MichaelRaskin: grub has worse IO performance (due to the drivers it has)
<clever> if your booting via legacy, grub is still using the legacy (dos era) drivers to access the disk
<MichaelRaskin> IO expensive — yes
kleisli has quit [Ping timeout: 240 seconds]
<MichaelRaskin> Even with proper drivers there are a few extra seconds to read the hundred-meg-compressed image!
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<MichaelRaskin> UEFI is widespread enough by now that with opt-in there should be few problems
<clever> and nix makes a modular initrd so much simpler, compared to when i cobbled one together in raw bash, lol
<clever> though, your wifi password must now be in /boot, in plaintext
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> and the whole point of dropbear is usually to enter the luks pw for /, so /boot cant be encrypted
<wedens> wifi password in plain text is lesser evil than unencrypted root :/
<clever> wedens: the ssh hostkey for dropbear is also in plaintext, and an evil maid can just backdoor your /boot, or spin up a honeypot with the same keys, and wait for your pw to be typed in
<snifffy> you can encript your root with truecrypt
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> snifffy: "Warning: Development of TrueCrypt was discontinued on May 2014"
<snifffy> i mean veracrypt
<snifffy> the one with cia backfoor
<clever> snifffy: how does it differ from regular old luks?
<wedens> clever: sure. but such attack vector isn't really important to me
<clever> i should get off to bed, its now 3:30 am!!
<snifffy> you really should only need encription after you get a girlfriend
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<wedens> in this case, encryption won't help without protection from social engineering. lol
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<snifffy> you also need to use security thru obscuracy
<http> if its "secure" we wouldnt be having all this fun
toppler has joined #nixos
* http looks for honeybadger
<snifffy> better just not to get girlfriend its a lot safer
tmaekawa has quit [Ping timeout: 240 seconds]
<http> get 3
<snifffy> girlfriend is a lot of an hassell
<snifffy> and the got holes
<snifffy> they
<http> but oh so soft
<http> black holes
* http *snickers*
aswanson has quit [Ping timeout: 250 seconds]
<snifffy> why did you have to go wuining a perfectlly good conversation?
<http> sorry
<snifffy> you trying to get me devoiced?
<http> nosir
<http> ill add us some olines
<snifffy> talking to you i can understand why so many people join Islamic terror networks
<snifffy> YES SIR
<snifffy> i recon you would prefer extreem right
<snifffy> well you cant win them all can you its all good to the cause in the end
<snifffy> it all adddup RIGHT?
<http> ?
<http> what
<http> why would they join islamic terror
<http> im mexican
* http has logs of everything
<http> im i scientoligist
johnw has joined #nixos
<http> ima goto sleep
<http> ttyl
<snifffy> did you know that using I repeatedly can be seen as a sign of depression?
smolboye has joined #nixos
<smolboye> hey um
<smolboye> i would like to go back to nixos again
<smolboye> but the thing is i had one issue with firefox
toppler has quit [Read error: Connection reset by peer]
<smolboye> whenever i started firefox before connecting to any network, it wouldn't load any page even after connecting to a network
<smolboye> so the only option was to restart firefox
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<teto> smolboye: I used to have this regularly, almost every day but now that you mention it, I don't think I've witnessed the behavior recently
<smolboye> could you try reproducing it please?
<{^_^}> [nixpkgs] @vcunat pushed to master « Partially revert "busybox: fix musl builds" »: https://git.io/Jel12
<smolboye> i'd love to try nixos again, but those small things are very annoying :c
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<nicks0n> sniff
<nicks0n> u depressed bro?
<nicks0n> u used i alot
<nicks0n> actually ppl that joke around alot are the most depressed
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
http has quit [Remote host closed the connection]
toppler has joined #nixos
Heirlung has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
toppler has quit [Read error: Connection reset by peer]
schjetne has joined #nixos
gentauro42 has joined #nixos
toppler has joined #nixos
Heirlung has joined #nixos
schjetne has quit [Ping timeout: 240 seconds]
hiratara has quit [Quit: ZNC - http://znc.in]
<{^_^}> [nixpkgs] @jqueiroz opened pull request #71019 → sshping: init at 0.1.4 → https://git.io/Jel1o
smolboye has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @Ma27 merged pull request #70970 → riot-{web,desktop}: 1.4.1 -> 1.4.2 → https://git.io/Jel4M
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/Jel1M
nicks0n has quit []
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @joachifm merged pull request #70450 → tor-browser-bundle-bin: use hardened allocator → https://git.io/JeCLP
<{^_^}> [nixpkgs] @joachifm pushed 2 commits to master: https://git.io/Jel17
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to release-19.09: https://git.io/Jel15
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
alex has quit [Ping timeout: 240 seconds]
smatting has joined #nixos
toppler has quit [Read error: Connection reset by peer]
asymptotically has joined #nixos
toppler has joined #nixos
o1lo01ol1o has quit [Ping timeout: 276 seconds]
Philonous_ is now known as Philonous
toppler has quit [Read error: Connection reset by peer]
cartwright has quit [Remote host closed the connection]
toppler has joined #nixos
rsoeldner__ has quit [Ping timeout: 246 seconds]
cartwright has joined #nixos
<{^_^}> [nixpkgs] @vbgl merged pull request #70505 → ocamlPackages.labltk: init at 8.06.7 for OCaml ≥ 4.08 → https://git.io/JeC8V
<{^_^}> [nixpkgs] @vbgl pushed to master « ocamlPackages.labltk: init at 8.06.7 for OCaml ≥ 4.08 »: https://git.io/Jel1x
armin has quit [Ping timeout: 268 seconds]
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
Lears has joined #nixos
<sphalerite> smolboye[m]: I encountered that firefox issue too, seems to have been fixed by now (still not sure what it was though).
gnidorah has joined #nixos
<{^_^}> #68440 (by gnidorah, 4 weeks ago, open): openxray: init at 510
[Leary] has quit [Ping timeout: 268 seconds]
sphalerite has quit [Quit: reconfiguring stuff!]
<{^_^}> [nixpkgs] @vcunat pushed to master « scylladb: don't build on Hydra; /cc PR #70576 »: https://git.io/Jel1h
sphalerite has joined #nixos
ottidmes has joined #nixos
kshi has quit [Quit: Leaving]
xkapastel has joined #nixos
chloekek has joined #nixos
M-Gregoire49 has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @xfix opened pull request #71020 → step-cli: init at 0.13.3 → https://git.io/JelMJ
<sphalerite> UGH. There's one bug that _really_ bothers me in 19.09 :(
<sphalerite> idk what exactly caused it — I'm guessing it's actually new support in the kernel for my laptop or something — but it will now completely drain one of the batteries and turn off, rather than switching to the second battery at 5% >_<
<{^_^}> [nixpkgs] @vcunat pushed to release-19.09 « Merge #70576: scylladb: fix build under sandboxing »: https://git.io/JelMU
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d0ec32c4fd1 (from 74 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
drakonis_ has quit [Remote host closed the connection]
rsoeldner__ has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to master: https://git.io/JelMm
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @vcunat merged pull request #70464 → runc: v1.0.0-rc8 -> v1.0.0-rc9 → https://git.io/JeCqN
toppler has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to release-19.09 « Merge #70464: runc: v1.0.0-rc8 -> v1.0.0-rc9 (security) »: https://git.io/JelMY
<Ashy> sphalerite: ThinkPad?
<sphalerite> Ashy: yep
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to release-19.03 « Merge #70464: runc: v1.0.0-rc8 -> v1.0.0-rc9 (security) »: https://git.io/JelM3
evils has quit [Quit: leaving]
fusion809 has joined #nixos
<meatcar> Anyone running with iwd (as opposed to networkmanager, etc) with an intel wifi card? (AC9260 here). I'm having issues connecting to my phone's wpa2 hotspot, with errors like "association timed out" and "authentication timed out" in `dmesg` and `journalctl -fu iwd` respectively.
M-Gregoire49 has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to staging-next: https://git.io/JelMW
<{^_^}> [nixpkgs] @vcunat merged pull request #70558 → zziplib: apply patches for CVE-2018-16548 → https://git.io/JeCia
<meatcar> 2.4 vs 5ghz don't make a difference. Other networks work fine. Can connect to the hotspot with networkmanager no problem.
<meatcar> (after disabling iwd and re-enabling network manager, rebooting, etc.)
amosbird has joined #nixos
<amosbird> hmm, the patchelf tool doesn't work well on aarch64
<amosbird> I get ELF load command alignment not page-aligned
smatting has quit [Ping timeout: 250 seconds]
evils has joined #nixos
mexisme has joined #nixos
gentauro42 has quit [Quit: leaving]
toppler has quit [Read error: Connection reset by peer]
infinee has joined #nixos
toppler has joined #nixos
ixxie has joined #nixos
toppler has quit [Read error: Connection reset by peer]
chloekek has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
mexisme has quit [Ping timeout: 245 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<Ashy> sphalerite: i'm still on 19.03 on my T450, is there a discourse thread about the issue you're seeing?
toppler has joined #nixos
<sphalerite> Ashy: none that I know of
<sphalerite> I've tried enabling upower, will see if that help
<sphalerite> s
anabelian has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<anabelian> how do i use the derivations in this repo's default.nix file?
toppler has quit [Read error: Connection reset by peer]
<anabelian> i'd like to create a nix shell that builds those packages when i enter it so i can use them from within the shell
ixxie has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
zupo has quit [Quit: Textual IRC Client: www.textualapp.com]
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to staging: https://git.io/JelMa
zupo has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
asheshambasta has joined #nixos
toppler has joined #nixos
zupo has quit [Client Quit]
fendor has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #67412 → Pivx wallet pivx: 3.2.0 -> 3.4.0 → https://git.io/fjNpB
<{^_^}> [nixpkgs] @Lassulus pushed commit from @wucke13 to master « pivx: 3.2.0 -> 3.4.0 »: https://git.io/JelMw
toppler has quit [Remote host closed the connection]
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/92ab741f1cf (from 59 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @vcunat merged pull request #70290 → glibc: patch CVE-2018-11236, CVE-2018-11237 [19.09] → https://git.io/JecOv
<{^_^}> [nixpkgs] @vcunat pushed 218 commits to staging-19.09: https://git.io/JelMK
m0rphism has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @vcunat pushed 89 commits to staging-19.03: https://git.io/JelMX
<{^_^}> [nixpkgs] @vcunat merged pull request #70291 → glibc: patch CVE-2018-11236, CVE-2018-11237 [19.03] → https://git.io/JecOf
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
tmaekawa has joined #nixos
chloekek has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to release-19.03: https://git.io/JelMD
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to release-19.09: https://git.io/JelMy
orivej has joined #nixos
Ariakenom has joined #nixos
meck has quit [Quit: WeeChat 2.6]
toppler has quit [Read error: Connection reset by peer]
meck has joined #nixos
toppler has joined #nixos
fendor_ has joined #nixos
evils has quit [Remote host closed the connection]
zupo has joined #nixos
<{^_^}> [nixpkgs] @fgaz opened pull request #71021 → python: misaka: update homepage url → https://git.io/JelM7
civodul has joined #nixos
evils has joined #nixos
<{^_^}> [nixpkgs] @hedning opened pull request #71022 → Gnome 3.34.1 staging → https://git.io/JelMF
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #70282 → spring-boot: init at 2.1.9 → https://git.io/JecYm
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelMA
xfix has joined #nixos
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/aff4d644fd6 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @Lassulus merged pull request #69433 → solo-python: init at 0.0.15 → https://git.io/JeGEF
<{^_^}> [nixpkgs] @Lassulus pushed commit from @wucke13 to master « solo-python: init at 0.0.15 »: https://git.io/JelDe
toppler has quit [Remote host closed the connection]
<xfix> is it possible to have host aliases in NixOps? specifically, i want the server to be possible to refer to as "a.example.com" and "b.example.com"?
<xfix> the reason why i want this is that the server has multiple HTTP services that can be referred to by Host HTTP header
<xfix> i was thinking of using `networking.extraHosts = ["${serv} b.example.com"];`, but i have no idea how to get server's IP
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<flokli> xfix: can't you set networking.hosts = { "127.0.0.1" = ["foo" "bar"]; };
toppler has joined #nixos
<xfix> i don't the host's IP
<xfix> and the host is not localhost in this case
<flokli> and you don't control DNS either?
<xfix> i can set up a DNS, but i wonder if there is a way to do this without setting up a DNS
<xfix> NixOps sets up /etc/hosts file
<xfix> my host configuration so far looks like this: https://pastebin.run/N4NjtxVLDx
<xfix> i want the client to be able to connect to, say, `a.xfix.pw` on `xfix` machine
<xfix> (well, i suppose in this example it's nc.xfix.pw)
<xfix> this is for development purposes, on production i can use DNS, no issues here
<{^_^}> nixops#821 (by MartinPotier, 1 year ago, open): Add the possiblity to define extra hosts aliases
<xfix> but i sorta wonder if it's possible to get machine's IP in NixOps
<xfix> as /etc/hosts requires an IP
<{^_^}> [nixpkgs] @joachifm merged pull request #70482 → nixos/hardened: blacklist old filesystems → https://git.io/JeC3R
<{^_^}> [nixpkgs] @joachifm pushed to master « nixos/hardened: blacklist old filesystems (#70482) »: https://git.io/JelDk
<xfix> i could hardcode an IP, but then it could change
<xfix> on client machine, i have `192.168.56.112 xfix xfix-unencrypted` entry in /etc/hosts
<flokli> xfix: I don't know that part of nixops well enough. Quickly skimming over https://github.com/NixOS/nixops/blob/master/nixops/deployment.py#L544 might suggest there is a way to add additional names
<flokli> but I'm not sure how these are populated. and the issue linked suggests its not possible for a user to add more there.
rsoeldner__ has quit [Ping timeout: 250 seconds]
<xfix> hm, yeah, there is ' '.join(names)
<xfix> i wonder why += specifically
rsoeldner__ has joined #nixos
<flokli> 🤷
<{^_^}> [nixpkgs] @c0bw3b merged pull request #70975 → station: 1.51.1 -> 1.52.2 → https://git.io/JelRd
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelDm
toppler has quit [Read error: Connection reset by peer]
<xfix> maybe it's possible to somehow define multiple hosts with the same IP...
toppler has joined #nixos
<xfix> > --build-only
<{^_^}> undefined variable 'build-only' at (string):269:3
<xfix> > Just build the configuration locally; don’t create or deploy any machines. Note that this may fail if the configuration refers to information only known after machines have been created (such as IP addresses).
<{^_^}> error: syntax error, unexpected ';', expecting ')', at (string):269:37
<xfix> this part of documentation suggests it's possible to refer to IP addresses, but i have no idea how
toppler has quit [Read error: Connection reset by peer]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
alex has joined #nixos
<flokli> I really don't use that, sorry.
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<xfix> it's fine, i'm not privately messaging you after all :), there are other users, maybe somebody will know
<xfix> (i'm sorta thinking out loud currently)
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
nexgen has quit [Quit: Leaving]
thc202 has joined #nixos
armin has joined #nixos
nexgen has joined #nixos
nexgen has quit [Client Quit]
nexgen has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
iyzsong has joined #nixos
rsoeldner__ has quit [Ping timeout: 276 seconds]
taylorm has joined #nixos
rsoeldner__ has joined #nixos
<taylorm> I seem to be having a problem wit inserting allowUnfreePredicate = (pkg: false);}ehen doing a rebuild test i keep getting
<taylorm> error: syntax error, unexpected '{', at /etc/nixos/configuration.nix:46:3(use '--show-trace' to show detailed location information)building Nix...error: syntax error, unexpected '{', at /etc/nixos/configuration.nix:46:3(use '--show-trace' to show detailed location information)building the system configuration...error: syntax error, unexpected '{',
<taylorm> at /etc/nixos/configuration.nix:46:3(use '--show-trace' to show detailed location information)
feep has quit [Disconnected by services]
feep_ has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
zupo has joined #nixos
oida has quit [Remote host closed the connection]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @marcus7070 opened pull request #71024 → pythonPackages.bokeh: added packaging dependency → https://git.io/JelDG
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
asheshambasta has quit [Ping timeout: 276 seconds]
ris has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @wucke13 opened pull request #71025 → pivx: 3.2.0 -> 3.4.0 → https://git.io/JelDc
rsoeldner__ has quit [Ping timeout: 246 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<xfix> okay, found it, it's nodes.xfix.config.networking.privateIPv4
<xfix> thanks flokli :)\
<xfix> i don't think that's documented at all, but it works
<xfix> oh wait, it is documented
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
taylorm has quit [Remote host closed the connection]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<shyim> Hey, I built a custom glibc as package. Now I want that a second package use my glibc over the from nixpkgs. Any idea? 🤔
toppler has joined #nixos
jb55 has quit [Remote host closed the connection]
asymptotically has quit [Remote host closed the connection]
asymptotically has joined #nixos
jb55 has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @expipiplus1 opened pull request #71026 → Joe vim plugs → https://git.io/JelDg
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/aff4d644fd6 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
rsoeldner__ has joined #nixos
<rnhmjoj> do you know if something related to (bitmap?) fonts changed with 10.09? i now have to specify rgstry=iso10646 in the xfontsel string otherwise i get a ridiculously upscaled version (rgstry=iso8859) of the same font, eventhough the pixel size is the same
<rnhmjoj> s/10.09/19.09/
noudle has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #70663 → ne: 3.1.2 -> 3.2.1 → https://git.io/JeCpz
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « ne: 3.1.2 -> 3.2.1 (#70663) »: https://git.io/JelDw
toppler has quit [Read error: Connection reset by peer]
tmaekawa has quit [Ping timeout: 268 seconds]
<rycee> On the train to Prague now. Anybody know if there is a meetup or something there soon? I'll stay until the 20th 🙂
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/92ab741f1cf (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
toppler has joined #nixos
fendor_ has quit [Ping timeout: 264 seconds]
snifffy has quit [Remote host closed the connection]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
feep_ is now known as feep
toppler has quit [Remote host closed the connection]
kenshinCH has quit [Ping timeout: 265 seconds]
toppler has joined #nixos
__monty__ has joined #nixos
kenshinCH has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Write error: Connection reset by peer]
<{^_^}> [nixpkgs] @turboMaCk opened pull request #71027 → ghc-8.8.x: jailbreak io-streams-haproxy → https://git.io/JelDP
toppler has joined #nixos
toppler has quit [Remote host closed the connection]
ixxie has joined #nixos
fendor_ has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
dycan has joined #nixos
lsyoyom has quit [Ping timeout: 276 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
rsoeldner__ has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @vcunat pushed commit from @ambrop72 to release-19.09 « nvidia-x11: Remove patches from the 390 version. (#69851) »: https://git.io/JelDM
toppler has quit [Read error: Connection reset by peer]
anabelian has quit [Remote host closed the connection]
rsoeldner__ has joined #nixos
<{^_^}> [nixpkgs] @dadada opened pull request #71028 → init: managesieve at 0.6 → https://git.io/JelDA
<{^_^}> [nixpkgs] @domenkozar merged pull request #70962 → Update elm nodepackages → https://git.io/Jel8g
<{^_^}> [nixpkgs] @domenkozar pushed 2 commits to master: https://git.io/JelDh
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/bfce1390946 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
toppler has joined #nixos
<infinisil> rycee: Not me, but maybe you could ask in #nixcon
rsoeldner__ has quit [Remote host closed the connection]
rsoeldner__ has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<rycee> infinisil: Thanks, good idea :-)
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
Soo_Slow has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
rsoeldner__ has quit [Remote host closed the connection]
rsoeldner__ has joined #nixos
Heirlung- has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69490 → copyq: 3.9.0 -> 3.9.2 → https://git.io/JeGKO
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « copyq: 3.9.0 -> 3.9.2 (#69490) »: https://git.io/Jelyn
Heirlung has quit [Ping timeout: 240 seconds]
toppler has quit [Read error: Connection reset by peer]
s94a84d2e has quit [Quit: Connection closed for inactivity]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
kenshinCH has quit [Ping timeout: 265 seconds]
toppler has joined #nixos
rsoeldner__ has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to release-19.09 « copyq: 3.9.0 -> 3.9.2 (#69490) »: https://git.io/Jelyz
<{^_^}> [nixpkgs] @flokli merged pull request #69422 → nixos/systemd: Make machinectl work with NixOS → https://git.io/JeGBg
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/Jelyg
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @risicle opened pull request #71029 → [r19.09] libsoup: 2.66.2 -> 2.66.4, fixing CVE-2019-17266 → https://git.io/Jely2
gnidorah has quit [Quit: Connection closed for inactivity]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/65d7bf58f11 (from 78 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69488 → clp: 1.17.2 -> 1.17.3 → https://git.io/JeGoh
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/Jelya
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69494 → chirp: 20190718 -> 20190905 → https://git.io/JeGKo
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelyV
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
rsoeldner__ has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
amf has quit [Quit: WeeChat 2.4]
toppler has joined #nixos
kp__ has joined #nixos
toppler has quit [Read error: Connection reset by peer]
dycan has quit [Remote host closed the connection]
kp__ has quit [Client Quit]
smatting has joined #nixos
<{^_^}> [nixpkgs] @joachifm merged pull request #70882 → aws-sdk-cpp: fixing hydra build → https://git.io/JeW97
<{^_^}> [nixpkgs] @joachifm pushed 2 commits to master: https://git.io/JelyS
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69474 → cherrytree: 0.38.8 -> 0.38.9 → https://git.io/JeGoJ
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/Jely9
toppler has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #71024 → pythonPackages.bokeh: added packaging dependency → https://git.io/JelDG
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/JelyH
<{^_^}> [nixpkgs] @flokli merged pull request #71013 → nixos/pulseaudio: don't autospawn ever → https://git.io/JeliM
<{^_^}> [nixpkgs] @flokli pushed 2 commits to master: https://git.io/Jely7
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69469 → bfs: 1.5 -> 1.5.1 → https://git.io/JeGrP
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/Jely5
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
feep has quit [Disconnected by services]
feep_ has joined #nixos
rsoeldner__ has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69462 → axel: 2.17.5 -> 2.17.6 → https://git.io/JeGrL
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelyF
ottidmes has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @joachifm merged pull request #70598 → {v8, v8_6_x}: fix log output exceeded w. GCC8 → https://git.io/JeCyF
<{^_^}> [nixpkgs] @joachifm pushed 2 commits to master: https://git.io/Jelyb
o1lo01ol1o has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
zupo has quit [Quit: Textual IRC Client: www.textualapp.com]
<{^_^}> [nixpkgs] @seppeljordan closed pull request #67944 → nix-prefetch-github: 2.3 -> 2.3.1 → https://git.io/fjpKe
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
kp__ has joined #nixos
zupo has joined #nixos
<{^_^}> [nixpkgs] @seppeljordan closed pull request #68704 → factorio: experimental 0.17.52 -> 0.17.68 → https://git.io/Jelyx
<{^_^}> [nixpkgs] @joachifm pushed to master « tinycc: fixup perms for generated .pc file »: https://git.io/Jelyh
zupo has quit [Client Quit]
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69461 → amtk: 5.0.0 -> 5.0.1 → https://git.io/JeGrk
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelSe
<{^_^}> [nixpkgs] @seqizz opened pull request #71030 → gitAndTools.gita: 0.9.2 -> 0.9.9 → https://git.io/JelSv
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69480 → credstash: 1.15.0 -> 1.16.1 → https://git.io/JeGo8
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelSJ
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to release-19.09: https://git.io/JelSU
<{^_^}> [nixpkgs] @vcunat merged pull request #71029 → [r19.09] libsoup: 2.66.2 -> 2.66.4, fixing CVE-2019-17266 → https://git.io/Jely2
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69451 → caf: 0.17.0 -> 0.17.1 → https://git.io/JeGwU
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelST
<{^_^}> [nixpkgs] @globin pushed to master « treewide: update some homepage URLs »: https://git.io/JelSI
ottidmes has joined #nixos
zupo has joined #nixos
toppler has joined #nixos
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/JelSO
<{^_^}> [nixpkgs] @seqizz opened pull request #71032 → passExtensions.pass-genphrase: 0.1 -> 0.2 → https://git.io/JelS3
<{^_^}> [nixpkgs] @globin merged pull request #70740 → grafana: 6.4.1 -> 6.4.2 → https://git.io/JeWO5
<{^_^}> [nixpkgs] @globin pushed 2 commits to master: https://git.io/JelSs
<{^_^}> [nixpkgs] @globin pushed 4 commits to release-19.09: https://git.io/JelSZ
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @bendlas pushed 5 commits to master: https://git.io/JelSn
<{^_^}> [nixpkgs] @bendlas closed pull request #68952 → faudio, wine, vkd3d: add faudio 19.10 and vkd3d 1.1 to wine → https://git.io/JeOzE
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69468 → libsForQt5.alkimia: 8.0.1 -> 8.0.2 → https://git.io/JeGrr
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelSc
<{^_^}> [nixpkgs] @vcunat pushed to staging-19.09 « curl: apply upstream security patches »: https://git.io/JelSC
mupf has quit [Quit: WeeChat 2.5]
jb55 has quit [Remote host closed the connection]
mupf has joined #nixos
jb55 has joined #nixos
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/bfce1390946 (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69513 → drumstick: 1.1.2 -> 1.1.3 → https://git.io/JeGP8
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelSl
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
alex has quit [Ping timeout: 268 seconds]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
freedan42x has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69515 → eagle: 9.4.2 -> 9.5.0 → https://git.io/JeGPF
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelS4
<freedan42x> I have default.nix(https://paste2.org/1jdjwL2P), how do I modify it so I can set shellHook?
rawtaz has joined #nixos
<ajs124> freedan42x: overrideAttrs?
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
kenshinCH has joined #nixos
toppler has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to staging-19.03 « curl: apply upstream security patch »: https://git.io/JelS0
<{^_^}> [nixpkgs] @c0bw3b closed pull request #66770 → bdf2psf: 1.192 -> 1.193 → https://git.io/fjFUm
<philipp[m]> Any estimates on when nixpkgs-unstable will recover?
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
kp__ has quit [Ping timeout: 268 seconds]
<infinisil> philipp[m]: It's looking good here: https://hydra.nixos.org/job/nixpkgs/trunk/unstable#tabs-status
noudle has quit []
<infinisil> So maybe just a couple hours
wfranzini has quit [Remote host closed the connection]
toppler has quit [Read error: Connection reset by peer]
wfranzini has joined #nixos
<philipp[m]> infinisil: Does that mean it should already be available? howoldis claims the channel hasn't been updated for two weeks.
toppler has joined #nixos
<philipp[m]> Got it, thanks.
<{^_^}> [nixpkgs] @c0bw3b pushed 3 commits to master: https://git.io/JelSV
<{^_^}> [nixpkgs] @c0bw3b merged pull request #68747 → bdf2psf: fix /usr/share -> /share, and don't install env-vars → https://git.io/JelSw
rsoeldner__ has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
kp__ has joined #nixos
qubasa has quit [Ping timeout: 268 seconds]
qubasa has joined #nixos
toppler has quit [Read error: Connection reset by peer]
rsoeldner__ has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @timokau merged pull request #71026 → vimPlugins: add 10 plugins and update → https://git.io/JelDg
<{^_^}> [nixpkgs] @timokau pushed 12 commits to master: https://git.io/JelSF
toppler has joined #nixos
xwvvvvwx- has joined #nixos
xwvvvvwx has quit [Ping timeout: 265 seconds]
alanz has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
ocmylife has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
feep_ is now known as feep
<{^_^}> [nixpkgs] @bendlas pushed 3 commits to master: https://git.io/Jel9Y
kp__ has quit [Quit: WeeChat 2.6]
kp__ has joined #nixos
<{^_^}> [nixpkgs] @bendlas pushed 5 commits to release-19.09: https://git.io/Jel9O
xwvvvvwx- has quit [Quit: ZNC 1.7.5 - https://znc.in]
ohz71 has joined #nixos
asymptotically is now known as mooman12
<{^_^}> [nixpkgs] @jwijenbergh opened pull request #71033 → init: spotify-tui at 0.5.0 → https://git.io/Jel9G
xwvvvvwx has joined #nixos
ocmylife has quit [Ping timeout: 240 seconds]
silver has joined #nixos
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #70946 → re2c: 1.0.3 -> 1.2.1 → https://git.io/Jel3d
<{^_^}> [nixpkgs] @thoughtpolice pushed 2 commits to staging: https://git.io/Jel9C
ocmylife has joined #nixos
<ohz71> Hi, can someone please validate that the following nix-shell works for him?
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69496 → crispyDoom: 5.6 -> 5.6.3 → https://git.io/JeGK7
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « crispyDoom: 5.6 -> 5.6.3 (#69496) »: https://git.io/Jel9W
ocmylife has quit [Client Quit]
<{^_^}> [nixpkgs] @marsam merged pull request #69255 → Init shiori → https://git.io/JesWI
<{^_^}> [nixpkgs] @marsam pushed 3 commits to master: https://git.io/Jel90
ng0 has joined #nixos
kenshinCH has quit [Ping timeout: 240 seconds]
kp__ has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #71035 → tflint: 0.12.0 -> 0.12.1 → https://git.io/Jel9g
kenshinCH has joined #nixos
ebzzry has joined #nixos
alanz has joined #nixos
avn has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69510 → calamares: 3.2.11 -> 3.2.15 → https://git.io/JeGiS
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « calamares: 3.2.11 -> 3.2.15 (#69510) »: https://git.io/Jel9w
<{^_^}> [nixpkgs] @REVATHYJESS opened pull request #71036 → fix spellind and grammer errors → https://git.io/Jel9r
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nix] @xbreak opened pull request #3141 → Downloader: Warn if no trusted CA file has been configured → https://git.io/Jel9X
<{^_^}> [nixpkgs] @joachifm closed pull request #71036 → fix spellind and grammer errors → https://git.io/Jel9r
toppler has quit [Read error: Connection reset by peer]
kp__ has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #71037 → syncthing: 1.2.2 -> 1.3.0 → https://git.io/Jel9D
<{^_^}> [nixpkgs] @marsam merged pull request #71021 → python: misaka: update homepage url → https://git.io/JelM7
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/Jel9S
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
klntsky_ has quit [Quit: WeeChat 1.6]
<{^_^}> [nixpkgs] @joachifm closed pull request #19663 → add config.services.xserver.windowManager.sway → https://git.io/vPyeU
klntsky has joined #nixos
doublex has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @joachifm closed pull request #28001 → trivial-builders: use shellcheck instead of 'sh -n' → https://git.io/v7oB9
romanello has joined #nixos
romanello has left #nixos [#nixos]
xwvvvvwx has quit [Ping timeout: 250 seconds]
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/222004e52e8 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
xwvvvvwx has joined #nixos
doublex has joined #nixos
<{^_^}> [nixpkgs] @joachifm merged pull request #41841 → samba: fix autostart service → https://git.io/vhVGJ
<{^_^}> [nixpkgs] @joachifm pushed 2 commits to master: https://git.io/Jel9d
<{^_^}> [nixpkgs] @marsam opened pull request #71038 → netdata: 1.17.1 -> 1.18.0 → https://git.io/Jel9F
<{^_^}> [nixpkgs] @vcunat pushed commit from @joachifm to release-19.09 « Merge #70598: {v8, v8_6_x}: fix log output exceeded w. GCC8 »: https://git.io/Jel9A
knupfer has joined #nixos
ng0 has quit [Quit: Alexa, when is the end of world?]
<{^_^}> [nixpkgs] @joachifm pushed 2 commits to release-19.09: https://git.io/JelHU
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
hmpffff has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #71039 → mtm: 1.1.0 -> 1.2.0 → https://git.io/JelHI
<xwvvvvwx> ohz71: I get a build failure with the following output: https://cloudflare-ipfs.com/ipfs/QmPjtfS2KJT7MbCRrYnhei5e8Rmb6oYw6y1r3Bhu2YnTBo
toppler has quit [Read error: Connection reset by peer]
<infinisil> ohz71: Nix is very much reproducible, so if you get an error everybody else will get an error too for the same nixpkgs version. So if you have a problem it's best to state the error and nixpkgs version upfront
toppler has joined #nixos
smatting has quit [Ping timeout: 245 seconds]
orivej has quit [Ping timeout: 246 seconds]
<ohz71> ohz71: big thanks
<ohz71> xwvvvvwx: big thanks
<clever> infinisil: there is a bug i recently found, that makes that statement non-true on non-nixos!
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
toppler has quit [Read error: Connection reset by peer]
<infinisil> Yeah it's not perfect, but in 99.9% of cases it's reproducible
<clever> infinisil: its a pretty weird bug, $NIX_BUILD_TOP isnt set right
<avn> Folks, anyone use docker and userns-remap within nixos?
<infinisil> clever: Got an issue link?
<ohz71> infinisil: I thought maybe there is someone able to build it
alex`` has joined #nixos
<clever> infinisil: i keep forgetting to file it, let me gist the repro files...
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> infinisil: first, try to just nix-build the nix file in https://gist.github.com/a0722abf36a1cfc5cadf8e39c356fba5
kenshinCH has quit [Ping timeout: 246 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<AmandaC> clever: ... something seems fucky with my linux VM, but not sure why. It's saying "Cannot allocate memory" even though it's for ~4G free still (I bumped the VM up to 8G RAM )
kenshinCH has joined #nixos
<{^_^}> nix#3142 (by cleverca22, 37 seconds ago, open): NIX_BUILD_TOP not set correctly outside of nixos
<clever> AmandaC: how much free disk space?
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<AmandaC> clever: 47G on /
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> AmandaC: try throwing a 20gig swap file at it, lol
<AmandaC> clever: might try that, it seems to have finished the image now, going to see if it works dispite the mess of errors, cause why not?
<avn> btw, any chances using nix/nixos on 2/4g VMs? May be as nixops slaves?
<AmandaC> my VM started with 4G of RAM, and I'll likely lower it back down to that once this finishes, just becasue I need my RAM for my games on that rig
<AmandaC> ( I threw a VBox VM on my windows gaming rig for this )
<avn> throw away windows, and use wine for gaming (lol)
<xwvvvvwx> So I made a nixos container using a config that includes `networking.dhcpcd.enable = true`, but when I boot the container dhcpcd does not seem to be running. Does anyone know why?
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> avn: or proton!
<xwvvvvwx> what am I missing?
ddellacosta has joined #nixos
<avn> clever: proton is pre-packaged wine as I guess
<AmandaC> avn: proton / wine's not quite there yet, so I just have a windows rig I leave hooked up to the livingroom TV and run steam / epic games on and use moonlight or steam IHS to stream the games to my linux laptop. :P
<avn> clever: I'd like to incorporate their patches to our wine ;)
<AmandaC> Quite a few of my games don't work under wine
<AmandaC> ( or proton )
<avn> AmandaC: I kidding ;) Is possible when you play 1-2 games (like me), but it can be painful if you a gamer ;)
<clever> thats why my main rig is still a dual-boot
<AmandaC> I wouldn't quite call myself a gamer, but I'm not quite casual either. :P
<clever> bbl
dansho has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<AmandaC> clever: I could never deal with dual-boot, one side always ended up getting neglected, so I opted to buy a gaming rig and treat it as a console that runs windows. It doesn't even permentally have a kb/mouse attacjhed, just a steam controller dongle
<AmandaC> VNC into it to do desktop-y stuff when nessary
<avn> I'd like to have switch last non-nixos based machine to nix, but is really low memory VM, run only postfix and few static websites
toppler has joined #nixos
<AmandaC> I'm planning to switch my Raspberry Pi NAS over to a nixos image.
toppler has quit [Read error: Connection reset by peer]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/abb5a4eda28 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<AmandaC> `1.9G/nix/store/8pdl8zrsd2naprppj4xl6566fl1y0mmj-nixos-sd-image-20.03pre194957.bef773ed53f-aarch64-linux.img/sd-image/nixos-sd-image-20.03pre194957.bef773ed53f-aarch64-linux.img` now to find out if those were all warnings, or hard-errors!
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
rsoeldner__ has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus pushed 6 commits to master: https://git.io/JelH9
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to release-19.03: https://git.io/JelHQ
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to release-19.09: https://git.io/JelH5
<dminuoso> AmandaC: Mmm you couldnt use nixops for that though, right?
<{^_^}> [nixpkgs] @primeos pushed to master « python37Packages.glances: 3.1.2 -> 3.1.3 »: https://git.io/JelHF
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #70989 → vivaldi: fix build on latest snapshot → https://git.io/Jelwv
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JelHb
<dminuoso> As far as I understand it, nixops requires the build and host to be the same, no?
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> dminuoso: nixops can use any build slave configured in /etc/nix/machines
<clever> dminuoso: thats how nixops can deploy linux from darwin
<clever> and in theory, it can do x86->arm like this
<clever> but this example needs a build slave that can actually run arm binaries
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @joachifm closed pull request #10653 → Bring Darwin frameworks and libs into scope in all packages by default → https://git.io/vWyQm
<dminuoso> clever: Oh that's interesting and it would solve one of our main issues (we have a lot of darwin users)
<{^_^}> [nixpkgs] @joachifm closed pull request #32532 → Altcoins: Add go-ubiq → https://git.io/vbBHo
<{^_^}> nixops#984 (by cleverca22, 1 year ago, open): update the automatic build slave functions under darwin
<dminuoso> clever: Is build slaves documented anywhere?
<clever> dminuoso: if your using a single-user install of nix on darwin, then nixops will configure the remote nixos machine to be a build slave
<clever> dminuoso: its all in the nix manual
<dminuoso> clever: Ahh I see, so the machine itself would serve as its own builder?
<clever> dminuoso: yep
<clever> dminuoso: that used to be automated in nixops, but recent improvements to the nix install script broke it
<dminuoso> Yeah.. I mean its probably easier to have a dedicated powerful build slave, such that we can have lightweight nixos machines :)
<dminuoso> But I love the idea
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> there is also...
<clever> dminuoso: `nix-build -A go && ./result` will boot nixos under qemu
<clever> dminuoso: it forces nixos to be a linux build (only way it works), but it lets the qemu float, and default to whatever the host is
<clever> dminuoso: so it can generate a darwin qemu binary, that launches nixos
<clever> but you need a linux build slave to bootstrap, and sshd doesnt run on bootup yet
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
ddellacosta has quit [Read error: Connection reset by peer]
aswanson has joined #nixos
ddellacosta has joined #nixos
idf has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
orivej has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<davidtwco> Has anyone else had issues with SSL certs in nix-shell (and lorri) since upgrading to 19.09?
<idf> davidtwco: I'm on NixOS 19.09 for a long time and I haven't had issues with nix-shell
<idf> sorry
<davidtwco> idf: I've been finding on one of my hosts that entering nix-shell makes curl/git/wget fail with SSL certs. I updated to 19.09 so figured it might be related, might not be though.
<idf> let me try
xwvvvvwx has quit [Quit: ZNC 1.7.5 - https://znc.in]
<idf> nope, it works
<red[m]> Ummm, regarding my PR #71015 - grahamcofborg failed tests on me.
<{^_^}> https://github.com/NixOS/nixpkgs/pull/71015 (by redvers, 12 hours ago, open): ponyc: 0.31.0 -> 0.32.0
toppler has quit [Read error: Connection reset by peer]
<red[m]> but the tests make no sense in the context of the package
<red[m]> (It's complaining about broken gnome - which, since this is a compiler - makes no sense to me)
xwvvvvwx has joined #nixos
<davidtwco> `fatal: unable to access '<url>': SSL certificate problem: unable to get local issuer certificate` is what I'm getting from git
<davidtwco> `curl: (77) error setting certificate verify locations: CAfile: /no-cert-file.crt CApath: none` from curl
<idf> both git and curl work for me in nix-shell
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
iqubic has quit [Quit: ERC (IRC client for Emacs 27.0.50)]
toppler has joined #nixos
dansho has quit [Read error: Connection reset by peer]
<davidtwco> Seems to only be happening with lorri actually.
<davidtwco> Looks like this: https://github.com/target/lorri/issues/98
<{^_^}> target/lorri#98 (by Shados, 16 weeks ago, closed): lorri+direnv breaks curl etc. by setting SSL_CERT_FILE
<davidtwco> Suppose I'll try upgrading lorri.
dansho has joined #nixos
kenshinCH has quit [Ping timeout: 250 seconds]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
kenshinCH has joined #nixos
<{^_^}> [nixpkgs] @flokli merged pull request #71006 → babeld: add test → https://git.io/Jel6W
<{^_^}> [nixpkgs] @flokli pushed 3 commits to master: https://git.io/JelQC
<davidtwco> Seems to have fixed it.
noudle has joined #nixos
<freedan42x> if I go inside nix-shell, bash commands in default.nix(https://paste2.org/ch2tzX6I) are not running, but if I set shellHook directly in foo.nix, it works. Why? The problem is that foo.nix is generated by cabal2nix, so I can't just set shellHook there since it rewrites occasionally
is_null has quit [Ping timeout: 268 seconds]
xwvvvvwx has quit [Quit: ZNC 1.7.5 - https://znc.in]
xwvvvvwx has joined #nixos
<clever> freedan42x: override it
<clever> freedan42x: this uses overrideAttrs to mutate a cabal2nix drv, and add buildInputs
<clever> but you can also add shellHook at the same time
<clever> freedan42x: it looks like you forgot .env
lunik1 has joined #nixos
<freedan42x> clever: .env is in shell.nix(https://paste2.org/KkbIcFaP)
<lunik1> hey, I'm trying to use lightdm with sway but sway does not appear in the list of sessions. anybody know what's up? I'm on 19.09.
xwvvvvwx has quit [Ping timeout: 268 seconds]
<idf> davidtwco: nice
growpotkin has joined #nixos
xwvvvvwx has joined #nixos
<evils> lunik1: nix is currently missing login manager integration, #57602 is tracking some of the issues
<{^_^}> https://github.com/NixOS/nixpkgs/issues/57602 (by primeos, 30 weeks ago, open): sway: Optimal NixOS integration
<evils> i'm just starting it from a shell
<idf> lunik1: I think it has to do with the fact sway is not part of services.xserver?
<idf> might be wrong
<idf> I'm using slim and it gets xmonad just fine
<{^_^}> [nixpkgs] @nyanloutre opened pull request #71041 → fs-uae: 2.8.4 -> 3.0.0 → https://git.io/JelQP
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<lunik1> I am pretty sure that slim does not support wayland sessions, but I thought ligtdm did...
towb has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
mooman12 has quit [Remote host closed the connection]
mooman12 has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
xwvvvvwx has quit [Ping timeout: 268 seconds]
rsoeldner__ has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @adisbladis merged pull request #70908 → go-ethereum: 1.9.5 -> 1.9.6 → https://git.io/Jelej
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JelQQ
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
philr has quit [Ping timeout: 245 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
nuncanada has joined #nixos
towb has left #nixos ["WeeChat 2.6"]
toppler has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #71042 → poppler_0_61: add patch for CVE-2019-9959 → https://git.io/JelQd
xwvvvvwx has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @vbgl opened pull request #71043 → compcert: 3.5 → 3.6; ocamlPackages.menhir: 20181113 → 20190626 → https://git.io/JelQb
MinceR_ has joined #nixos
toppler has quit [Read error: Connection reset by peer]
cosimone has joined #nixos
MinceR has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
fenedor has joined #nixos
fendor__ has joined #nixos
dansho has quit [Remote host closed the connection]
MinceR_ is now known as MinceR
dansho has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
xwvvvvwx has quit [Ping timeout: 246 seconds]
fendor_ has quit [Ping timeout: 268 seconds]
fendor has quit [Ping timeout: 276 seconds]
rawtaz has quit [Quit: bailing]
toppler has quit [Read error: Connection reset by peer]
mrCyborg has joined #nixos
xwvvvvwx has joined #nixos
jb55 has quit [Remote host closed the connection]
jb55 has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #71033 → spotify-tui: init at 0.5.0 → https://git.io/Jel9G
<{^_^}> [nixpkgs] @Ma27 pushed 3 commits to master: https://git.io/Jel7q
leo_ has joined #nixos
<leo_> I've been getting an error with nixops about the lock filename being too long.
wfranzini has quit [Remote host closed the connection]
<leo_> Anyone has experienced that?
wfranzini has joined #nixos
fenedor has quit [Read error: Connection reset by peer]
mooman12 is now known as asymptotically
toppler has quit [Read error: Connection reset by peer]
<leo_> "opening lock file ...-nixos.lock: File name too long"
<leo_> And the deploy is aborted.
leo_ has left #nixos [#nixos]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @ivan opened pull request #71044 → cargo-audit: 0.9.1 -> 0.9.3 → https://git.io/Jel7W
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/Jel7l
<{^_^}> [nixpkgs] @Ma27 merged pull request #71038 → netdata: 1.17.1 -> 1.18.0 → https://git.io/Jel9F
xwvvvvwx- has joined #nixos
xwvvvvwx has quit [Ping timeout: 240 seconds]
toppler has quit [Remote host closed the connection]
Havvy has quit [Ping timeout: 240 seconds]
matthuszagh has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
cosimone has quit [Quit: Terminated!]
<matthuszagh> hi. is there a way to change the source directory of a package in a nix build script? i've got a python module that's located in a subdirectory of another repo. this breaks assumptions made by setuptools
kleisli has joined #nixos
<{^_^}> [nixpkgs] @bachp opened pull request #71045 → plex: 1.17.0.1841 -> 1.18.0.1944 → https://git.io/Jel7R
<matthuszagh> i've tried preConfigure = "src = $src/python"; but without success
<matthuszagh> `src' originally comes from a fetchFromGitHub call
freedan42x has quit [Remote host closed the connection]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
rsoeldner__ has joined #nixos
alex`` has quit [Ping timeout: 265 seconds]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #63993 → catch2: 2.8.0 -> 2.9.2 → https://git.io/fjKYm
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « catch2: 2.8.0 -> 2.9.2 (#63993) »: https://git.io/Jel7E
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
Havvy has joined #nixos
<matthuszagh> nevermind i found it. i can set sourceRoot
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
Havvy has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
kleisli has quit [Ping timeout: 268 seconds]
toppler has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #71046 → [r19.09] poppler: add patch for CVE-2019-9959 → https://git.io/Jel7M
Havvy has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @ivan opened pull request #71047 → [19.09] Backport cargo-audit → https://git.io/Jel7y
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
kleisli has joined #nixos
Havvy has quit [Ping timeout: 268 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
is_null has joined #nixos
rsoeldner__ has quit [Remote host closed the connection]
abathur has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
marusich has joined #nixos
wildtrees has joined #nixos
toppler has quit [Read error: Connection reset by peer]
knupfer has quit [Quit: knupfer]
knupfer has joined #nixos
knupfer has quit [Client Quit]
rajivr___ has quit [Quit: Connection closed for inactivity]
nuncanada2 has joined #nixos
toppler has joined #nixos
wfranzini has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @symphorien opened pull request #71048 → [19.09] ocamlPackages.llvm: propagate needed libs, fix missing build parameter → https://git.io/Jel5B
<clever> matthuszagh: the unpackphase will copy $src to ., then set sourceRoot to be the path relative to ., after unpackPhase, it will cd $sourceroot
nuncanada has quit [Ping timeout: 276 seconds]
toppler has quit [Read error: Connection reset by peer]
<matthuszagh> clever: i've tried with sourceRoot = "${src}/python"; but i'm getting a load of chmod errors. doesn't look like it's making it past the unpackphase
<marusich> I've heard that Nix may have a feature that allows one to create a "fake" FHS file tree to present as an environment for scripts/programs/etc that expect FHS file paths to exist. I checked the manual, and I'm looking in the source but haven't found anything yet. Does anyone know if this feature exists and what it's called?
<matthuszagh> also tried with setSourceRoot and couldn't gett that to work either
<clever> matthuszagh: sourceRoot must remain relative to . via the copy
<clever> pkgs/default.nix:postUnpack = "sourceRoot+=/socket-io; echo source root reset to $sourceRoot";
<clever> matthuszagh: you want something like this, to append to it
nuncanada3 has joined #nixos
<marusich> Thanks, ivan!
<{^_^}> [nixpkgs] @matthewbauer merged pull request #66551 → qtstyleplugin-kvantum: use wrapQtAppsHook → https://git.io/fj5Bv
<{^_^}> [nixpkgs] @matthewbauer pushed 3 commits to master: https://git.io/Jel5V
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<matthuszagh> clever: that works! thanks a mil
<Yaniel> anyone familiar with getting cmake to find python modules in nixos?
<Yaniel> can't seem to get renderdoc to find pyside2
nuncanada2 has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
endformationage has joined #nixos
qqlq has quit [Quit: ZNC 1.7.4 - https://znc.in]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
qqlq has joined #nixos
jgeerds has joined #nixos
knupfer has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70662 → gtkd: 3.8.5 -> 3.9.0 → https://git.io/JeCpe
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/Jel5x
wfranzini has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<dsx> Is there a way to print a message when building configuration?
hmpffff has quit [Quit: Bye…]
<matthuszagh> dsx: you can put an echo in some part of the nix file
<matthuszagh> where do you want to print the message
<matthuszagh> as in what part of the build
jgeerds has quit [Ping timeout: 276 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<fresheyeball> infinisil: sorry to keep bugging you
<fresheyeball> but you seem to know this hie thing the best of anyone in nix land so far
<dsx> matthuszagh: I mean building nixos configuration
<fresheyeball> I think this problem should be easier
<fresheyeball> I have a project that uses a cabal.project file
<fresheyeball> hie docs say that should be supported
<fresheyeball> but I get `readCreateProcess: cabal "configure" ... (exit 1)
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<fresheyeball> I did some research, and it looks like cabal-helper is failing somehow
<fresheyeball> it appears to be running `cabal configure` in the subproject, which of course fails
toppler has joined #nixos
<fresheyeball> if I run `cabal configure name` from the root directory it's fine, as that is the cabal.project way
ottidmes has quit [Ping timeout: 265 seconds]
<fresheyeball> is there a way I can instruct hie on how to access cabal?
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/e758436f986 (from 3 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
xkapastel has quit [Quit: Connection closed for inactivity]
kenshinC1 has joined #nixos
<kenshinC1> Hello! I'm trying to use spotifyd, but I get this in the system log: `Home directory not accessible: Permission denied`, coming, apparently, from Pulse. Any hint what the problem could be?
<kenshinC1> (ah, audio is otherwise working perfectly)
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @marsam opened pull request #71049 → buildGoModule: disable default go module proxy → https://git.io/JeldW
toppler has joined #nixos
kleisli has quit [Ping timeout: 240 seconds]
waleee-cl has joined #nixos
toppler has quit [Read error: Connection reset by peer]
ohz71 has quit [Remote host closed the connection]
nobbo has joined #nixos
nobbo has quit [Client Quit]
xkapastel has joined #nixos
toppler has joined #nixos
<infinisil> fresheyeball: Why does cabal configure of course fail?
<fresheyeball> infinisil: because if I am cd'ed into the subproject
<fresheyeball> cabal configure cannot find the other subprojects and dependencies
toppler has quit [Read error: Connection reset by peer]
<fresheyeball> as* dependencies
toppler has joined #nixos
<infinisil> Hm well I thought hie didn't support subprojects
<infinisil> Let's go to #haskell-ide-engine
<AmandaC> clever: I'm def. confused. It's still talking about being unable to allocate memory, with a 20G swap file
toppler has quit [Read error: Connection reset by peer]
<clever> AmandaC: can you pastebin the exact error?
<clever> and all context around it
<AmandaC> clever: it's just a flood of `error while reading directory <some-path>: Cannot allocate memory`
<clever> AmandaC:not sure what else to do then
<AmandaC> I'mma make a full log of the thing, and upload that somewhere, maybe I'm missing something
<clever> AmandaC: you can run `nix-store -l /nix/store/foo` to get the logs for a build, if it passed
<AmandaC> oh, really?
<AmandaC> TIL, I'll do that after this builds then
<{^_^}> [nixpkgs] @cyplo opened pull request #71050 → geekbench 4.4.1 => 5.0.2 → https://git.io/Jeldo
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
jasonrm has quit [Quit: ZNC 1.7.4 - https://znc.in]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #71051 → [19.09] networkmanager: 1.18.2 -> 1.18.4 → https://git.io/JeldN
toppler has quit [Read error: Connection reset by peer]
foxmean has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @turboMaCk opened pull request #71052 → services.xserver.imwheel: add module → https://git.io/Jeldh
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
[Leary] has joined #nixos
Lears has quit [Read error: No route to host]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
Mr_Keyser_Soze has joined #nixos
Lears has joined #nixos
[Leary] has quit [Read error: No route to host]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
viric has joined #nixos
idf has quit [Ping timeout: 250 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
Mr_Keyser_Soze has quit [Ping timeout: 250 seconds]
Khetzal has quit [Quit: No Ping reply in 180 seconds.]
Khetzal has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
isd has joined #nixos
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/322a2732e40 (from 5 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
Mr_Keyser_Soze has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69521 → dmtcp: 2.5.2 -> 2.6.0 → https://git.io/JeGX2
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « dmtcp: 2.5.2 -> 2.6.0 (#69521) »: https://git.io/JelFZ
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<isd> Hey all. I'm trying to set up nixos on a box via NIXOS_LUSTRATE, using the instructions here: https://nixos.org/nixos/manual/index.html#sec-installing-from-other-distro but when I get to step 10, I get some errors that I don't know how to go about trying to fix; the log is here: https://mirror.zenhack.net/paste/nixos-log.txt
<isd> Note that that's the second run of the command; the output on the first was similar but there were more packages with the same message.
<isd> That output is from using the 19.09 channel. I tried the unstable channel first and got the same thing.
<isd> Any thoughts?
ng0 has joined #nixos
<AmandaC> isd: where did you install nix from? Seems like it might be an incompatability with an old nix version?
<marusich> infinisil, so is it a recursive reference? That makes it look like the script is expanding the script within itself.
<{^_^}> [nixpkgs] @worldofpeace pushed 0 commits to mine-2019-09-18: https://git.io/JelFl
<{^_^}> [nixpkgs] @worldofpeace pushed 0 commits to revert-58175-auto-update/gtksourceview: https://git.io/JelF8
toppler has quit [Read error: Connection reset by peer]
<isd> AmandaC: I used the curl ... | sh method
<AmandaC> not sure then, sorry
<AmandaC> what OS are you trying to install from?
toppler has joined #nixos
<isd> Arch linux
Ariakenom_ has joined #nixos
<infinisil> marusich: Huh no, init is a function that takes `run` as an argument
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69581 → groonga: 9.0.6 -> 9.0.7 → https://git.io/JeG7B
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « groonga: 9.0.6 -> 9.0.7 (#69581) »: https://git.io/JelFB
<marusich> ahhh
Mr_Keyser_Soze has quit [Ping timeout: 240 seconds]
<infinisil> clever: Oh hey, look at isd's paste https://mirror.zenhack.net/paste/nixos-log.txt, this looks like the problem you just mentioned earlier
<clever> infinisil: yep, thats exactly it
<marusich> I was confused because I thought nix functions had the form {x, y, z}: <other stuff>
<marusich> for single-argument functions, can you omit the brackets, then?
Ariakenom has quit [Ping timeout: 246 seconds]
<infinisil> clever: isd: So I guess the thing to do is make sure to run the command as root?
* isd tries
toppler has quit [Read error: Connection reset by peer]
<clever> infinisil: if you run it as root, it will fail because the nixbld group has no members
<clever> infinisil: --option sandbox false, is the simplest fix
<marusich> OK, I missed that because I read https://nixos.org/nix/manual/#ch-expression-language but it didn't mention this trivial cas.e
<marusich> Thank you for the link! Makes sense now.
<AmandaC> heh: `# (note: Slartibartfast is actually /significantly/ older)`
<infinisil> clever: If the instructions they linked to were followed, it should have members: https://nixos.org/nixos/manual/index.html#sec-installing-from-other-distro
<infinisil> marusich: :)
<marusich> I lied! It did mention it, but I just didn't see it.
<infinisil> Hehe, classic
<clever> isd: is nix-daemon running? who owns /nix/var/db ?
<{^_^}> [nixpkgs] @ariutta opened pull request #71053 → Update python.section.md Tools → https://git.io/JelFu
<clever> infinisil: if you have write to /nix/var/nix/db/ then nix wont try to contact the daemon, and wont gain root automatically
<isd> There's no nix-daemon process. /nix/var/db is owned by my current user
<marusich> I expected ${} to be bash parameter expansion, but it seems like it must be something else.
<marusich> (function call...?)
<AmandaC> function call, marusich.
<marusich> But it occurs within a string - is this string not interpolated as a shell command, then?
<isd> The bit about creating group for the builders is under the section only for installing to a separate partition
<AmandaC> or, to be more specific, string interpolation of a nix expression (that happens to be a function call )
<marusich> Oh, OK. I see that it's using \$ to do shell parameter expansion.
Ralith_ has quit [Read error: Connection reset by peer]
<marusich> Got it.
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
Ralith_ has joined #nixos
mexisme has joined #nixos
abathur has quit [Ping timeout: 268 seconds]
asheshambasta has joined #nixos
<isd> --option sandbox false does not fix the issue.
<isd> I guess I can actually try adding the build group
<clever> isd: is nix-daemon running?
monsieurp has quit [Ping timeout: 276 seconds]
monsieur1 has joined #nixos
<clever> isd: it sounds like you dont have a multi-user setup fully configured, /nix/store and /nix/var should be owned by root (along with most of the subdirs), and nix-daemon has to be running as root
wedens has quit [Quit: Connection closed for inactivity]
<isd> correct. The instructions seem to suggest you don't need this, and I've had success without it before
<isd> nix-daemon is in fact not running.
<isd> Is switching over as simple as chown root:root /nix; nix-daemon?
<isd> s/chown/chown -R/
<clever> isd: recursive chown, -R
<clever> yeah
<clever> and then fixing ownership for profiles
<clever> you need to own your subdir from /nix/var/nix/profiles/per-user/
<isd> what needs to happen for the profiles?
<clever> i just look at the permissions on a nixos machine and copy them over, for any dir that fails
<clever> File: /nix/var/nix/profiles/per-user/
<clever> Access: (1777/drwxrwxrwt) Uid: ( 0/ root) Gid: ( 0/ root)
<clever> (its sticky, like /tmp)
asheshambasta has quit [Ping timeout: 246 seconds]
<clever> drwxr-xr-x 3 clever users 13 Oct 9 04:11 /nix/var/nix/profiles/per-user/clever/
<clever> and i own my own dir
<isd> elix subinterval drapes glowing
hmpffff has joined #nixos
<isd> Fuck, now I get to change my password
<{^_^}> [nixpkgs] @MicrosoftTakeover opened pull request #71054 → scummvm: 2.0.0 -> 2.1.0 → https://git.io/JelF6
<AmandaC> clever: how can I get the derevation that's a dependency of the final one, since it's the cptofs step that's falling over, instead of the final image creation?
<AmandaC> Still curious, but found the derevation in the console history for now.
<infinisil> AmandaC: You can run `nix-store -r /nix/store/...-foo.drv` to build a .drv file
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> and if its already built, it will just print the path to the result
doublex has quit [Read error: Connection reset by peer]
doublex_ has joined #nixos
toppler has joined #nixos
<{^_^}> [nixpkgs] @dasJ opened pull request #71055 → treewide: Switch to system users → https://git.io/JelFX
hmpffff has quit [Client Quit]
doublex_ has quit [Read error: Connection reset by peer]
doublex has joined #nixos
hmpffff has joined #nixos
<AmandaC> clever: here's the log for the ext4-fs step that keeps spamming the message: https://gitlab.darkdna.net/amanda/nix/snippets/79 -- Nothing imeediately jumps out to me from the top, but it seems to start fairly early.
<clever> AmandaC: 404
<{^_^}> [nixpkgs] @tokudan opened pull request #71056 → Update to PR #64267, add missing release notes and documentation [19.09] → https://git.io/JelFM
<{^_^}> [nixpkgs] @jansol opened pull request #71057 → renderdoc: 1.4 -> 1.5 → https://git.io/JelFD
kleisli has joined #nixos
<Yaniel> Ralith_: ^
<Yaniel> also tips on getting it to notice pyside2 are very welcome
<AmandaC> clever: whoops, created it with the wrong permissions, should work now, same URL
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed to master « aliases.nix: update jikes message »: https://git.io/JelFy
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
doublex has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to release-19.09: https://git.io/JelF9
<clever> AmandaC: find the drv for the that path, and run `nix show-derivation` on it, to see the build command, then see if you can reproduce it by manually running the cmd
<clever> AmandaC: some of the output paths will have to be tweaked
<AmandaC> clever: how would I go about finding the derevation?
toppler has quit [Read error: Connection reset by peer]
<clever> AmandaC: nix-store --query --deriver /nix/store/foo.img
mexisme has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @Ma27 merged pull request #71030 → gitAndTools.gita: 0.9.2 -> 0.9.9 → https://git.io/JelSv
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JelF7
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
doublex has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<isd> After setting up a system wide install (I nuked the old one and installed with --daemon), I go through the process and at the same step get: error: file 'nixpkgs/nixos' was not found in the Nix search path (add it using $NIX_PATH or -I)
doublex has quit [Ping timeout: 276 seconds]
<clever> isd: `echo $NIX_PATH` ?
<isd> Perhaps worth noting: the instructions say to point to a "system" profile (which is included in the paths), but that directory doesn't exist. I don't know that it's supposed to, but that jumped out at me.
<isd> clever: empty
<clever> isd: you need to source the profile.d/nix.sh file
ixxie has quit [Ping timeout: 268 seconds]
<clever> ls ~/.nix-profile/etc/profile.d/nix.sh
<isd> Ah, it's because I did sudo -s, if I start a login shell it sets the var
<clever> isd: mine is here
<clever> isd: i use `sudo -i` to get root shells
knupfer has quit [Ping timeout: 264 seconds]
mexisme has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<isd> Anyway, it seems to be working now.
arianvp has quit [Quit: WeeChat 2.6]
<isd> thanks all
<clever> isd: in the past, i have converted a single-user nix install on gentoo, into full blown nixos!
<clever> basically, just nix-build nixos, forcibly update the bootloader config, then rm -rf /lib /bin /usr, and fix the permissions!
arianvp has joined #nixos
ottidmes has joined #nixos
<isd> Yeah, I've done it with single-user systems before, not sure why it didn't work this time.
knupfer has joined #nixos
knupfer has quit [Client Quit]
knupfer has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<superbaloo> when cross compiling, can a package depend on itself with nativeBuildInput?
drakonis has joined #nixos
<clever> superbaloo: as long as the native version doesnt, it should be fine
<superbaloo> ha
<superbaloo> what would be the syntax to do that?
<clever> not sure, you would need to test a flag somewhere to see if your doing a native or cross build
dansho has quit [Remote host closed the connection]
dansho has joined #nixos
<superbaloo> config.nixpkgs.crossSystem would do
<superbaloo> I guess
<symphorien> stdenv.buildPlatform != stdenv.hostPlatform
mexisme has quit [Ping timeout: 276 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<superbaloo> ha nice
<superbaloo> thanks a lot
toppler has joined #nixos
matthuszagh has quit [Ping timeout: 276 seconds]
isd has left #nixos ["User left"]
isd has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/65d7bf58f11 (from 10 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
toppler has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
<infinisil> philipp[m]: There it is ^^
__monty__ has quit [Quit: leaving]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
inkbottle has quit [Ping timeout: 240 seconds]
toppler has quit [Read error: Connection reset by peer]
inkbottle has joined #nixos
nicks0n has joined #nixos
* nicks0n looks around
Soo_Slow has quit [Remote host closed the connection]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
isd has left #nixos ["User left"]
toppler has joined #nixos
kp__ has quit [Quit: WeeChat 2.6]
chloekek has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @WilliButz opened pull request #71058 → prometheus-nextcloud-exporter: init at 2019-10-12, with module and test → https://git.io/JelNv
niso has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69649 → libite: 2.0.2 -> 2.1.0 → https://git.io/JeZsW
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelNf
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69648 → libsvm: 3.23 -> 3.24 → https://git.io/JeZsZ
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelNJ
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69624 → libdsk: 1.5.10 -> 1.5.12 → https://git.io/JeGNK
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelNT
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69623 → krusader: 2.7.1 -> 2.7.2 → https://git.io/JeGNW
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelNI
Izorkin has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69629 → link-grammar: 5.6.2 -> 5.7.0 → https://git.io/JeGAv
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JelNY
ddellacosta has quit [Ping timeout: 268 seconds]
toppler has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
asymptotically has quit [Quit: Leaving]
toppler has quit [Read error: Connection reset by peer]
cyris212 has quit [Quit: ZNC 1.7.3 - https://znc.in]
cyris212 has joined #nixos
ddellacosta has joined #nixos
fresheyeball has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/bfce1390946 (from 12 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70991 → vscodium: 1.38.1 -> 1.39.1 → https://git.io/JelwJ
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JelNl
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @eadwu to release-19.09 « vscodium: 1.38.1 -> 1.39.1 »: https://git.io/JelN4
xkapastel has quit [Quit: Connection closed for inactivity]
toppler has quit [Read error: Connection reset by peer]
niso has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<{^_^}> [nixpkgs] @aanderse merged pull request #66629 → lv: init at 4.51 → https://git.io/fj5jb
<{^_^}> [nixpkgs] @aanderse pushed 3 commits to master: https://git.io/JelNR
<niso> by chance someone knows why newsboat was marked broken? https://github.com/NixOS/nixpkgs/commit/5aa4b1994629ed0701b8b6d6e094da9d7d912721
<infinisil> niso: Presumably because it didn't build
<infinisil> hydra should have logs for it, lemme see..
<{^_^}> [nixpkgs] @c0bw3b closed pull request #65873 → aws-c-common: 0.3.11 -> 0.3.15 → https://git.io/fjHI1
toppler has quit [Read error: Connection reset by peer]
<infinisil> Hm wait
<{^_^}> [nixpkgs] @c0bw3b closed pull request #62355 → aws-sdk-cpp: 1.7.90 -> 1.7.113 → https://git.io/fjEmv
kleisli has quit [Ping timeout: 265 seconds]
<{^_^}> #70645 (by disassembler, 5 days ago, merged): 19.09 zhf mark broken
<infinisil> As part of a release, all broken package builds get marked as such
<infinisil> And it seems that newsboat was broken at that time
Okinan has quit [Quit: Konversation terminated!]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<niso> infinisil: uhm, what could have cause them to fail? https://hydra.nixos.org/build/102233360/nixlog/1
Okinan has joined #nixos
xfix has quit [Quit: Konversation terminated!]
<infinisil> No idea, but it looks like it was fixed at some point as it's not broken in master
<infinisil> I'm checking 19.09 now
toppler has joined #nixos
kvda has quit [Quit: Textual IRC Client: www.textualapp.com]
slack1256 has joined #nixos
leo_ has joined #nixos
<niso> infinisil: and in 19.09
doublex has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #70763 → envelope: init at 0.0.4 → https://git.io/JeWWs
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JelNS
toppler has joined #nixos
stampe has joined #nixos
<infinisil> niso: I meant actually broken, not marked as broken
stampe is now known as byrn
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to release-19.09: https://git.io/JelN9
<niso> infinisil: ahh, yes, the hashes of the broken/non-broken builds of hydra match -> thus i'm wondering about the reason
<{^_^}> [nixpkgs] @tokudan opened pull request #71059 → kicad-512 aarch64 building test - do not merge → https://git.io/JelNH
<leo_> Any of you know how to deal with a "...-nixos.lock: File name too long"?
<niso> infinisil: plus how should one proceed? submit a pr? or will hydra fix it automatically?
slyfox has quit [Ping timeout: 240 seconds]
<infinisil> niso: A PR for unmarking it as broken to master mentioning it should be backported would be great
<clever> leo_: what FS is the nix store on?
toppler has quit [Read error: Connection reset by peer]
<infinisil> niso: For now just using allowBroken can be used
<niso> infinisil: alright, thanks
<leo_> clever: what do you mean?
<clever> leo_: what filesystem is the /nix/store directory on?
slyfox has joined #nixos
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
<leo_> clever: ext4
Izorkin has joined #nixos
<clever> leo_: how long is the path?
<leo_> let me see.
<leo_> 285 characters it seems.
<clever> leo_: thats not tht long...
<{^_^}> [nixpkgs] @symphorien opened pull request #71060 → nix-du: 0.3.0 -> 0.3.1 → https://git.io/JelN5
<leo_> nixops is complaining. Wont build. :s
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/d4f085036b3 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<infinisil> clever: Well filename length is often limited to 255 bytes
doublex has quit [Quit: Quit]
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
<clever> infinisil: yeah, but id expect any modern system to handle >255
<infinisil> Wouldn't it be a hard limit in the filesystem?
<clever> infinisil: ahh, wikipedia reveals that a filename (not a whole path) is limited to 255 chars
<infinisil> Yeah that's what I was looking at too
<clever> leo_: can you paste the entire path here?
<leo_> Sure.
<leo_> I'll have to rerun deploy. Just a sec.
<leo_> /nix/store/yd6swsfnmcrzd4dcpksixk39jgrawx70-52zgn317wvdkhi1agqm9ar5h8b1ra0pb-fvx9xsbc75pabsi79mdz9sq4zfqq1hjw-6hi1n8invw5r3vdy7fd5qigpmkh71b9c-2r9hhgbxsf9i8c5lcfqyiamj51130jak-zn40jk2ymw8v6ahwzykbvr2w06pm3qhc-prxpg42xf2b84d11ws4pnzc5c3p3wmgb-gckr3shicp3w9rbav3gy7jr4llcsa7i2-nixos.lock
<leo_> I still had it in my clipboard.
<clever> leo_: why do you have 6 hashes in the path??
<leo_> You tell me.
<clever> 8*
<leo_> I have no idea.
<leo_> What does that mean?
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> leo_: your likely doing something wrong, somewhere
<clever> leo_: can you pastebin the entire output of nixops?
<leo_> My config.
<leo_> The shell I use to deploy.
<leo_> clever: yeah.
<leo_> Just a sec.
<clever> let dir = toString ../.;
<clever> leo_: toString is rarely needed, it should still work if you remove that and just ../.;
<ixiqem> Nixos seems to have completely broken for me, and it seems to be something outside of generations. Kwin is crashing (can't move or resize windows) it can be fixed by nuking ~/.cache, but only temporarily. Network can't connect to eno1 so I have no network, and this is happening on every generation i've tried (from the latest to the first to some inbetween, all of which have historically not had these
<ixiqem> problems).
<clever> leo_: ah wait, but in this case, id keep it like you have
<leo_> Oh. I'll change that.
<clever> since it would copy the entire dir
<ixiqem> The only culprit I can think of is secure boot or something that my dual windows (on a different drive) has done. But I can still _boot_ into nixos and windows
<leo_> Ah! Yeah
ng0 has quit [Quit: Alexa, when is the end of world?]
<clever> leo_: reading more...
<leo_> Thanks!
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<leo_> I'm waiting on nixops.
toppler has joined #nixos
<{^_^}> [nixpkgs] @hedning opened pull request #71061 → nixos/lightdm: do not lock up with plymouth → https://git.io/JelNh
<leo_> nixops entire error message.
<clever> leo_: try again with -vvvv and --show-trace ?
<leo_> Sure.
<clever> leo_: and what is $NIX_PATH in that shell?
<clever> leo_: is there a nix path set in `nixops info` ?
toppler has quit [Read error: Connection reset by peer]
doublex has joined #nixos
<leo_> clever: The nix path in the shell is
<leo_> And in nixops info? What do you mean?
<clever> that looks file
<clever> [clever@system76:~]$ nixops info -d house --no-eval
<clever> Nix path: -I nixpkgs=https://github.com/nixos/nixpkgs/archive/ecf59492c75220e37caf533d09087349ab7e5577.tar.gz
<leo_> No Nix path for me
<leo_> In the output of `nixops info`
<clever> leo_: if you check `env`, do any of the hashes from the error appear in it?
nicks0n has quit [Ping timeout: 240 seconds]
sigmundv has joined #nixos
<leo_> What do you mean?
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> leo_: for each of the hashes in that long path, check if its in the output of `env`
<{^_^}> [nixpkgs] @tokudan closed pull request #71059 → kicad-512 aarch64 building test - do not merge → https://git.io/JelNH
<leo_> On it.
selfsymmetric-pa has joined #nixos
<leo_> clever: None in the output of env.
<leo_> I'll send you deploy with `--debug --show-trace`
<clever> --debug likely wont add much of value
<clever> thats nixops level debug, rather then nix level debug
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> leo_: it may also help to know what changes happened to cause this error, why did it start?
kenshinC1 has quit [Quit: WeeChat 2.6]
<leo_> clever: First time was after I changed the `binaryCaches`
<leo_> But it might be a false clue.
knupfer has quit [Ping timeout: 245 seconds]
<clever> while evaluating the option `system.extraSystemBuilderCmds':
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/e758436f986 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
srl295 has joined #nixos
<clever> leo_: remove the $ from this line, then try `nixops deploy --build-only`: https://github.com/leosbotelho/cartons/blob/313b3bfa694cb09d9ddd4e757e86290d41f653a1/deploy/default.nix#L47
<leo_> What $?
<clever> leo_: in the ${pkgs.path}
<leo_> The one in $out or pkgs.path?
<leo_> So {pkgs.path} instead of ${pkgs.path}?
<clever> yeah
toppler has joined #nixos
<clever> just for testing
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<leo_> overlays-compat has another extraSystem...
<clever> leo_: that one isnt referencing any paths that could be called nixos
<leo_> Now it worked!
<leo_> Maaaan
<leo_> Its building.
<clever> that confirms where the problem is
byrn has quit [Quit: byrn]
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/322a2732e40 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<{^_^}> Channel nixpkgs-19.09-darwin advanced to https://github.com/NixOS/nixpkgs/commit/eb8f8180d8f (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.09-darwin)
stampe has joined #nixos
<leo_> I learned a tad on how to debug this kinda thing. .-.
<clever> the next thing to do, is to find out why the path is that long
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @paumr opened pull request #71062 → newsboat - unmark as broken → https://git.io/JelA3
<clever> leo_: oh, is this deploying to itself?
<leo_> Yeah.
<clever> leo_: ah, then pkgs.path is a timebomb
<niso> infinisil: i submitted a pr
<clever> leo_: each time you deploy, it copies that nixpkgs folder, and adds another hash to it
toppler has quit [Read error: Connection reset by peer]
<clever> leo_: until its too long and things blow up
<niso> infinisil: thanks for the help/infos
<infinisil> niso: Cool thanks
<leo_> .-.
<leo_> Didn't know about that.
toppler has joined #nixos
<leo_> Took that line from your config. xd
<clever> leo_: i'm also using -I nixpkgs=
<clever> leo_: so nixops will always unpack that tar to a stable path, and pkgs.path points to that, and no copying happens
<clever> leo_: but youve got pkgs.path pointing to a symlink, which confuses nix, causing it to copy from store->store, and prefix another hash onto it
<clever> id say this is a bug in nix, when it decides if it should copy to the store or not
<leo_> Thank you very much for your help.
toppler has quit [Read error: Connection reset by peer]
isd has joined #nixos
fiddlerwoaroof_ is now known as fiddlerwoaroof
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
fiddlerwoaroof is now known as fiddlerwoaroof_
fiddlerwoaroof_ is now known as fiddlerwoaroof
<isd> Hello again. So I've got a nixos box up and running, but there's a partition from the old system that I can't figure out how to mount it's an ext4 partion inside of an lvm volume which is on a raid 1 array. The raid array seems to be available as /dev/md127, and lvdisplay and friends can detect the relevant lvm things, but lvdisplay reports LV Status: NOT available, and I'm having trouble figuring out how to go about getting the
<isd> system to find what it needs and mount it. Any ideas?
<clever> isd: can you pastebin the output of `pvdisplay ; vgdisplay ; lvdisplay` ?
nicks0n has joined #nixos
leo__ has joined #nixos
stampe has quit [Quit: stampe]
byrn has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<clever> isd: and if you run `vgchange -a y`, does the `LV Status` in `lvdisplay` change?
leo_ has quit [Ping timeout: 265 seconds]
<isd> That did the trick, thanks.
byrn has quit [Client Quit]
byrn_ has joined #nixos
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
<isd> /part
isd has left #nixos ["User left"]
nicks0n has left #nixos [#nixos]
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
nicks0n has joined #nixos
toppler has joined #nixos
leo__ has quit [Ping timeout: 240 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
palo has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @Infinisil merged pull request #71062 → newsboat - unmark as broken → https://git.io/JelA3
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JelAw
<{^_^}> [nixpkgs] @Infinisil pushed commit from @paumr to release-19.09 « newsboat - unmark as broken »: https://git.io/JelAo
toppler has quit [Ping timeout: 240 seconds]
palo has joined #nixos
evelyn has joined #nixos
toppler has joined #nixos
dansho has quit [Read error: Connection reset by peer]
dansho has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
inkbottle has quit [Ping timeout: 268 seconds]
<{^_^}> [nix] @matthewbauer opened pull request #3144 → Fix sandbox fallback settings → https://git.io/JelA7
inkbottle has joined #nixos
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a2b8b198195 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
toppler has joined #nixos
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
<danderson> Having a bit of trouble with network configuration using networkd. Does `interfaces.*.ipv4.routes` get ignored when using networkd?
<danderson> in particular, I'm trying to use that to configure multiple default routes, for a reasonably complicated router setup, but the routes seem to not get propagated into networkd configuration.
selfsymmetric-pa has quit [Remote host closed the connection]
toppler has quit [Read error: Connection reset by peer]
toppler has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
niso has quit [Ping timeout: 268 seconds]
ottidmes has quit [Ping timeout: 268 seconds]
toppler has joined #nixos
niso has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
fusion809 has quit [Remote host closed the connection]
thc202 has quit [Ping timeout: 250 seconds]
thc202 has joined #nixos
byrn_ has quit [Quit: byrn_]
byrn_ has joined #nixos
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 245 seconds]
mbrgm_ is now known as mbrgm
selfsymmetric-mu has joined #nixos
byrn_ has quit [Client Quit]
fusion809 has joined #nixos