sphalerite changed the topic of #nixos to: NixOS stable: 19.03 \o/ https://discourse.nixos.org/t/nixos-19-03-release/2652 || 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
<Guanin> The configuration for the greeter is generated when you run 'nixos-rebuild switch', and then stored within /nix/store (and linked with "a lot of symlinks" to the right place). To keep the system as reproducible and sane as possible (pretty handwavy explanation), /nix/store (and thus the configuration) is readonly
alp has quit [Ping timeout: 258 seconds]
<juliusdeane> So does anything that would usually go in a .conf file go in configuration.nix?
<{^_^}> [nixpkgs] @marsam merged pull request #63148 → reviewdog: init at 0.9.12 → https://git.io/fj2Fw
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjaTo
<Guanin> juliusdeane yes, that is the basic idea. Keeping everything in one place, in an uniform language to describe the system
<Guanin> I just noticed that there is also services.xserver.displayManager.lightdm.background to set the background for all greeters :)
<Guanin> If you want a list of all lightdm related options, look at https://nixos.org/nixos/options.html#lightdm.
<juliusdeane> Sweet, thanks
<Guanin> That's also probably the better approach, as the background is always explicitely set (See https://github.com/NixOS/nixpkgs/blob/release-19.03/nixos/modules/services/x11/display-managers/lightdm-greeters/gtk.nix#L53 if you want to dig into the source :) )
mexisme has joined #nixos
jgt has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
<drakonis> zacts: there's a nix implementation in haskell
<zacts> drakonis: oh cool
<zacts> thanks
day|flip has quit [Remote host closed the connection]
<Guanin> zacts Wait until you want to switch your hardware the first time - I switched on my laptop to NixOS and decided to move my desktop, too. Got the system running in basically 5 minutes + waiting time for nixos-install, and it was really awesome having an identical setup available that easy
jgt has quit [Ping timeout: 258 seconds]
<zacts> oh nice! yeah.
juliusdeane has quit [Quit: ERC (IRC client for Emacs 26.1)]
<zacts> I also like the idea of the git filesystem. I wonder if it could be combined with NixOS in any way.
<zacts> just thoughts..... don't know the specifics of what that idea might be, but it seems like these kinds of things might go well together.
<zacts> but indeed, NixOS is very cool so far.
mexisme has quit [Ping timeout: 245 seconds]
<Guanin> zacts git is not really suited for large files (maybe with git-lfs or git-annex), but if you manage as much as possible through /etc/nixos, you could put that inside a git repo, and use btrfs+snapper (or lvm with a systemd timer or anything else that can make snapshots) for /home and call it a day
<zacts> oh cool
<Guanin> (Oh well, and if you have anything database related, you probably also want /var)
<zacts> Guanin: yeah, I think I was thinking of bup and git-annex
cjpbirkbeck has joined #nixos
<{^_^}> [nixpkgs] @dmvianna closed pull request #63010 → infix: init at 1.2 → https://git.io/fjgHL
o1lo01ol1o has joined #nixos
day|flip has joined #nixos
o1lo01ol1o has quit [Ping timeout: 268 seconds]
toppler has quit [Ping timeout: 272 seconds]
Arahael has quit [Ping timeout: 244 seconds]
Arahael has joined #nixos
toppler has joined #nixos
Arahael has quit [Ping timeout: 245 seconds]
arahael1 has joined #nixos
Matthieu_ has quit [Ping timeout: 248 seconds]
thc202 has quit [Quit: thc202]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/46ce40ba6a6 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
jgt has joined #nixos
alex`` has quit [Read error: Connection reset by peer]
jgt has quit [Ping timeout: 248 seconds]
vid has joined #nixos
alex`` has joined #nixos
orivej has quit [Ping timeout: 248 seconds]
vidbina has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63040 → brave: 0.61.50 -> 0.65.118 → https://git.io/fj2fR
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjaTx
_ris has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #63180 → gthumb: 3.6.2 -> 3.8.0 → https://git.io/fjaTp
alex`` has quit [Read error: Connection reset by peer]
<drakonis> zacts: OSTree comes to mind
<zacts> cool
romildo has quit [Quit: Leaving]
halogenandtoast has quit [Quit: WeeChat 2.4]
Guanin has quit [Remote host closed the connection]
rprije has joined #nixos
alex`` has joined #nixos
day|flip has quit [Remote host closed the connection]
ym555 has joined #nixos
o1lo01ol1o has joined #nixos
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
day|flip has joined #nixos
n0qqe has joined #nixos
noqqe has quit [Ping timeout: 248 seconds]
n0qqe is now known as noqqe
iyzsong has joined #nixos
ym555_ has joined #nixos
jgt has joined #nixos
G0ld3nChi1d has joined #nixos
ym555 has quit [Ping timeout: 248 seconds]
dansho has joined #nixos
jgt has quit [Ping timeout: 252 seconds]
<pie__> is there a common way to import a channel in default.nix?
<pie__> i mean a channel i have installed
vidbina has joined #nixos
day|flip has quit [Remote host closed the connection]
day|flip has joined #nixos
vid has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #61421 → nixos/enlightenment: fix build with config.allowAliases=false → https://git.io/fjW83
<{^_^}> [nixpkgs] @jtojnar pushed 5 commits to master: https://git.io/fjakc
<samueldr> pie__: import <channel-name>
<samueldr> well, import <channel-name> {/* options for nixpkgs */}
<pie__> odd, i tried that
<pie__> doesnt that only work if you have a thing= expression in NIX_PATH?
<samueldr> it assumes you have (the equivalent to) /Users/samuel/.nix-defexpr/channels in your NIX_PATH
<samueldr> which AFAIK is supposed to be a default
<pie__> I have nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/pathstuff/configuration.nix:/nix/var/nix/profiles/per-user/root/channels
<samueldr> name-less entries will be looked at too
WhittlesJr has joined #nixos
<samueldr> >> will cause Nix to look for paths relative to /home/eelco/Dev and /etc/nixos, in that order
<samueldr> for that example
<pie__> ok ill check again but something was unhappy...
Matthieu_ has joined #nixos
<samueldr> though, to be noted, I do have a custom nix path in my configuration, but I *think* that bit should be relatively standard
<pie__> ok maybe the problem is that its only looking at root channels
<pie__> why doesnt it have my user channels in there too...?
<pie__> nix-channel --list does list one thing
<pie__> which is the one i want
<pie__> so i ifugred it would work without messing with any env vars
<samueldr> welp, looks like I'm non-standard
<samueldr> or uh
<samueldr> no, I am
<WhittlesJr> Anyone know what could cause `nvidia-settings` to rebuild? I can't find anything suspicious in my config, but with `services.xserver.videoDrivers = [ "nvidia" ];` it tries and fails to build `nvidia-persistenced` no matter what channel. It fails at `/build/source/_out/Linux_x86_64/gen-manpage-opts: Permission denied`. Switching no "nouveau" works.
<drakonis> ah its channel pain
<samueldr> drakonis: no
<drakonis> okay.
oborot has joined #nixos
<samueldr> I figure it's likely the profile (environment profile) that sets it up
* pie__ shrugs cluelessly
<samueldr> right, it was staring at me
<pie__> samueldr, how does stuff like nix-env -p channelname.whatever do it without the env var
<samueldr> try it
<samueldr> (I don't know)
<pie__> nix env doesnt have a -p btw i just keep doing that wrong
<samueldr> looks like it's not using NIX_PATH at all
<pie__> man i should probably get some sleep
<samueldr> so that's why .nix-defexpr is added to NIX_PATH by the default shell init
<samueldr> what shell are you using?
<pie__> bash
<samueldr> I see it will only prepend it to NIX_PATH when it exists
<samueldr> if [ -e "$HOME/.nix-defexpr/channels" ]; then
<samueldr> export NIX_PATH="$HOME/.nix-defexpr/channels${NIX_PATH:+:$NIX_PATH}"
<samueldr> which is... not particularly great if you add your first channel
<samueldr> I think?
hio has quit [Quit: Connection closed for inactivity]
<samueldr> (this is in a file sourced by /etc/profile)
<samueldr> pie__: does `echo $__NIXOS_SET_ENVIRONMENT_DONE` echoes 1?
<pie__> samueldr, yea
<pie__> i just tried NIX_PATH=~/.nix-defexpr/channels/unstable:$NIX_PATH nix-shell default.nix -A shell
<pie__> im doing import <unstable> {}
<samueldr> drop unstable from that path you prepended
<pie__> error: file 'unstable' was not found in the Nix search path (add it using $NIX_PATH or -I)
<pie__> oh ok
<pie__> (tired)
<pie__> much better
<samueldr> it looks in nameless entries in NIX_PATH for files named whatever for <whatever>
<samueldr> were channels added to your own channels list recently, pie__?
<samueldr> like, did you have none before your login?
<pie__> no i added it a while ago and have logged in since
<samueldr> I think it's the conditional prepend that might have hit you...
<samueldr> ah
<samueldr> weird
xvnvx has joined #nixos
G0ld3nChi1d has quit [Quit: Leaving]
xvnvx has quit [Client Quit]
sb0 has quit [Quit: Leaving]
<drakonis> i need some advice on how to use a custom glibc
<drakonis> for a package
jgt has joined #nixos
rtjure has joined #nixos
Matthieu_ has quit [Ping timeout: 246 seconds]
jgt has quit [Ping timeout: 258 seconds]
jasongrossman has joined #nixos
ericsagnes has quit [Ping timeout: 252 seconds]
<Ralith> sounds like a stdenv mangling thing
vidbina has quit [Ping timeout: 246 seconds]
vidbina has joined #nixos
vidbina has quit [Ping timeout: 272 seconds]
ericsagnes has joined #nixos
ericsagnes has quit [Ping timeout: 258 seconds]
Supersonic112 has joined #nixos
Supersonic112 is now known as Supersonic
adamantium has joined #nixos
nD5Xjz_ has quit [Ping timeout: 248 seconds]
nD5Xjz has joined #nixos
mac10688 has joined #nixos
fusion809 has joined #nixos
inquisitiv3 has quit [Ping timeout: 248 seconds]
jgt has joined #nixos
jgt has quit [Ping timeout: 258 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
nminix has joined #nixos
alex`` has quit [Ping timeout: 248 seconds]
alex`` has joined #nixos
<mac10688> I know people rave about using nixos for haskell development, but does it benefit other languages as well? Like node, purescript or even c# with the monoframework?
<{^_^}> [nixpkgs] @thoughtpolice opened pull request #63181 → bmake: init at 20121212 → https://git.io/fjaIk
<samueldr> yes
<samueldr> at least, in my experience working with ruby and javascript ecosystem stuff
o1lo01ol1o has joined #nixos
<samueldr> nix and nixpkgs (not necessarily nixos) completes well the principles of lockfiles for dependencies, but at a system level instead of at a language level
<mac10688> ok cool. I have nixos the operating setup sufficiently on my machine but now I'm trying to learn how to utilize the packaging system
<mac10688> the opearting system*
mexisme has joined #nixos
ericsagnes has joined #nixos
o1lo01ol1o has quit [Ping timeout: 272 seconds]
mexisme has quit [Ping timeout: 252 seconds]
toppler has quit [Ping timeout: 258 seconds]
jasongrossman has quit [Quit: ERC (IRC client for Emacs 26.2)]
toppler has joined #nixos
<mac10688> I wonder what the key difference is between a nix-env and something like a python virtual environment
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « liburing: 1.0.0pre132 -> 1.0.0pre137 »: https://git.io/fjaIG
<dckc-ho> I'm trying to use idris-containers, but the version in nixpkgs is too old, so I want to define the current one in shell.nix. I'm getting undefined variable 'build-idris-package'. How do I get from import nixpkgs {} to build-idris-package?
<dckc-ho> hmm... maybe I see...
oborot has quit [Ping timeout: 268 seconds]
<dckc-ho> ok... now how do I get current hashes?
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/b1ee53d87bd (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
jgt has joined #nixos
lambda-11235 has joined #nixos
<dckc-ho> `nix-prefetch-github --nix --prefetch --rev 707505f jfdm idris-containers` gives: NameError: name 'output' is not defined
jgt has quit [Ping timeout: 250 seconds]
day|flip has quit [Remote host closed the connection]
<hyper_ch> how can I set nixos unstable channel to a specific revision?
nminix has quit [Ping timeout: 245 seconds]
<dckc-ho> ugh... so I got this idris package to build, but I can't get shell.nix to notice it.
<dckc-ho> aha! was missing a {} arg.
<clever> mac10688: a python virtualenv is more like nix-shell, they both mess with env variables to change the default search paths
<clever> mac10688: but nix-shell can even do binaries and libraries, while a virtualenv is limited to python stuff
<clever> mac10688: nix-env will manage ~/.nix-profile, which is also in the default search path
<mac10688> ah good explanation. I'll keep reading the manuals.
<mac10688> there are manuals for nixos, nix, nixpkgs and nixops.
<mac10688> I think i have what i need from nixos
<mac10688> i don't know if i should read nix or nixpkgs next
<{^_^}> [nixpkgs] @jonringer opened pull request #63184 → pythonPackages.vsts: init at 0.1.25 → https://git.io/fjaLJ
<mac10688> i guess nixops is about deployment?
o1lo01ol1o has joined #nixos
<clever> mac10688: yeah
o1lo01ol1o has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @grahamc merged pull request #63178 → qemu: CVE-2019-12155 → https://git.io/fjaUg
<{^_^}> [nixpkgs] @grahamc pushed 2 commits to master: https://git.io/fjaLI
nminix has joined #nixos
drakonis1 has joined #nixos
drakonis_ has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos
jgt has joined #nixos
drakonis1 has quit [Read error: Connection reset by peer]
drakonis2 has joined #nixos
kvaster has joined #nixos
drakonis1 has joined #nixos
jgt has quit [Ping timeout: 250 seconds]
drakonis_ has quit [Ping timeout: 248 seconds]
drakonis2 has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @marsam opened pull request #63185 → shadowsocks-libev: 3.2.5 -> 3.3.0 → https://git.io/fjaLO
kvaster has quit [Quit: Konversation terminated!]
kvaster has joined #nixos
drakonis has quit [Quit: WeeChat 2.5]
domogled has joined #nixos
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #63181 → bmake: init at 20121212 → https://git.io/fjaIk
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « bmake: init at 20121212 »: https://git.io/fjaLn
palo1 has joined #nixos
palo1 is now known as palo
dansho has quit [Ping timeout: 248 seconds]
dansho has joined #nixos
arahael1 is now known as Arahael
nminix has quit [Ping timeout: 268 seconds]
endformationage has quit [Ping timeout: 272 seconds]
Anton-Latukha has joined #nixos
adamantium has quit [Remote host closed the connection]
nminix has joined #nixos
jgt has joined #nixos
cjpbirkbeck has quit [Quit: Leaving]
jgt has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @thoughtpolice opened pull request #63186 → theft: 0.4.4 -> 0.4.5, fix pkg-config file → https://git.io/fjaLi
domogled has quit [Ping timeout: 272 seconds]
nminix has quit [Ping timeout: 245 seconds]
nminix has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #63139 → picolisp: fix help functionality → https://git.io/fj2QY
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/fjatL
alp has joined #nixos
<{^_^}> [nixpkgs] @basvandijk merged pull request #63162 → opencv: 3.4.5 -> 3.4.6 → https://git.io/fj2pN
<{^_^}> [nixpkgs] @basvandijk pushed 2 commits to master: https://git.io/fjatq
nminix has quit [Ping timeout: 272 seconds]
nminix has joined #nixos
<{^_^}> [nixpkgs] @basvandijk merged pull request #63160 → opencv: 4.0.1 -> 4.1.0 → https://git.io/fj2pt
<{^_^}> [nixpkgs] @basvandijk pushed 2 commits to master: https://git.io/fjat3
<{^_^}> [nixpkgs] @offlinehacker merged pull request #61983 → confluent-platform: Rename confluent package and update to 5.2.1 → https://git.io/fjBuI
<{^_^}> [nixpkgs] @offlinehacker pushed 2 commits to master: https://git.io/fjats
Soo_Slow has joined #nixos
<{^_^}> [nixpkgs] @jonringer opened pull request #63187 → pythonPackages.azure-devops: init at 5.0.0b8 → https://git.io/fjatG
<{^_^}> [nixpkgs] @FRidh pushed 66 commits to staging-next: https://git.io/fjatl
<{^_^}> [nixpkgs] @FRidh pushed 67 commits to staging: https://git.io/fjat4
<{^_^}> [nixpkgs] @mmahut opened pull request #63188 → qemu: CVE-2019-12155 → https://git.io/fjatE
jgt has joined #nixos
toppler has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @mmahut opened pull request #63189 → zziplib: CVE-2018-17828 → https://git.io/fjat2
jgt has quit [Ping timeout: 248 seconds]
orivej has joined #nixos
seese[m] has joined #nixos
<{^_^}> [nixpkgs] @mmahut opened pull request #63190 → zziplib: CVE-2018-17828 → https://git.io/fjatV
toppler has joined #nixos
lambda-11235 has quit [Quit: Bye]
<marek> aanderse: my plan is to upgrade zabbix to latest within a month or so, but it will be larger change, probably worth release notes
WhittlesJr has quit [Ping timeout: 256 seconds]
mac10688 has quit [Ping timeout: 244 seconds]
linarcx has joined #nixos
<Izorkin> aanderse: in my PR error work options services.phpfpm.poolConfigs Need full remove this option?
<{^_^}> [nixpkgs] @FRidh merged pull request #63188 → qemu: CVE-2019-12155 → https://git.io/fjatE
<{^_^}> [nixpkgs] @FRidh pushed commit from @mmahut to release-19.03 « qemu: CVE-2019-12155 »: https://git.io/fjatM
<{^_^}> [nix] @edolstra pushed to master « Style fix »: https://git.io/fjatD
<{^_^}> [nixpkgs] @FRidh merged pull request #63172 → mutt: 1.12.0 -> 1.12.1 → https://git.io/fjavj
<{^_^}> [nixpkgs] @FRidh pushed commit from @matthiasbeyer to master « mutt: 1.12.0 -> 1.12.1 »: https://git.io/fjaty
amf has quit [Quit: WeeChat 2.5]
inquisitiv3 has joined #nixos
jaexil-g-maitre_ has joined #nixos
pmiddend has joined #nixos
pmiddend has quit [Client Quit]
jgt has joined #nixos
qqlq has joined #nixos
<marek> can someone please run ofborg build on https://github.com/NixOS/nixpkgs/pull/63189 please?
<{^_^}> #63189 (by mmahut, 54 minutes ago, open): zziplib: CVE-2018-17828
domogled has joined #nixos
jgt has quit [Ping timeout: 248 seconds]
fendor has joined #nixos
chagra has joined #nixos
rfold has joined #nixos
<chagra> i've been trying to replicate my current arch setup on a nixos vm as an exercise to further understand how it works but i've been having an issue, trying to compile suckless's st returns the two errors /bin/sh: pkg-conf and c99 are missing. I thought i got all the the base packages for compiling set up, am i missing something or does this have to do with how nix doesn't use /bin/?
<chagra> is how it is formulated
fendor_ has joined #nixos
<chagra> the error : /bin/sh: c99: command not found
<{^_^}> [nixpkgs] @jonringer closed pull request #63187 → pythonPackages.azure-devops: init at 5.0.0b8 → https://git.io/fjatG
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
ericsagnes has quit [Ping timeout: 248 seconds]
fendor has quit [Ping timeout: 258 seconds]
<Ashy> chagra: have a look at how st is packaged in nixpkgs
<Ashy> chagra: then you could do something like this with your personal st repo: https://nixos.wiki/wiki/Cheatsheet#Reuse_a_package_as_a_build_environment
ym555_ has quit [Ping timeout: 244 seconds]
<chagra> Ashy: thanks! ill have a look
knupfer has joined #nixos
Ariakenom has joined #nixos
domogled has quit [Quit: domogled]
<Ashy> chagra: i came from arch too, haven't looked back since i first tried it
<Ashy> running nixos on my desktop and thinkpad now
<inquisitiv3> Is there a way to import a non-Nix file into a Nix file? I want to manage my XMonad config file with Home manager, but at the same time I want to edit the file in my usual Haskell environment
<chagra> Ashy: i'm very musch considering doing the same too. Those nix pills had quite the effect on me. I'm just seeing if i could still have a similar workflow here and If that is the case i'll switch asap. Any tips or thoughts about what kind of preconceived notions i should reconsider, knowing that arch functions completely different?
m0rphism has joined #nixos
jgt has joined #nixos
kim0 has joined #nixos
jgt has quit [Ping timeout: 250 seconds]
ashkitten has quit [Ping timeout: 248 seconds]
Soo_Slow has quit [Remote host closed the connection]
ashkitten has joined #nixos
<symphorien> inquisitiv3: use the path without quotes. It will copy the file into the store and automatically be replaced by the store path as a string
<symphorien> There is also builtins.readFile to obtain the file content as a string
<Ashy> chagra: i think the main thing is to stop thinking about installing things globally
<Ashy> chagra: especially for dev tools, define a default.nix for each dev project and fire up a nix-shell when you're working on that project
<Ashy> chagra: it ends up being kinda like python virtualenvs but for anything in nixpkgs instead of just pip libraries
<{^_^}> [nixpkgs] @xaverdh opened pull request #63192 → dbus-broker: 17 -> 21 → https://git.io/fjaqS
<inquisitiv3> symphorien: Thanks for the information! Which of them is regarded as more correct?
orivej has quit [Ping timeout: 258 seconds]
<Izorkin> aanderse: update PR #63156 , please check
<{^_^}> https://github.com/NixOS/nixpkgs/pull/63156 (by Izorkin, 20 hours ago, open): phpfpm: do not run anything as root
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @justinwoo opened pull request #63193 → add polybar with i3 gaps and pulse → https://git.io/fjaq7
Jetien_ has joined #nixos
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/394dfe91129 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
freeman42x has joined #nixos
polman has joined #nixos
jgt has joined #nixos
avitex has joined #nixos
kvaster_ has joined #nixos
rfold has quit [Ping timeout: 248 seconds]
kvaster has quit [Ping timeout: 248 seconds]
jgt has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @flokli opened pull request #63194 → afew: 1.3.0 -> 2.0.0 → https://git.io/fjamf
jgt has joined #nixos
avitex_ has joined #nixos
dansho has quit [Quit: Leaving]
avitex has quit [Ping timeout: 256 seconds]
jgt has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @primeos pushed to master « gns3Packages.{server,gui}Preview: 2.2.0b2 -> 2.2.0b3 »: https://git.io/fjamt
<{^_^}> [nixpkgs] @jtojnar merged pull request #63179 → Merge pull request #63179 from lightbulbjim/gnome-mpv-update → https://git.io/fjaUK
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/fjamm
hiroshi has quit [Ping timeout: 245 seconds]
rfold has joined #nixos
Jetien_ has quit [Quit: WeeChat 2.4]
orivej has joined #nixos
<cyris212> Does someone have a working override to enable 24bit color support in urxvt?
ericsagnes has joined #nixos
kvaster has joined #nixos
kvaster_ has quit [Ping timeout: 268 seconds]
init_6 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed to master « gnome-mpv: use external patch »: https://git.io/fjamG
kini has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed commit from @mmahut to master « zziplib: patch CVE-2018-17828 »: https://git.io/fjamZ
<{^_^}> [nixpkgs] @gnidorah opened pull request #63195 → Drop obsolete wayland compositors → https://git.io/fjamc
orivej has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @vcunat closed pull request #63189 → zziplib: CVE-2018-17828 → https://git.io/fjat2
<{^_^}> [nixpkgs] @vcunat pushed 2 commits to release-19.03: https://git.io/fjam4
<{^_^}> [nixpkgs] @vcunat closed pull request #63190 → zziplib: CVE-2018-17828 → https://git.io/fjatV
stranger___ has joined #nixos
chagra has quit [Quit: Page closed]
<{^_^}> [nixpkgs] @fpletz merged pull request #63141 → znc: 1.7.2 -> 1.7.3 Security, 19.03 → https://git.io/fj2QA
<{^_^}> [nixpkgs] @fpletz pushed 2 commits to release-19.03: https://git.io/fjamz
<{^_^}> [nixpkgs] @jtojnar opened pull request #63196 → doc: describe pname → https://git.io/fjam2
<stranger___> Mic92: hi. what do you think of this fix for kvmgt module? https://github.com/NixOS/nixpkgs/pull/62096
<{^_^}> #62096 (by gnidorah, 2 weeks ago, open): nixos/kvmgt: fix starting condition
talqu has joined #nixos
<hyper_ch> how do I burn a CD in nixos?
linux_ has joined #nixos
<clever> > k3b.meta.description
<{^_^}> attribute 'description' missing, at (string):255:1
<hyper_ch> clever: k3b doesn't like to burn
<Mic92> stranger___: looks correct to me.
<clever> hyper_ch: dang, in the past, k3b was the only thing that could burn, for my old pata burner, lol
<hyper_ch> Mkisofs not found
<clever> hyper_ch: then install mkisofs
<clever> hyper_ch: cdrtools
<hyper_ch> clever: shouldn'0t t
<hyper_ch> which mkisofs
<hyper_ch> /run/current-system/sw/bin/mkisofs
<hyper_ch> it's there
<linux_> I recently ran into this issue: https://github.com/NixOS/nixpkgs/issues/47640
<{^_^}> #47640 (by benley, 36 weeks ago, closed): systemd-boot-builder fails when fwupd is present
<linux_> I destroyed my bootloader and I'm trying to recover from a USB stick
<{^_^}> [nixpkgs] @azazel75 opened pull request #63197 → Kubernetes: fix kubelet service unit configuration → https://git.io/fjamo
_ris has joined #nixos
<linux_> But it's a bit complicated. I have a LUKS partition as root file system, and the minimal ISO doesn't support those
<linux_> Does the graphical install system?
<clever> linux_: did you run cryptsetup luksOpen?
<linux_> clever: No
<linux_> Sounds like a good first step :D
<clever> linux_: thats the only way to mount luks volumes
jtojnar has joined #nixos
<{^_^}> [nix] @bethaitman opened pull request #2948 → Improving the initial docs → https://git.io/fjam6
iyzsong has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63180 → gthumb: 3.6.2 -> 3.8.0 → https://git.io/fjaTp
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjami
<linux_> clever: Yeah, done :)
Lears has joined #nixos
<linux_> Another problem is that the minimal installer doesn't recognise my wifi card
[Leary] has quit [Read error: No route to host]
<linux_> but only installing the bootloader shouldn't need that I guess?
<clever> linux_: does it appear in `iwconfig` or `ip link` ?
<linux_> Yes, in iwconfig
<clever> linux_: then it does support it
<clever> linux_: `iwlist <wlan0> scan`, with the right interface name
iyzsong has joined #nixos
<clever> linux_: wpa or wep?
<linux_> clever: Yes, I mistyped the interface name it seems
<linux_> After running wpa_supplicant I still can't ping anything in the internet
toppler has quit [Ping timeout: 245 seconds]
<clever> linux_: does `iwconfig` show it as being connected?
<linux_> Yes
<linux_> Seems to be a DNS thing maybe
<clever> linux_: and does `ifconfig` show it as having an IP?
<linux_> S lusjz hg
<linux_> I think so
<clever> inet 192.168.2.32 netmask 255.255.255.0 broadcast 192.168.2.255
<clever> linux_: it should show something like this
<linux_> Yes
<clever> linux_: does /etc/resolv.conf have a dns server in it?
<linux_> Hang on, I think it works now :D
<linux_> ping www.google.com doesn't work, but curl does
<clever> linux_: what about `ping 8.8.8.8` ?
hio has joined #nixos
<linux_> connect: Network is unreachable
<linux_> Maybe some router problem
<clever> linux_: does `ip route` show a default route?
<linux_> As long as nixos-install will work that's fine
<linux_> Yes
<clever> yeah, sounds like the router
<clever> can still try nixos-install
<{^_^}> [nixpkgs] @mmahut opened pull request #63198 → bubblewrap: CVE-2019-12439 → https://git.io/fjamX
<linux_> Is there a way to only install the bootloader?
<{^_^}> [nixpkgs] @NilsIrl opened pull request #63199 → alacritty: build on i686-linux → https://git.io/fjam1
<linux_> Like the opposite of --no-bootlader
<clever> linux_: nixos-enter, and then ... one sec
<clever> linux_: NIXOS_INSTALL_BOOTLOADER=1 /nix/var/nix/profiles/system/bin/switch-to-configuration boot
jgt has joined #nixos
<clever> linux_: that will take whatever your last generation is, and tell it to just re-run grub-install
toppler has joined #nixos
<linux_> Wow ok :) will have a try
<linux_> Sounds good
<clever> or whatever bootloader is enabled in that generation
<linux_> systemd in that case
<linux_> First I need to purge the fwupdmgr stuff. So fwupdmgr littered my /boot with some files. Is it safe to delete them?
<clever> linux_: not sure what those are, to be paranoid, move instead of delete
<linux_> Fair enough
jgt has quit [Ping timeout: 248 seconds]
knupfer has quit [Ping timeout: 250 seconds]
<linux_> clever: Looks like you've saved my day. Thank you very much!
<clever> linux_: your welcome
tg has quit [Ping timeout: 272 seconds]
<{^_^}> [nixpkgs] @mmahut opened pull request #63200 → glib: CVE-2019-12450 → https://git.io/fjamH
tg has joined #nixos
<{^_^}> [nixpkgs] @andir opened pull request #63201 → nixos/nix: add support for specifying additional nix paths → https://git.io/fjam7
<{^_^}> [nixpkgs] @bobvanderlinden opened pull request #63202 → hwinfo: 21.64 -> 21.66 → https://git.io/fjam5
linux_ has quit [Quit: Leaving]
jgt has joined #nixos
justbeingglad1 has joined #nixos
justbeingglad1 has left #nixos [#nixos]
<Gopal[m]> so how I would go on updating a package like plex-media-player on NixOS? The latest version is 2.35 while nix is still on 2.23
<marek> I'm little bit confused at how to solve this recursion, any idea? https://gist.github.com/mmahut/5390f0e6ab1528274404b24a0337438c
<clever> Gopal[m]: fork nixpkgs, and edit the version= and sha256= here, https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/video/plex-media-player/default.nix#L39-L47
<Gopal[m]> .... that's it?
<clever> Gopal[m]: pretty much, once you confirm it worsk, you can file a PR back to nixpkgs, and then everybody gets the update
<marek> if I understand it correctly fetchpatch depends on curl so I cannot patch curl, so the way is to use it locally right?
<Gopal[m]> Wow
<Gopal[m]> Thank you
<clever> marek: curl itself uses a different fetchurl to get around the issue
<clever> 257 fetchurl = stdenv.fetchurlBoot;
<clever> marek: you can see that if you look at the definition of `fetchurl =` in all-packages.nix
<Gopal[m]> clever: have you ever used `firefox.profiles` in `home.manager` ?
<clever> Gopal[m]: nope
<Gopal[m]> ah, alright
<{^_^}> [nixpkgs] @andir merged pull request #63194 → afew: 1.3.0 -> 2.0.0 → https://git.io/fjamf
<Gopal[m]> I've been asking around for 3 to 4 days but with no response so :P
<{^_^}> [nixpkgs] @andir pushed 2 commits to master: https://git.io/fjaYe
<Gopal[m]> I was looking for a way to automate firefox profile deployment
<clever> Gopal[m]: but i have used profiles in firefox, before switching to nixos
<Gopal[m]> (with nix, obviously)
<Gopal[m]> thing is I've had a terrible experience with KDE on NixOS (with an nvidia card) so I'm using KDE on OpenSUSE where the experience is brilliant but doing things the imperative way no longer feels right.
<{^_^}> [nixpkgs] @flokli pushed to release-19.03 « afew: 1.3.0 -> 2.0.0 »: https://git.io/fjaYU
<clever> Gopal[m]: youve tasted the koolaid, and cant go back!
<Gopal[m]> :(
<clever> Gopal[m]: i prefer xfce, and havent had any issues
<Gopal[m]> I think this is the 4th or 5th time I've quit nix lol
<marek> clever: ah I see, tricky :)
<Gopal[m]> clever: I like XFCE but blur and those desktop effects, boi
<Gopal[m]> also I really like the plasma set of apps
<Gopal[m]> but that's no problem since I'd prefer my home computer to be user friendly. I already use NixOS on my primary laptop and on all my servers. I'm just looking for ways to improve user experience. :P
<{^_^}> [nixpkgs] @mmahut opened pull request #63203 → curl: CVE-2019-5435 → https://git.io/fjaYm
<MichaelRaskin> I guess the problem is drinking two incompatible flavours of Kool-Aid
<Gopal[m]> wdym?
<dfordivam> Hi.. my nix-env is not working. It tries to read a '/nix/store/...env-manifest.nix', but the file is empty..
<clever> dfordivam: try nix-env --rollback
<dfordivam> clever: Thanks! worked!
<MichaelRaskin> Gopal: the declarative system configuration kool-aid and GPU-processed desktop effects kool-aid
<clever> dfordivam: i suspect you had an improper shutdown the last time you did something with nix-env, and the manifest.nix got corrupted
<clever> dfordivam: `nix-store --verify --check-contents` should confirm that
<MichaelRaskin> (I guess it is feasible to configure user-friendly KDE on NixOS, but I have no idea as I use StumpWM)
<Gopal[m]> <MichaelRaskin "Gopal: the declarative system co"> how are they incompatible?
<MichaelRaskin> Well, you say you had a terrible experience with KDE
knupfer has joined #nixos
<Gopal[m]> <MichaelRaskin "(I guess it is feasible to confi"> the desktop configuration is not much of a problem but the experience is really bad with nvidia card
<Gopal[m]> idk why
<Gopal[m]> <MichaelRaskin "Well, you say you had a terrible"> not at all. I'm using KDE right now on OpenSUSE which is brilliant. Before that I was using KDE on arch which was nearly as good.
<Gopal[m]> same system, same nvidia card
<MichaelRaskin> Well, when I say «configure» I included making it use Nvidia card properly
<MichaelRaskin> I wonder whether you used the same driver (nvidia vs nouveau), and whether it was of a similar version. (Between OpenSUSE-Arch-NixOS)
<Gopal[m]> `nvidia` on all of them
<Gopal[m]> no `nouveau`
<clever> Gopal[m]: what about driver version? `modinfo nvidia`
<Gopal[m]> <MichaelRaskin "I wonder whether you used the sa"> I think it was the same version on NixOS and Arch. On OpenSUSE, I'm using the latest version: 43x.xx
<MichaelRaskin> Hm
<Gopal[m]> `430.26` on OpenSUSE
<Gopal[m]> I was on `nixos-unstable` btw and I was experiencing all kinds of visual glitches
[Leary] has joined #nixos
<MichaelRaskin> (of course, in addition to using StumpWM, I mainly use built-in Intel and use Nouveau for discrete nvidia because of better Xrandr etc. support)
<Gopal[m]> VLC would randomly have video corruption, sometimes black screen. Desktop effects like gliding and desktop cube would cause KWin crashes
<Gopal[m]> And my laptop's (which is the system in reference here) fans were always on even with TLP enabled
Lears has quit [Ping timeout: 248 seconds]
<Gopal[m]> <MichaelRaskin "(of course, in addition to using"> I use awesomewm on my primary laptop and I don't think I have any complaints there.
<Gopal[m]> but sadly, the KDE experience on NixOS really blew for me
<{^_^}> [nixpkgs] @michaelpj opened pull request #63204 → localtime: use upstream unit, fix polkit rules → https://git.io/fjaY8
<Ashy> Gopal[m]: torvalds has a nice quote related to nvidia that likely applies...
<Gopal[m]> <Ashy "Gopal: torvalds has a nice quote"> don't get me wrong
<Gopal[m]> I dislike Nvidia just as much
nminix has quit [Remote host closed the connection]
<m1cr0man> Morning folks! Yesterday I was working on building a node package, and got pointed towards node2nix. Got all that working and my package to build but I needed to add an override for a dependency (sharp) to add libvips to the build environment. I followed the guide on the node2nix readme but it doesn't seem to have an effect. I instead added it to globalBuildInputs in default.nix and that worked. Here's my override.nix https://gist.github.com
<m1cr0man> /m1cr0man/f690fba0b24209cc2a09cdadcae7b0f8
knupfer has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @mmahut opened pull request #63205 → dhcpcd: CVE-2019-11577 CVE-2019-11578 CVE-2019-11579 CVE-2019-11766 → https://git.io/fjaYB
<{^_^}> [nixpkgs] @gnidorah closed pull request #63133 → mididings: init at 20120419 → https://git.io/fj2DC
<Miyu-saki> Hm, what's the /user chost?
<Miyu-saki> vhost*
<Miyu-saki> Rather, who can have the NixOS/user vhost?
<{^_^}> [nixpkgs] @jokogr closed pull request #56883 → [WIP] filezilla: 3.31.0 -> 3.40.0, libfilezilla: 0.13.0 -> 0.15.1 → https://git.io/fhx7F
<clever> Miyu-saki: would probably want to map over config.users.extraUsers, check to see if isNormalUser is set, and then generate some nginx config to enable what you want
<Miyu-saki> clever: Nonono, I mean on Freenode.
<Miyu-saki> That's called a vhost, right?
<clever> Miyu-saki: oh, those, i got it from gchristensen
<Miyu-saki> Oh okay. Thanks. I just realized that that exists, and I want to have one, but idk who can have one.
<clever> Miyu-saki: i dont remember what the rules where either, but gchristensen probably does
<{^_^}> [nixpkgs] @rycee pushed to master « maintainers: add GPG key for rycee »: https://git.io/fjaYr
init_6 has quit []
fendor__ has joined #nixos
jasongrossman has joined #nixos
fendor_ has quit [Ping timeout: 248 seconds]
<m1cr0man> ^ Fixed my issue. Overriding the package im building rather than its dependency :)
ryantrinkle has joined #nixos
<kraem> i'm having trouble understanding nix attribute names while installing nodejs. In my `configuration.nix` i've set `environment.systemPackages = with pkgs; [ nodejs_latest ];` which installs nodejs 12 but i can't define nodejs-12_x which `nix-env -qaP` tells me the attribute name should be. The nix-env command doesn't even tell me that nodejs_latest exists, I found that out by running `nix search nodejs`. what
<kraem> command should i be running to search for nixos packages?
<clever> ,-A kraem
<{^_^}> kraem: You'll usually want to use nix-env -i with -A. It's faster and more precise. See https://nixos.wiki/wiki/FAQ/nix-env_-iA for details.
freeman42x has quit [Ping timeout: 258 seconds]
freeman42x has joined #nixos
<clever> kraem: most of nix operates on attr names, but nix-env -i will not use attrs, but instead search the .name of each package
<manveru> kraem: also `nix search` is cool :)
rprije has quit [Ping timeout: 245 seconds]
alex``` has joined #nixos
iyzsong has quit [Ping timeout: 248 seconds]
<kraem> clever: thanks! why doesn't `nix-env -qaP nodejs` report the nodejs_latest package but `nix search nodejs` does?
alex`` has quit [Ping timeout: 272 seconds]
<kraem> and should i search <nixpkgs> or <nixos>? or would i get the same result when running nixos?
<clever> kraem: on nixos, <nixpkgs> and <nixos> should map to the same channel
<clever> 4245 nodejs_latest = nodejs-12_x;
<clever> kraem: i think the problem, is that nodejs_latest is an alias, and nix-env -qaP wont show duplicates
<kraem> ok good to know. last question: https://nixos.org/nixos/packages.html#nodejs doesn't report `nodejs-12_x exists - why is that?
<clever> kraem: i think thats listing 19.03, and it was only added in unstable
<kraem> ah! i've figured that out before but forgot about that. thanks!
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63206 → abcmidi: 2019.04.22 -> 2019.06.06 → https://git.io/fjaYF
jlslnx has joined #nixos
<{^_^}> [nixpkgs] @gnidorah opened pull request #63207 → mididings: init at 20151117 → https://git.io/fjaOf
ericsagnes has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @yorickvP opened pull request #63208 → libtensorflow: 1.9 -> 1.13.1 → https://git.io/fjaOJ
ryantrinkle has quit [Ping timeout: 245 seconds]
linarcx has quit [Quit: WeeChat 2.5]
qqlq has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63209 → ammonite: 1.6.7 -> 1.6.8 → https://git.io/fjaOq
qqlq has joined #nixos
civodul has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63210 → antibody: 4.1.1 -> 4.1.2 → https://git.io/fjaOm
xkapastel has joined #nixos
jlslnx has quit [Quit: leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63211 → mod_wsgi: 4.6.5 -> 4.6.6 → https://git.io/fjaOO
sb0 has joined #nixos
<{^_^}> [nixpkgs] @bjornfor merged pull request #63083 → nixos-generate-config: don't generate swapDevices for *files*https://git.io/fj2Ca
<{^_^}> [nixpkgs] @bjornfor pushed to master « nixos-generate-config: don't generate swapDevices for *files* »: https://git.io/fjaOZ
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63212 → aravis: 0.6.2 -> 0.6.3 → https://git.io/fjaOn
<{^_^}> [nixpkgs] @bjornfor merged pull request #62969 → nixos-generate-config: add dm-snapshot module if LVM is detected → https://git.io/fjgCU
<{^_^}> [nixpkgs] @bjornfor pushed to master « nixos-generate-config: add dm-snapshot module if LVM is detected »: https://git.io/fjaOc
<pbb> after updating to latest nixpkgs master (including kernel 5.1.9 -> 5.1.10 my ethernet interface was renamed from enp2s0 to eno0. what could cause this and I guess it is not intended?
<ar> >what could cause this - predictable interface names
<pbb> they are supposed to be predictable
<ar> "supposed" is the keyword here
thc202 has joined #nixos
<pbb> this change was not predictable. if this was a server with static ip configuration it would not become reachable again
<pbb> if this change affects other users they should be warned before
<clever> i know that enp2s0 is the 2nd pci bus, 0th slot
<clever> but i dont know what makes something eno0
<pbb> sorry it was changed from enp0s25 to eno0
<pbb> 00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) (rev 04)
toppler has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63213 → armadillo: 9.400.4 -> 9.500.2 → https://git.io/fjaOl
<pbb> this is the entry from lspci
<pbb> I think it should still be enp0s25, no?
<clever> pbb: that doesnt look like an enp0s25 to me...
<pbb> 0x19 is 25
<pbb> my wifi card with pci id 02:00.0 is wlp2s0
<clever> ahh, i'm not used to a pci but having over 9 slots
<clever> pbb: this gist has all of my NIC's and what the mapping is
<clever> ens9 is the only odd one out
<pbb> from the systemd page on predictable interface names: "Names incorporating Firmware/BIOS provided index numbers for on-board devices (example: eno1)"
<clever> thats what i was vaguely remembering as well
<clever> but then, why did it not use that from the start?
<pbb> exactly
<pbb> I think I also changed from systemd 239 to 242
<pbb> maybe this changed it?
qqlq_ has joined #nixos
qqlq has quit [Ping timeout: 258 seconds]
<clever> in a way, the old hack was better in this reguard
<clever> it would dynamicly generate udev rules, the first time a device is seen, and just bind the mac to whatever name the kernel gave it
<clever> so eth0 is forever eth0
<Miyu-saki> On that topic, would be kinda cool to have a bisect mechanic on NixOS.
<pbb> yes
<clever> Miyu-saki: it is fairly simply to just bisect nixpkgs with nixos-rebuild -I nixpkgs=
<pbb> clever: that would not persist across reinstalls
<Miyu-saki> clever: Yeah, I'm thinking more of bisectable packages.
<clever> pbb: yeah, thats the main limitation, and i guess what systemd was trying to fix
<clever> Miyu-saki: once you know which pkg, create an overlay that sets src = /home/clever/apps/systemd;
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #63209 → ammonite: 1.6.7 -> 1.6.8 → https://git.io/fjaOq
<{^_^}> [nixpkgs] @NeQuissimus pushed commit from @r-ryantm to master « ammonite: 1.6.7 -> 1.6.8 »: https://git.io/fjaOB
<clever> and then bisect another level deeper
<Miyu-saki> Hm, fair enough, yeah.
<Miyu-saki> Oh wait hold up.
<Miyu-saki> You can `git bisect` with src = <git-repo>
<Miyu-saki> The only problem I see with this is patches being desynced.
<clever> but if you know a specific nixpkgs commit broke it, from going from rev1->rev2
<clever> then you also know what changes happened to patches (if any)
<Miyu-saki> clever: Yep, but it changes the whole NixOS "stack", which in second thought, might actually be favorable.
toppler has joined #nixos
<Miyu-saki> Like, I'm basically talking the difference between debugging NixOS vs debugging a certain package in NixOS.
<clever> yeah, it depends on how you need to reproduce the issue
<clever> if you dont know how to ask systemd to just name a give card, you may have to just boot the new systemd
<clever> and reboot for every bisect
oida has joined #nixos
o1lo01ol1o has joined #nixos
<stranger___> Mic92: yes, i've tested it. to test it yourself you're likely need 5th to 7th generation intel cpu, I only have 6th and 7th here, so can't say what about 8th+, probably you'll need recent kernel
schmittlauch[m] has joined #nixos
<schmittlauch[m]> ohai
<{^_^}> [nixpkgs] @bjornfor pushed 3 commits to release-19.03: https://git.io/fjaOz
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #61328 → slack: Generalize theming → https://git.io/fjWJw
<{^_^}> [nixpkgs] @NeQuissimus pushed to master « slack: Generalize theming »: https://git.io/fjaOg
<azazel> hi
<azazel> fpletz: the event in Munich will be in german or english?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63214 → avocode: 3.8.0 -> 3.8.1 → https://git.io/fjaO2
<schmittlauch[m]> How can I write a shell.nix file for dropping me into an environment with the *build dependencies* of a certain package without building it (like `nix-shell "<nixpkgs>" -A hello`), but also putting some other tools into the path?
<clever> schmittlauch[m]: let pkgs = import <nixpkgs> {}; in pkgs.hello.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.gdb ]; })
<clever> thats basically `nix-shell '<nixpkgs>' -A hello` but also including gdb
rfold has quit [Ping timeout: 245 seconds]
<schmittlauch[m]> ah nice, I'll try it
<schmittlauch[m]> btw, what does the .all attribute of a package stand for? e.g. pkgs.hello.all
<clever> schmittlauch[m]: all outputs
<clever> > qt511.qtbase.outputs
<{^_^}> [ "bin" "dev" "out" ]
<schmittlauch[m]> makes sense
<clever> > qt511.qtbase.out
<clever> > qt511.qtbase.all
<{^_^}> "<derivation /nix/store/4l8af77z3ir7jihmzrbiid9gkgmv7bcz-qtbase-5.11.3.drv>"
<{^_^}> [ <CODE> <CODE> <CODE> ]
<azazel> guys you could put a link to th bot's actions into the topic
<azazel> I always forget what it's able to do
<ar> azazel: but that's, basically, a nix repl
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/2df2efc5266 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63215 → aws-c-common: 0.3.9 -> 0.3.11 → https://git.io/fjaOi
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/3c32910b9be (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<azazel> ar: I'll remember that, thanks
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63216 → bacula: 9.4.3 -> 9.4.4 → https://git.io/fjaO9
<__monty__> azazel: You can ask the bot for "@help" I think?
<azazel> __monty__: of course not! It's just a bot :-D
<clever> ,
<{^_^}> Special commands: find tell locate - Commands sorted by use count, page 0 (use ,<n> to view page <n>): tofu help libraries unstable unfree library escape'' declarative escape" overlay pr profiling ping ask pinning howoldis imperative which-channel -a xy wololo callpackage exec fancy-uninstall nixlang++ pills cache channels haskell home-manager ifd loot paste stateversion stuck tias timer runtimedeps cloak dontask error nur upgrade botsnack jdwhat
<__monty__> Ah, it's ",help"
<azazel> you see? I'm not not the only one having aging neurons
<infinisil> azazel: I also wrote this here for what it can do in general: https://github.com/infinisil/nixbot#functionality
<infinisil> (Though it's a bit outdated, ,find doesn't work right now)
<{^_^}> [nixpkgs] @bjornfor pushed to master « nixos-generate-config: don't emit tmpfs entry for /tmp »: https://git.io/fjaOd
<azazel> oh, thanks, that's nice to have!
Thra11 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63217 → bazelisk: 0.0.4 -> 0.0.7 → https://git.io/fjaOp
polman has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @bjornfor pushed to release-19.03 « nixos-generate-config: don't emit tmpfs entry for /tmp »: https://git.io/fja3v
mekeor has joined #nixos
knupfer has joined #nixos
polmaan has joined #nixos
polman has joined #nixos
v88m has quit [Ping timeout: 268 seconds]
o1lo01ol1o has quit [Ping timeout: 245 seconds]
pheoxy has joined #nixos
menace has joined #nixos
justbeingglad has joined #nixos
justbeingglad has left #nixos [#nixos]
phreedom has joined #nixos
<{^_^}> [nixpkgs] @xrelkd opened pull request #63219 → cargo-make: 0.19.5 -> 0.20.0 → https://git.io/fja3g
<{^_^}> [nixpkgs] @xrelkd opened pull request #63220 → librime: 1.5.0 -> 1.5.1 → https://git.io/fja32
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63221 → bitwarden_rs-vault: 2.10.0 -> 2.10.1 → https://git.io/fja3o
lem0n4de has joined #nixos
rfold has joined #nixos
Thra11 has quit [Ping timeout: 258 seconds]
Guanin has joined #nixos
<lem0n4de> Hi, How can I install dotnet packages with nix? And also how can I use Paket? Started a nix-shell with dotnet-sdk and Paket but I can not seem to use binary of it.
<clacke_movim> Has anyone tried using Darling* to build Nix/Darwin stuff on NixOS or Nix/Linux? * http://darlinghq.org/
<ToxicFrog> lem0n4de: works for me:
<ToxicFrog> $ nix-shell -p dotnet-sdk --run 'dotnet --info'
<ToxicFrog> .NET Core SDK (reflecting any global.json):
<simpson> clacke_movim: Ooh, interesting. It seems like only the "sandbox" portion is currently packaged? And not for Linux. I wonder how it works and how to get it packaged.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63222 → brial: 1.2.4 -> 1.2.5 → https://git.io/fja3Q
o1lo01ol1o has joined #nixos
<clacke_movim> simpson: Then you already know more than me. :-) I might look into packaging more of it down the line. Running build servers on actual macOS machines is a hassle, when Apple breaks Nix with every major update.
lacesz_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63223 → btrfs-progs: 5.1 -> 5.1.1 → https://git.io/fja3h
<simpson> clacke_movim: This was a learnable moment for me, too. I imagine that a first step is figuring out what parts of the build can be done on Linux, and updating the existing derivations. matthewbauer is listed as a maintainer, so maybe they can help.
lacesz_ has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
vidbina has joined #nixos
<lem0n4de> ToxicFrog: Yeah, dotnet works but I can not use 'paket.exe'
menace has left #nixos [#nixos]
<ToxicFrog> lem0n4de: it looks like it's missing the necessary `exeFiles` here: https://github.com/NixOS/nixpkgs/blob/49dc8087a20e0d742d38be5f13333a03d171006a/pkgs/top-level/dotnet-packages.nix#L862
<ToxicFrog> You should be able to run it manually with `mono /nix/store/...Paket.../lib/dotnet/Paket/tools/paket.exe`, I think.
<lem0n4de> ToxicFrog: Running 'mono /nix/store/..paket.exe' gives an error with 'File does not contain a valid CIL image.'. Running it as 'dotnet ...paket.exe' errors 'The library 'libhostpolicy.so' required to execute the application was not found '
drakonis has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
drakonis1 has quit [Ping timeout: 244 seconds]
o1lo01ol1o has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @kalbasit merged pull request #63210 → antibody: 4.1.1 -> 4.1.2 → https://git.io/fjaOm
<{^_^}> [nixpkgs] @kalbasit pushed commit from @r-ryantm to master « antibody: 4.1.1 -> 4.1.2 (#63210) »: https://git.io/fjasQ
o1lo01ol1o has joined #nixos
<Miyu-saki> This popped up in my mind just rn.
<Miyu-saki> nix-repl> :p { x.${null} = 0; }
<Miyu-saki> { x = { }; }
<Miyu-saki> Basically, I was wondering how the dot syntax works with ${null}.
<Miyu-saki> So seems like `foo.bar = ...;` is really just a syntactic sugar for `foo = { bar = ...; };`
kaliumxyz has joined #nixos
<sphalerit> Miyu-saki: yep
<sphalerit> Miyu-saki: any relation to Myrl-saki?
Matthieu_ has joined #nixos
<Miyu-saki> sphalerit: Same person. Just decided to s/Myrl/Miyu/
<{^_^}> [nixpkgs] @vcunat pushed 4 commits to release-19.03: https://git.io/fjaGq
<{^_^}> [nixpkgs] @vcunat merged pull request #63200 → glib: CVE-2019-12450 → https://git.io/fjamH
<{^_^}> [nixpkgs] @vcunat merged pull request #63203 → curl: CVE-2019-5435 → https://git.io/fjaYm
<mjrosenb> does anyone happen to know how to pass a flag to cabal's configure when using callHackage?
day|flip has joined #nixos
<infinisil> mjrosenb: Yeah, use `(the callHackage expression).overrideAttrs (old: { configureFlags = [ "whatever" ]; })`
toppler has quit [Ping timeout: 245 seconds]
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/bfc68f778a7 (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<mjrosenb> should that be old : old // {configureFlags = ...}?
<sphalerit> > { a.b = null; a = { c = null; };}
<{^_^}> error: attribute 'a' at (string):255:15 already defined at (string):255:3
linarcx has joined #nixos
<sphalerit> > { a = { c = null; }; a.b = null; } # Miyu-saki this is where it gets real fun
<{^_^}> { a = <CODE>; }
<Miyu-saki> Is there a :p equivalent?
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #63186 → theft: 0.4.4 -> 0.4.5, fix pkg-config file → https://git.io/fjaLi
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « theft: 0.4.4 -> 0.4.5, fix pkg-config file »: https://git.io/fjaGr
drakonis_ has joined #nixos
drakonis has quit [Read error: Connection reset by peer]
lem0n4de has quit [Ping timeout: 272 seconds]
<infinisil> mjrosenb: Nah, you could use `old: { configureFlags = old.configureFlags or [] ++ [ "whatever" ]; }` though
lem0n4de has joined #nixos
<Miyu-saki> Hm, is it safe to transplant /etc/passwd from one system to another?
<infinisil> mjrosenb: If you're concerned about keeping the previous configureFlags
<mjrosenb> ahh, so it auto-merges what that lambda returns with the original value?
toppler has joined #nixos
lem0n4de has quit [Client Quit]
drakonis has joined #nixos
<infinisil> mjrosenb: Yeah
<mjrosenb> neato.
drakonis_ has quit [Ping timeout: 252 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<sphalerite> > :p { a = { c = null; }; a.b = null; }
<{^_^}> { a = { b = null; c = null; }; }
<sphalerite> Miyu-saki: ^ :)
drakonis_ has joined #nixos
<sphalerite> mjrosenb: but only with //! So if you're setting a list or attrset, it will get replaced completely.
<Miyu-saki> Ah. :) Thanks!
drakonis_ has quit [Read error: Connection reset by peer]
<Miyu-saki> Also. I thought that that'd error out hat "a is defined twice"?
<Miyu-saki> > { a = { b = 2; }; a.c = 3; }
<{^_^}> { a = <CODE>; }
drakonis_ has joined #nixos
<mjrosenb> sphalerite: right.
<Miyu-saki> Hm.
<Miyu-saki> I guess it only errors out if you use `a = ...` verbatim, twice?
<Miyu-saki> Or maybe it weirds out when it's nested.
<mjrosenb> otherwise there'd be no way to remove flags which you don't want to be there.
<sphalerite> Miyu-saki: it depends on the order.
<{^_^}> [nixpkgs] @risicle opened pull request #63224 → pythonPackages.django_taggit: fix build, enable tests → https://git.io/fjaGd
<Miyu-saki> Oh.
drakonis has quit [Ping timeout: 258 seconds]
o1lo01ol1o has joined #nixos
<Miyu-saki> sphalerite: OH. I didn't realize that you said it earlier! lol
<sphalerite> Beautiful, isn't it? :p
<Miyu-saki> Big yikes. I can see why though.
<Miyu-saki> Seems like this is a good thing to make sure that it's single-pass?
drakonis has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #63225 → pythonPackages.django-sites: fix build, flesh out comments → https://git.io/fjaGh
v88m has joined #nixos
drakonis_ has quit [Ping timeout: 250 seconds]
praetorg has quit [Remote host closed the connection]
praetorg has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #63226 → pythonPackages.django_appconf, pythonPackages.django_compressor: fix build → https://git.io/fjaZq
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
<inf> hey all, I'm looking into using openvswitch on Nixos - is there anything I could do to push https://github.com/NixOS/nixpkgs/pull/53032 and https://github.com/NixOS/nixpkgs/pull/53033 forward?
<{^_^}> #53032 (by netixx, 24 weeks ago, open): openvswitch: 2.5.4 -> 2.11.0
<{^_^}> #53033 (by netixx, 24 weeks ago, open): openvswitch: better integration with systemd
hoijui has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 4 commits to python-unstable: https://git.io/fjaZV
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #63225 → pythonPackages.django-sites: fix build, flesh out comments → https://git.io/fjaGh
<{^_^}> [nixpkgs] @FRidh pushed commit from @risicle to master « pythonPackages.django-sites: fix build, flesh out comments »: https://git.io/fjaZw
hio has quit [Quit: Connection closed for inactivity]
alex``` has quit [Ping timeout: 272 seconds]
endformationage has joined #nixos
fendor has joined #nixos
<Miyu-saki> Uh, anything I should consider when backing up /etc/{passwd,group,shadow}?
fendor__ has quit [Ping timeout: 268 seconds]
palo has quit [Quit: WeeChat 2.4]
palo has joined #nixos
drakonis1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63227 → buck: 2019.05.22.01 -> 2019.06.11.01 → https://git.io/fjaZh
<hyper_ch> this gets all generated from configuration.nix
<samueldr> not entirely, you can still adduser/passwd on nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63228 → byobu: 5.127 -> 5.129 → https://git.io/fjank
<{^_^}> [nixpkgs] @FRidh pushed to python-unstable « python: scikit-learn: 0.20.3 -> 0.21.2 »: https://git.io/fjant
<hyper_ch> samueldr: who does that? :)
<Miyu-saki> Hm.
<samueldr> passwd, probably a good chunk of users
<samueldr> adduser, possibly less
<Miyu-saki> I use passwd. And it's important.
<Miyu-saki> OTOH, you're right. I should only consider /etc/shadow.
<Miyu-saki> My mistake.
<{^_^}> [nixpkgs] @FRidh closed pull request #63114 → libtensorflow: 1.9.0 -> 1.13.1 → https://git.io/fj2VA
<Miyu-saki> [myrl@myrl:/etc]$ ls -l {passwd,shadow,group}
<Miyu-saki> -rw-r--r-- 1 root root 744 Jun 17 00:43 group
<Miyu-saki> -rw-r--r-- 1 root root 3833 Jun 17 00:43 passwd
<Miyu-saki> -rw------- 1 root root 1067 Jun 17 00:43 shadow
<Miyu-saki> On that topic. Why are these not symlinks?
<Miyu-saki> group and passwd, at least.
<Miyu-saki> Also, another qualms.
<Miyu-saki> [myrl@myrl:/etc/nixos/nixpkgs/nixos]$ nix-build tests/login.nix -A result
<Miyu-saki> error: attribute 'result' in selection path 'result' not found
<Izorkin> Please check PR #61671 #61722 #61816
<{^_^}> https://github.com/NixOS/nixpkgs/pull/61671 (by Izorkin, 4 weeks ago, open): nixos/mysql: fix mysqlReplication test
<{^_^}> https://github.com/NixOS/nixpkgs/pull/61722 (by Izorkin, 3 weeks ago, open): nginxModules.pinba: init at 13.05.2019
<{^_^}> https://github.com/NixOS/nixpkgs/pull/61816 (by Izorkin, 3 weeks ago, open): nginxMainline: 1.16.0 -> 1.17.0
<{^_^}> [nixpkgs] @FRidh merged pull request #63202 → hwinfo: 21.64 -> 21.66 → https://git.io/fjam5
<{^_^}> [nixpkgs] @FRidh pushed commit from @bobvanderlinden to master « hwinfo: 21.64 -> 21.66 »: https://git.io/fjanG
<samueldr> Miyu-saki: not symlinks since they are stateful
<{^_^}> [nixpkgs] @thoughtpolice opened pull request #63229 → libfsm: init at 0.1pre1869_f70c3c5 → https://git.io/fjanZ
<{^_^}> [nixpkgs] @FRidh merged pull request #63206 → abcmidi: 2019.04.22 -> 2019.06.06 → https://git.io/fjaYF
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « abcmidi: 2019.04.22 -> 2019.06.06 »: https://git.io/fjann
<samueldr> if you adduser'd, and since you passwd'd yourself, it is stateful
<samueldr> they *could* be symlinks to a better stateful location, I guess
<{^_^}> [nixpkgs] @FRidh merged pull request #63196 → doc: describe pname → https://git.io/fjam2
<{^_^}> [nixpkgs] @FRidh pushed commit from @jtojnar to master « doc: describe pname »: https://git.io/fjanc
<Miyu-saki> samueldr: Right. I get the stateful part. From what I understand though, most NixOS installations have their users managed by NixOS, and their passwords being stateful.
<samueldr> I, too, would guess that is about right
<Miyu-saki> Also, seems like this is the "correct" way to invoke the tests.
<Miyu-saki> `[myrl@myrl:/etc/nixos/nixpkgs/nixos]$ nix-build release.nix -A tests.ipv6.x86_64-linux`
<Miyu-saki> OTOH, I still am a bit lost on how to use `nix-build tests/login.nix -A result`
<{^_^}> [nixpkgs] @marsam merged pull request #62916 → alacritty: 0.3.2 -> 0.3.3 → https://git.io/fjgTB
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/fjanz
<Miyu-saki> Hm. Wait, idea.
<Miyu-saki> Maybe it should have been "out" instead of "result"?
<Miyu-saki> Seems so, yeah. [myrl@myrl:/etc/nixos/nixpkgs/nixos]$ nix eval '((import ./release.nix {}).tests.ipv6.x86_64-linux == (import ./tests/ipv6.nix {}).out)'
<Miyu-saki> true
<Miyu-saki> OTOH, since it's just `out`, you don't need `-A out`
<Miyu-saki> Sorry for the monologue lol. I'm trying to make a testbench for https://github.com/adrianparvino/NixOSEncryptedLiveCD
<{^_^}> [nixpkgs] @7c6f434c merged pull request #63223 → btrfs-progs: 5.1 -> 5.1.1 → https://git.io/fja3h
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/fjanK
<{^_^}> [nixpkgs] @catern opened pull request #63230 → perlPackages.URISmartURI: init at 0.032 → https://git.io/fjanX
tokudan has quit [Quit: ZNC 1.7.2 - https://znc.in]
<{^_^}> [nix] @edolstra pushed 3 commits to run-in-pts: https://git.io/fjanM
tokudan has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
cjpbirkbeck has joined #nixos
gratto has quit [Read error: Connection reset by peer]
gratto has joined #nixos
Thra11 has joined #nixos
alex``` has joined #nixos
drakonis_ has joined #nixos
drakonis2 has joined #nixos
drakonis2 has quit [Client Quit]
drakonis has quit [Ping timeout: 248 seconds]
gratto has quit [Ping timeout: 248 seconds]
drakonis_ has quit [Ping timeout: 250 seconds]
<Miyu-saki> How is `nest` added to `self` in `$self->nest`?
<Miyu-saki> Or is this a special syntax for nest($self, ....)?
<Miyu-saki> Oh, `bless`.
ambro718 has joined #nixos
<{^_^}> [nixpkgs] @risicle opened pull request #63232 → pythonPackages.hdbscan: fix build by applying upstream patch → https://git.io/fjacY
<Miyu-saki> This is pretty cursed TBH. As someone who does not use Perl.
alp has quit [Ping timeout: 258 seconds]
<mlen> hi, does anyone use zfs' sharesmb? is there any reference for setting it up -- sadly I can't find any
oborot has joined #nixos
gxt has joined #nixos
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed to master « doc/stdenv: fix typo »: https://git.io/fjac4
jakkn has joined #nixos
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
ddellacosta has joined #nixos
gratto has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer merged pull request #62971 → bundlerApp: Set up passthru properly → https://git.io/fjgCj
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/fjaca
pheoxy has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @matthewbauer merged pull request #62934 → macvim: 7.4.909 -> 8.1.1517 → https://git.io/fjgIO
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/fjacV
fendor_ has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
vidbina has quit [Ping timeout: 246 seconds]
fendor has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Read error: Connection reset by peer]
o1lo01ol1o has joined #nixos
toppler has quit [Ping timeout: 248 seconds]
<sphalerite> Miyu-saki: did you find a solution that allows encryptinit safely then?
<{^_^}> [nixpkgs] @Synthetica9 opened pull request #63233 → i3-wk-switch: 2019-06-14 -> 2019-05-10 → https://git.io/fjacK
Synthetica has joined #nixos
<sphalerite> encrypting it*
kaliumxyz has quit [Ping timeout: 245 seconds]
fendor__ has joined #nixos
fendor_ has quit [Ping timeout: 258 seconds]
toppler has joined #nixos
Matthieu_ has quit [Ping timeout: 246 seconds]
zupo has joined #nixos
_ris is now known as ris
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
dermetfan has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63234 → cups-filters: 1.23.0 -> 1.25.0 → https://git.io/fjacy
BoipiSigre has joined #nixos
<BoipiSigre> Hello
<BoipiSigre> Who use electron ?
<Miyu-saki> sphalerite: Sadly not. However, I'm making it so that my Bash script can simply be used as `buildCommand = ./foo.sh;`
o1lo01ol1o has quit [Ping timeout: 272 seconds]
<Miyu-saki> From what I understand, the only sensitive part about this is `out`
oborot has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « bmake: fix version/url, fix tests, remove unneeded deps »: https://git.io/fjacQ
<Miyu-saki> sphalerite: Furthermore, I haven't readded encryption either.
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
dermetfan has quit [Ping timeout: 245 seconds]
cjpbirkbeck has quit [Quit: Leaving]
<manveru> BoipiSigre: a lot of people...
knupfer has quit [Quit: knupfer]
<manveru> BoipiSigre: but might be better to ask a specific question :)
<BoipiSigre> manveru : sorry i seek appli to test electron installation on my laptop
<{^_^}> [nixpkgs] @Ma27 opened pull request #63236 → sublime3: fix gksu support → https://git.io/fjaC3
BoipiSigre has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @jonringer opened pull request #63237 → pythonPackages.releases: init at 1.6.1 → https://git.io/fjaCc
o1lo01ol1o has joined #nixos
orivej has joined #nixos
lovesegfault has quit [Ping timeout: 258 seconds]
o1lo01ol1o has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @alyssais merged pull request #63177 → treewide: remove unused variables → https://git.io/fjaUZ
<{^_^}> [nixpkgs] @alyssais pushed commit from @volth to master « treewide: remove unused variables (#63177) »: https://git.io/fjaCz
Ariakenom has quit [Quit: Leaving]
ym555_ has joined #nixos
fusion809 has quit [Remote host closed the connection]
BoipiSigre has joined #nixos
dermetfan has joined #nixos
justanotheruser has quit [Quit: WeeChat 2.4]
talqu has quit [Remote host closed the connection]
dermetfan has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63238 → dpkg: 1.19.6 -> 1.19.7 → https://git.io/fjaC1
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63151 → perlPackages.SysCPU: remove broken attribute → https://git.io/fj2bp
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjaCD
<{^_^}> [nixpkgs] @bjornfor pushed 3 commits to release-19.03: https://git.io/fjaC9
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63239 → drumkv1: 0.9.7 -> 0.9.8 → https://git.io/fjaCQ
<PyroLagus> ,help
<{^_^}> Use `,` to list all commands, `,foo = Foo!` to define foo as "Foo!", `,foo =` to undefine it, `,foo` to output "Foo!", `,foo somebody` to send "Foo!" to the nick somebody
<PyroLagus> ,
<{^_^}> Special commands: find tell locate - Commands sorted by use count, page 0 (use ,<n> to view page <n>): tofu help libraries unstable unfree library escape'' declarative escape" overlay pr profiling ping ask pinning howoldis imperative which-channel -a xy wololo callpackage exec fancy-uninstall nixlang++ pills cache channels haskell home-manager ifd loot paste stateversion stuck tias timer runtimedeps cloak dontask error nur upgrade botsnack jdwhat
BoipiSigre has quit [Quit: Konversation terminated!]
<PyroLagus> guess i'll query
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63240 → duo-unix: 1.11.1 -> 1.11.2 → https://git.io/fjaWT
<PyroLagus> uh
<PyroLagus> ,worldofyumminess
<{^_^}> Worldofwarmth(trill every r) + a dash of extra sweetness
work_ has joined #nixos
<tilpner> PyroLagus: /join #bottest
<{^_^}> [nixpkgs] @luaduck opened pull request #63241 → docker-containers: More container options, and tweaks to launch logic → https://git.io/fjaWm
<PyroLagus> thx!
mexisme has joined #nixos
<duckfullstop> writing nix prs is addictive
<ris> if only reviewing them were too ;)
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/a1dd419c1ff (from 16 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
<{^_^}> [nixpkgs] @marsam opened pull request #63242 → sd: 0.5.0 -> 0.6.2 → https://git.io/fjaWc
appleclusters has joined #nixos
Ralith_ has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63243 → dvdstyler: 3.0.4 -> 3.1 → https://git.io/fjaWB
fendor has joined #nixos
o1lo01ol1o has joined #nixos
orivej has quit [Ping timeout: 248 seconds]
o1lo01ol1o has quit [Ping timeout: 245 seconds]
alp has joined #nixos
fendor__ has quit [Ping timeout: 245 seconds]
<worldofpeace> ,worldofyumminess
<{^_^}> Worldofwarmth(trill every r) + a dash of extra sweetness
fendor has quit [Quit: Leaving]
ryantrinkle has joined #nixos
acarrico has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #63232 → pythonPackages.hdbscan: fix build by applying upstream patch → https://git.io/fjacY
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fjaW7
Anton-Latukha has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63244 → epiphany: 3.32.2 -> 3.32.3 → https://git.io/fjaWN
mekeor has quit [Quit: digital revolution = cryptoanarchism + cybercommunism]
Thra11 has quit [Ping timeout: 246 seconds]
adamantium has joined #nixos
vidbina has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.2)]
goibhniu1 has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/bfc68f778a7 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
tilpner has quit [Quit: WeeChat 2.4]
goibhniu1 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #63229 → libfsm: init at 0.1pre1869_f70c3c5 → https://git.io/fjanZ
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « libfsm: init at 0.1pre1869_f70c3c5 »: https://git.io/fjalJ
rfold has quit [Quit: WeeChat 2.4]
o1lo01ol1o has joined #nixos
lovesegfault has joined #nixos
tilpner has joined #nixos
o1lo01ol1o has quit [Ping timeout: 272 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
freepotion has joined #nixos
ryantrinkle has quit [Ping timeout: 245 seconds]
<tilpner> So I just rebooted this server, and it took forever: Startup finished in 49.956s (kernel) + 2min 27.721s (userspace) = 3min 17.678s
<jtojnar> Is anybody else getting errors like these for large packages?
<jtojnar> warning: unable to download 'https://cache.nixos.org/nar/1j3fqln7as85dl9wd0rqqywbqc5d792ppj11x4rm7jjx34c0ccyc.nar.xz': HTTP error 200 (curl error: Timeout was reached); retrying in 302 ms
<jtojnar> error 9 while decompressing xz file
adamantium has quit [Remote host closed the connection]
<tilpner> critical-chain says └─network.target @1min 34.902s, which looks like it might be a timeout, but I can't find any error messages for that
freepotion has quit [Client Quit]
mint has joined #nixos
fendor has joined #nixos
<jtojnar> the timeouts only happen for nixos-rebuild/nixos tests but when I build the package through nix-build first, It downloads fine
oborot has joined #nixos
Matthieu_ has joined #nixos
<sphalerit> tilpner: does the machine have network interfaces that are connected but don't have DHCP?
<tilpner> sphalerit: It's a Hetzner auction box, and this was the first boto after I set networking.interfaces.eth0.ipv6.addresses
<tilpner> *boot
<tilpner> IPv6 connectivity seems broken too, so I assume that's what caused it
siiky has quit [Quit: leaving]
<sphalerit> tilpner: hm OK, I think hetzner provides dhcp as well...
<andi-> jtojnar: seeing them as well but also with regular nix-build from my nixpkgs checkouts
<andi-> (not right now but in general)
<jtojnar> andi-: yeah, I just noticed them there as well
<andi-> tilpner: what channel are you on with the server
vidbina has quit [Ping timeout: 268 seconds]
<tilpner> sphalerit: I'm terrible at networking, but if they provided dhcp, would I still have to set the ipv6 address manually?
<{^_^}> [nixpkgs] @samueldr merged pull request #63235 → dbeaver: 6.0.5 -> 6.1.0 → https://git.io/fjal3
<{^_^}> [nixpkgs] @samueldr pushed 2 commits to master: https://git.io/fjals
<tilpner> andi-: 19.003
<andi-> tilpner: mhm, works for me but can't check the config right now
<tilpner> ipv6 only worked once on it, and that was with manual help with "ip ..."
jakkn has quit [Ping timeout: 258 seconds]
<sphalerit> tilpner: hm yeah hetzner's IPv6 can be weird
toppler has quit [Ping timeout: 268 seconds]
<tilpner> Well, I'm glad it came back, I was mentally preparing for their JNLP spider
<sphalerit> tilpner: does it maybe work for 5 minutes after boot?
<tilpner> I don't think so, I tested it soon after boot
<sphalerit> If so, you need to contact support and tell them to fix their shit
<sphalerit> Ah ok
<tilpner> But I may have been too late, worried about the unusually long boot
<sphalerit> Idk I think I'm too sleepy to really help, sorry :p
<tilpner> Yeah, it was a bad time to reboot :c
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63245 → fasm-bin: 1.73.11 -> 1.73.12 → https://git.io/fjal0
tboston has quit [Quit: ZNC 1.7.3 - https://znc.in]
aszlig has joined #nixos
toppler has joined #nixos
__monty__ has quit [Quit: leaving]
linarcx has quit [Quit: WeeChat 2.5]
<tilpner> If I do "ip addr add ... dev eth0" it works :/
fenedor has joined #nixos
szicari has quit [Ping timeout: 248 seconds]
tboston has joined #nixos
szicari has joined #nixos
das_j has joined #nixos
praetorg has quit [Remote host closed the connection]
Synthetica has quit [Quit: Connection closed for inactivity]
<andi-> tilpner: oooh I amusing networkd for the ipv6 connectiivty on my hetzner boxes.. Thought I used the scripted networking on that box :/
<tilpner> andi-: Oh, I've tried that and switched back on my laptop, but haven't tried it on the server
fendor has quit [Ping timeout: 246 seconds]
camsbury has joined #nixos
<andi-> I have a bunch of ipv6 addresses on the interface... you probably just need one
<tilpner> Thank you :)
<tilpner> I'm not going to switch now, I was about go to bed, and that sounds like it might keep me up if it goes wrong :P
<{^_^}> [nixpkgs] @rycee pushed to master « eclipse-plugin-emacsplus: remove package »: https://git.io/fjalo
mint has quit [Read error: Connection reset by peer]
stigo has joined #nixos
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « linux_testing: 5.2-rc4 -> 5.2-rc5 »: https://git.io/fjalP
alp has quit [Ping timeout: 248 seconds]
o1lo01ol1o has joined #nixos
jtojnar has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63246 → flexget: 2.21.2 -> 2.21.8 → https://git.io/fjalS
jtojnar has joined #nixos
o1lo01ol1o has quit [Ping timeout: 258 seconds]
work_ has quit [Quit: Connection closed for inactivity]
justanotheruser has quit [Ping timeout: 245 seconds]
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63247 → flrig: 1.3.44 -> 1.3.45 → https://git.io/fjal7
Cale has quit [Ping timeout: 248 seconds]
tboston has quit [Ping timeout: 248 seconds]
ambro718 has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #63244 → epiphany: 3.32.2 -> 3.32.3 → https://git.io/fjaWN
<{^_^}> [nixpkgs] @jtojnar pushed 2 commits to master: https://git.io/fjalF
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63248 → folly: 2019.05.27.00 -> 2019.06.10.00 → https://git.io/fjalb
Lears has joined #nixos
alp has joined #nixos
[Leary] has quit [Read error: Connection reset by peer]
Lears has quit [Remote host closed the connection]
Lears has joined #nixos
mint has joined #nixos
oborot has quit [Ping timeout: 248 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63249 → spleen: 1.0.4 -> 1.0.5 → https://git.io/fjalx
Cale has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63250 → unifont_upper: 12.1.01 -> 12.1.02 → https://git.io/fjalh
<{^_^}> [nixpkgs] @andir merged pull request #62044 → boohu: switching to termbox-go build → https://git.io/fjBNf
<{^_^}> [nixpkgs] @andir pushed 2 commits to master: https://git.io/fjalj
jgt has quit [Ping timeout: 250 seconds]
tboston has joined #nixos
rprije has joined #nixos
ericsagnes has joined #nixos
mint has quit [Quit: Leaving]
nD5Xjz has quit [Ping timeout: 248 seconds]
nD5Xjz has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63251 → fwts: 19.05.00 -> 19.06.00 → https://git.io/fja8t
fenedor has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63252 → gallery-dl: 1.8.5 -> 1.8.6 → https://git.io/fja8O
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 248 seconds]
Matthieu_ has quit [Ping timeout: 245 seconds]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 252 seconds]
mbrgm_ is now known as mbrgm
jtojnar has quit [Quit: jtojnar]
Rusty1 has joined #nixos
ris has quit [Ping timeout: 260 seconds]
jgt has joined #nixos
mac10688 has joined #nixos
m0rphism has quit [Ping timeout: 258 seconds]
<emacsomancer> is it feasible to use nix kernels on foreign distros?
<maurer> emacsomancer: It might be unwise to use the default kernel as built by nixos, but using nix to build a kernel, possibly with some of the same machinery, should be able to produce a kernel for another distro just fine
jgt has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #63253 → git-ftp: 1.5.1 -> 1.5.2 → https://git.io/fja82
<emacsomancer> maurer: is there a good resource I might read which would help to know what doing thing would look like ?
<emacsomancer> *doing this