gchristensen changed the topic of #nixos to: NixOS stable: 18.09, beta: 19.03 https://discourse.nixos.org/t/nixos-19-03-feature-freeze/1950 || 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
leotaku has quit [Ping timeout: 250 seconds]
<laas> is there any way to automatically do callPackage when using nix-shell?
<clever> laas: create a shell.nix that uses callPackage
Rusty1 has joined #nixos
<slack1256> most of the shell.nix files I use callPackage at the top-level
stepcut has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @dtzWill opened pull request #57193 → at-spi2-{core,atk}: 2.30.0 -> 2.30.1 → https://git.io/fhhiZ
stepcut has joined #nixos
o1lo01ol1o has joined #nixos
iterati has quit [Remote host closed the connection]
ng0 has quit [Quit: Alexa, when is the end of world?]
<{^_^}> [nixpkgs] @dtzWill opened pull request #57194 → pavucontrol: 3.0 -> 4.0 → https://git.io/fhhin
stepcut has quit [Ping timeout: 246 seconds]
hphhphhphhphhph has joined #nixos
<{^_^}> [nixpkgs] @hedning pushed 2 commits to gnome-3.32: https://git.io/fhhi8
o1lo01ol1o has quit [Ping timeout: 246 seconds]
jluttine has joined #nixos
<laas> thanks, I wanted to avoid making a shell.nix to avoid clutter
<laas> but seems like it's inevitable
<laas> other question: does anyone know if there's a way to cross compile rust packages?
<slack1256> What are you doing?
<laas> cargo says it doesn't support x86_64-pc-mingw32
akapav_ has quit [Quit: ZNC 1.7.1 - https://znc.in]
<laas> trying to cross compile my own rust project
<slack1256> if you are compiling haskell packages, cabal2nix is really helpful
akapav has joined #nixos
<clever> laas: i would also ensure the default.nix is doing callPackage
<clever> laas: and for some projects, default.nix also functions as a usable shell file
m0rphism has quit [Ping timeout: 245 seconds]
jluttine has quit [Ping timeout: 255 seconds]
<laas> clever: wdym ensure that default.nix is also doing callPackage?
<clever> laas: write the file such that `nix-build` or `nix-build -A foo` is enough to build the project
<clever> thats usually enough to make nix-shell also work without a shell.nix
kvda has joined #nixos
<slack1256> you probably can do that if the project isn't using git-submodules
stepcut has joined #nixos
rcshm has quit [Remote host closed the connection]
rcshm has joined #nixos
goibhniu has joined #nixos
goibhniu has quit [Remote host closed the connection]
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 240 seconds]
mbrgm_ is now known as mbrgm
ErAsMuS has quit [Ping timeout: 244 seconds]
goibhniu has joined #nixos
erictape1 has joined #nixos
erictapen has quit [Ping timeout: 246 seconds]
<ddellacosta> selfsymmetric-mu: sorry, only now saw your response to me--thanks! Sounds like there are a variety of approaches folks using haskell on nix are taking
jtcs has quit [Ping timeout: 245 seconds]
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @dtzWill opened pull request #57195 → proot: update, consolidate, python extension support → https://git.io/fhhiX
<{^_^}> [nixpkgs] @dtzWill opened pull request #57196 → iosevka-bin: 2.1.0 -> 2.2.0 → https://git.io/fhhiD
drakonis1 has joined #nixos
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @dtzWill opened pull request #57197 → capitaine-cursors: 2.1 -> 3 → https://git.io/fhhiS
drakonis has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @dtzWill opened pull request #57198 → tetra-gtk-theme: 201902 -> 201903 → https://git.io/fhhi9
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
drakonis has joined #nixos
q6AA4FD has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
nikivi has quit [Quit: ZNC is awesome]
stepcut has quit [Ping timeout: 245 seconds]
drakonis1 has quit [Ping timeout: 252 seconds]
thc202 has quit [Ping timeout: 250 seconds]
q6AA4FD has joined #nixos
mkoenig has joined #nixos
acarrico has quit [Ping timeout: 252 seconds]
nikivi has joined #nixos
jpaus has joined #nixos
Ariakenom has quit [Quit: Leaving]
b has joined #nixos
vidbina has joined #nixos
jpaus has quit [Ping timeout: 245 seconds]
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Ping timeout: 250 seconds]
ggpeti has joined #nixos
<ggpeti> hi all, I'm about to contribute a package and have a question
<samueldr> please ask
<ggpeti> how can dependency arguments such as libav's be overridden from dependent packages?
<ggpeti> I'd like to set vaapiSupport to false
<samueldr> I'm not sure a package using a dependency should (by policy) change those, not 100% sure
<ggpeti> it looks like these args were meant to be overridden given the default values
tmaekawa has quit [Ping timeout: 244 seconds]
<simpson> Hm. `libav.override` isn't there?
<simpson> > libav.override
<{^_^}> attribute 'override' missing, at (string):222:1
acarrico has joined #nixos
<{^_^}> [nixpkgs] @RubenAstudillo reopened pull request #56765 → stepmania: 5.0.12 -> 5.1.0-b2 → https://git.io/fhAN4
<clever> 10641 libav = libav_11; # branch 11 is API-compatible with branch 10
<clever> 10642 libav_all = callPackage ../development/libraries/libav { };
<clever> 10643 inherit (libav_all) libav_0_8 libav_11 libav_12;
<clever> simpson: callPackages was not correctly used, so .override only exists on libav_all
<simpson> clever: Nice detective work.
<clever> > (libav_all.override {}).libav_11
<{^_^}> "<derivation /nix/store/3jjcmpybvf9z38f0n7w7438h93nxw5hv-libav-11.12.drv>"
<ggpeti> nixe
<clever> thats what you will need to do
<ggpeti> thc
<clever> the correct solution, is to switch nixpkgs to callpackages
<clever> which adds a .override to every attr
<slack1256> What do we gain by separating nix-instantiate from nix-store --realise?
vidbina has quit [Read error: Connection reset by peer]
<slack1256> More specifically, what do we gain from first creating a .drv and then the build?
stepcut has joined #nixos
alex`` has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @dtzWill opened pull request #57199 → kdeFrameworks: 5.55 -> 5.56 → https://git.io/fhhPT
<clever> slack1256: not much if both actions happen on the same machine
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/fhhPI
<{^_^}> [nixpkgs] @dtzWill opened pull request #57200 → ipe: 7.2.10 -> 7.2.11, touchup → https://git.io/fhhPL
<{^_^}> [nixpkgs] @worldofpeace merged pull request #56939 → appeditor: init at 1.1.0 → https://git.io/fhpmv
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/fhhPY
simukis has quit [Quit: simukis]
<Lisanna> I have config.firefox.jre = true; in my nixpkgs config. But when I build firefox-esr and launch it, java is not enabled or installed visibly.
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
rfold has quit [Quit: leaving]
drakonis1 has joined #nixos
stepcut has quit [Read error: Connection reset by peer]
stepcut has joined #nixos
drakonis2 has joined #nixos
drakonis has quit [Ping timeout: 245 seconds]
stepcut has quit [Ping timeout: 246 seconds]
drakonis1 has quit [Ping timeout: 257 seconds]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
<{^_^}> [nixpkgs] @hedning pushed 5 commits to gnome-3.32: https://git.io/fhhPE
justan0theruser has joined #nixos
justanotheruser has quit [Ping timeout: 255 seconds]
slack1256 has quit [Remote host closed the connection]
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
o1lo01ol1o has joined #nixos
justan0theruser is now known as justanotheruser
stepcut has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Ping timeout: 255 seconds]
tmaekawa has joined #nixos
santa has joined #nixos
<santa> hello
santa is now known as Guest44936
black-brick has quit [Quit: Page closed]
stepcut has joined #nixos
slack1256 has joined #nixos
o1lo01ol1o has joined #nixos
<Guest44936> I'm trying to figure out how to create a package for something, anyone with the know-how to help?
<slack1256> ,where nix-pills
<Guest44936> Yeah, I've been reading through nix-pills but frankly I'm finding it difficult to debug what's going wrong with nix-build
<gchristensen> https://nixos.org/nixos/nix-pills/ slack1256
acarrico has quit [Ping timeout: 245 seconds]
jluttine has joined #nixos
stepcut has quit [Ping timeout: 245 seconds]
<Guest44936> That was where I started, but I think I really should spend some more time reading the manual
<Guest44936> Just wondering if I'm missing anything obvious
<Guest44936> When trying to build from source if there's any easier way to monitor what is actually happening
<slack1256> You could probably clone nixpkgs repo and see if reading how some packages are set up and try to copy that
<slack1256> oh and use `nix-build -K` to keep the logs
<Guest44936> That's been the approach, but to be frank maybe I should start with a simpler compilation
<Guest44936> -K, alright I'll definitely give that a go
orivej has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @tesq0 opened pull request #57201 → unity3d: 2017.4.10f1 -> 2018.3.0f2 → https://git.io/fhhPb
<slack1256> Guest44936: Do no panic :-) nixos is different to most distros, specially on packaging but it will eventually make sense
<Guest44936> Haha, thanks for the kind words
<Guest44936> I've been transitioning to nixos as my main distro for a while now
<slack1256> Are you by chance a haskeller?
<Guest44936> I taught my self some haskell to get deeper into functional programming, but I haven't used it a significant amount
<Guest44936> I must say though it really did change the way I look at systems
<Guest44936> So naturally I loved the concept of a declarative OS
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/4610d6c94f3 (from 19 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<slack1256> Oh, cool. I said so because haskell projects have an utility called `cabal2nix` which from a .cabal file construct a default.nix expression that you can use on nix.
<slack1256> It really helped me to see how to package a project for nix
<slack1256> but there are other ways other languages use (python, rust notably)
<Guest44936> Ah, that's a shame. No such luck with this project. Would it still be worth looking into cabal2nix just for the understanding?
<slack1256> If you already understand how haskell projects are setup you can understand nix by analogy
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57202 → ammonite: 1.6.3 -> 1.6.4 → https://git.io/fhhXv
<Guest44936> Might be worth checking out then. Thanks for the tip!
init_6 has joined #nixos
<mog> so freaking happy with nix package manager right now
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57203 → apktool: 2.3.4 -> 2.4.0 → https://git.io/fhhXI
o1lo01ol1o has quit [Ping timeout: 245 seconds]
jlmeeker[m] has joined #nixos
Supersonic has quit [Ping timeout: 252 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57204 → appstream: 0.12.5 -> 0.12.6 → https://git.io/fhhXq
Supersonic has joined #nixos
jlmeeker[m] is now known as JaredMeeker[m]
JaredMeeker[m] is now known as JaredM[m]
Guest16090 has quit [Ping timeout: 255 seconds]
<Guest44936> Looks like it might be working!
<Guest44936> Thanks for the help slack1256
<slack1256> :-D
<Guest44936> Seems to be compiling successfully. Keeping my fingers crossed haha
xkapastel has quit [Quit: Connection closed for inactivity]
freeman42x has quit [Ping timeout: 264 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/213d6dd6ac1 (from 84 minutes ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<{^_^}> [nixpkgs] @tesq0 opened pull request #57205 → omnisharp-roslyn: init at 1.32.8 → https://git.io/fhhX8
<rprije> Is there a built in, convenient way to pretty-print the output of nix-instantiate --parse?
jpaus has joined #nixos
<clever> rprije: nix show-derivation
o1lo01ol1o has joined #nixos
<rprije> clever, I think that's for an instantiated derivation. I want to pretty print the AST coming from use of --parse
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/52565a88187 (from 15 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
<clever> rprije: ah, cant think of one for that
jpaus has quit [Ping timeout: 245 seconds]
o1lo01ol1o has quit [Ping timeout: 246 seconds]
hphhphhphhphhph has quit []
justan0theruser has joined #nixos
justanotheruser has quit [Ping timeout: 245 seconds]
o1lo01ol1o has joined #nixos
abaisteabaiste has joined #nixos
countingsort has joined #nixos
init_6 has quit [Read error: Connection reset by peer]
silver has quit [Read error: Connection reset by peer]
counting1 has quit [Ping timeout: 252 seconds]
iyzsong has joined #nixos
<Guest44936> Hmmm, seems I'm getting a compilation error "SDL_image.h: No such file or directory" even though I have SDL2_image as a buildInput
o1lo01ol1o has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57206 → armadillo: 9.200.7 -> 9.200.8 → https://git.io/fhhXP
<Guest44936> If you're still around slack1256, have any ideas? Currently searching for similar issues
<clever> [root@router:~]# nix-build '<nixpkgs>' -A SDL2_image.dev
<clever> [root@router:~]# ls result/include/SDL2/
<clever> SDL_image.h
<clever> Guest44936: the problem is that its it needs -I${SDL2_image}/include/SDL2 because SDL2 is being dumb
<clever> Guest44936: pkgconfig can deal with that, so try adding pkgconfig to the nativeBuildInputs
<Guest44936> thank you clever!
<Guest44936> I'll give it a shot
<Guest44936> Just for future reference, how would I have been able to debug that
<clever> build the thing your expecting the header to be in
<Guest44936> Was there something I should've been able to notice?
<clever> and then ls its result symlink
<Guest44936> Perfect, thanks again
abaisteabaiste has quit []
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57208 → at-spi2-core: 2.30.0 -> 2.30.1 → https://git.io/fhhX9
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57209 → at-spi2-atk: 2.30.0 -> 2.30.1 → https://git.io/fhhXQ
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @thoughtpolice opened pull request #57211 → websocat: init at 1.3.0 → https://git.io/fhhXp
o1lo01ol1o has quit [Ping timeout: 246 seconds]
aw has quit [Quit: Quitting.]
spacefrogg has quit [Quit: Gone.]
aw has joined #nixos
spacefrogg has joined #nixos
YanMinari[c][m] has joined #nixos
<Guest44936> hmmm seems adding pkgconfig to nativeBuildInputs didn't solve it.
<slack1256> Can you post your default.nix on a pastebin?
<Guest44936> Is there a way to specify "-I${SDL2_image}/include/SDL2" as an additional flag
<Guest44936> Yeah, 1 sec.
<Guest44936> Thanks for the help btw
<slack1256> yeah, no prob
<Guest44936> Really nothing fancy going on
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57212 → audacity: 2.3.0 -> 2.3.1 → https://git.io/fhh1J
tmaekawa has quit [Quit: tmaekawa]
tmaekawa has joined #nixos
<kandinski> hi, where does nix for MacOS look for the config that would be in .config/nixpkgs/config.nix under NixOS?
o1lo01ol1o has quit [Ping timeout: 245 seconds]
cryptomonad has quit [Remote host closed the connection]
<slack1256> Guest44936: I am looking it out, give me a sec
<Guest44936> Thanks slack1256, no rush
<kandinski> I ask because I have a package that's not supported on darwin, but I want to try building it anyway
<Guest44936> I appreciate the help
<{^_^}> [nixpkgs] @samueldr pushed commit from @timokau to release-19.03 « trash-cli: fix build (#56818) »: https://git.io/fhh1L
<slack1256> Guest44936: https://pastebin.com/YwMfPN4H this is a hack
<slack1256> I added a NIX_CFLAGS_COMPILE that will append to the buildPhase the corresponding flag
<slack1256> Usually I would investigate via nix-shell why are the configure flags not setting up SDL, today I am lazy.
<Guest44936> haha, well thanks for the assist. I'll give this a go
<Guest44936> I'd definitely like to dig a little deeper in the future.
<Guest44936> Is there a reason for the .dev after SDL_image? Seems to be causing an error
<Guest44936> I'm trying it with just NIX_CFLAGS_COMPILE = "-I${SDL2_image}/include/SDL2" ; for now
<slack1256> oh yeah, my bad
<slack1256> actually I just run nix-build on that default (without the .dev) and its building.
<Guest44936> awesome, the issue was happening before at around 80%
<Guest44936> So I'll still need to wait a bit to see if it's resolved
<Guest44936> But this is promising
<Guest44936> Thanks again for your help slack1256. And your help too clever
o1lo01ol1o has joined #nixos
tmaekawa has quit [Ping timeout: 252 seconds]
sinner has joined #nixos
sinner is now known as Guest48663
o1lo01ol1o has quit [Ping timeout: 240 seconds]
goibhniu has quit [Ping timeout: 255 seconds]
goibhniu has joined #nixos
<Guest44936> Seems to have the same issue with SDL_ttf
<Guest44936> interesting
slack1256 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57213 → bdf2psf: 1.189 -> 1.190 → https://git.io/fhh1W
tmaekawa has joined #nixos
mkoenig has quit [Ping timeout: 240 seconds]
mkoenig has joined #nixos
Guest44936 has quit [Ping timeout: 256 seconds]
pie__ has joined #nixos
goibhniu has quit [Ping timeout: 246 seconds]
goibhniu has joined #nixos
pie___ has quit [Ping timeout: 245 seconds]
<mog> im trying to cache my nix environment form a mac to my nixos server
<mog> i ran nix sign-paths --all -k nix-serve.sec
<mog> and then nix copy --to ssh-ng://mog@myserver --all
<mog> keeps getting caught here error: cannot add path '/nix/store/6m8xli5nyvh38rkc0p98cflfm2i638ac-Libsystem-osx-10.11.6' because it lacks a valid signature
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/42db1326556 (from 47 minutes ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<suzu> have you tried nix copy-closure?
<mog> i dont know how to do a nix-copy-closure everything
goibhniu has quit [Ping timeout: 246 seconds]
o1lo01ol1o has joined #nixos
<suzu> try '*'
<mog> sameish problem error: cannot add path '/nix/store/4225gag4nxngllvjfc0acqb021d7b9ic-perl5.28.1-Net-HTTP-6.18' because it lacks a valid signature
<mog> im getting things arent signed
<{^_^}> [nixpkgs] @strager opened pull request #57215 → python35: fix build on macOS → https://git.io/fhh1V
<mog> but it did transfer at least 60 or so paths before it started complaining about these
<suzu> hmmmmmm
work_ has quit [Quit: Connection closed for inactivity]
vonfry has joined #nixos
<suzu> can you verify the signature with nix path-info?
<suzu> and nix verify
<mog> so the one that just failed came back a [1 paths verifeid]
<mog> and whole store verifies
<suzu> oh. idk then, sorry
<suzu> perhaps somebody else here more knowledgable than me can
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57216 → brave: 0.60.45 -> 0.61.50 → https://git.io/fhh1o
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<mog> so packages that werent built by me were broken somehow
<mog> passing --use-subs to copy-closure fixes it
jpaus has joined #nixos
<Ashy> is there an easy way to generate a default.nix that would be roughly equivalent to `nix-shell -p some packages here`?
o1lo01ol1o has joined #nixos
jpaus has quit [Ping timeout: 246 seconds]
jasongrossman has quit [Ping timeout: 246 seconds]
risson has joined #nixos
jmeredith has quit [Quit: Connection closed for inactivity]
iyzsong has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Ping timeout: 255 seconds]
Glider_IRC_ has joined #nixos
Glider_IRC__ has quit [Ping timeout: 245 seconds]
jasongrossman has joined #nixos
o1lo01ol1o has joined #nixos
vonfry1 has joined #nixos
vonfry1 is now known as vonfry_
vonfry has quit [Read error: Connection reset by peer]
o1lo01ol1o has quit [Ping timeout: 255 seconds]
<elvishjerricco> samueldr: I thought GPT kept that gap for legacy reasons so old bios's could still boot gpt disks if the boot loader was installed both ways.
Rusty1 has quit [Quit: Konversation terminated!]
<samueldr> elvishjerricco: wikipedia isn't "a source", but here https://en.wikipedia.org/wiki/BIOS_boot_partition
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57217 → ccls: 0.20181225.8 -> 0.20190301 → https://git.io/fhh1b
<samueldr> that PMBR isn't the gap after the MBR
<samueldr> the PMBR is the MBR
o1lo01ol1o has joined #nixos
<elvishjerricco> ah, got it
<samueldr> that PMBR allows still putting the actuall initial bootloader in the MBR, and *that one* reads either the gap, or the bios boot partition
rprije has quit [Ping timeout: 250 seconds]
rprije has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57218 → cfr: 0.139 -> 0.140 → https://git.io/fhhMe
Guest48663 has quit [Ping timeout: 245 seconds]
rauno has quit [Remote host closed the connection]
Mateon1 has quit [Ping timeout: 245 seconds]
fusion809 has quit [Remote host closed the connection]
mmlb has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57219 → ckbcomp: 1.189 -> 1.190 → https://git.io/fhhMU
ddellacosta has quit [Ping timeout: 246 seconds]
vonfry_ is now known as vonfry
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/5d3fd3674a6 (from 4 days ago, history: https://channels.nix.gsc.io/nixos-unstable)
ggpeti has quit [Ping timeout: 256 seconds]
vonfry has quit [Quit: WeeChat 2.4]
init_6 has joined #nixos
endformationage has quit [Ping timeout: 246 seconds]
Fare has joined #nixos
<{^_^}> [nixpkgs] @strager opened pull request #57220 → folly: build and run tests → https://git.io/fhhMX
<DigitalKiwi> does nix work on freebsd yet?
palo1 has joined #nixos
<srhb> DigitalKiwi: Yet? Has someone been working on that?
Fare has quit [Ping timeout: 246 seconds]
<DigitalKiwi> I thought I heard rumor someone might be, might be wrong
<srhb> Oh..
<DigitalKiwi> could be wishful thinking tho :)
o1lo01ol1o has quit [Ping timeout: 255 seconds]
Lears has quit [Remote host closed the connection]
Lears has joined #nixos
lnikkila has quit [Quit: lnikkila]
palo has quit [Ping timeout: 240 seconds]
palo1 is now known as palo
<DigitalKiwi> is nox still a thing and/or are there any other things like it
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57221 → coturn: 4.5.1.0 -> 4.5.1.1 → https://git.io/fhhMD
slack1256 has joined #nixos
qyliss_ has joined #nixos
<DigitalKiwi> hopefully last question for a while if I want to use this https://github.com/0xbb/gpu-switch#macbook-pro-113-and-115-notes it sounds like the easiest way would be the apple_set_os_efi option, ooor refind, but I think that might give me a lot of trouble since I have encrypted zfs on root... (not sure but that's what everthing I've read makes me think) any suggestions for how to proceed?
LeshaInc1 has joined #nixos
tmaekawa has quit [Quit: tmaekawa]
averell- has joined #nixos
Haskellfant has joined #nixos
calbrecht[mb]_ has joined #nixos
obfusk_ has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to release-19.03 « tikzit: enableParallelBuilding = false »: https://git.io/fhhM7
tmaekawa has joined #nixos
richard has joined #nixos
nikola has joined #nixos
richard is now known as Guest56768
cwraith has joined #nixos
abcrawf_ has joined #nixos
slack1256 has quit [Remote host closed the connection]
linuxdaemon_ has joined #nixos
qyliss has quit [*.net *.split]
obfusk has quit [*.net *.split]
LeshaInc has quit [*.net *.split]
lucus16 has quit [*.net *.split]
domenkozar[m] has quit [*.net *.split]
calbrecht[mb] has quit [*.net *.split]
balsoft[m] has quit [*.net *.split]
smolboye[m] has quit [*.net *.split]
averell has quit [*.net *.split]
abcrawf has quit [*.net *.split]
NinjaTrappeur has quit [*.net *.split]
nkaretnikov has quit [*.net *.split]
angerman has quit [*.net *.split]
georgew has quit [*.net *.split]
ancarda has quit [*.net *.split]
prooftechnique has quit [*.net *.split]
jonreeve[m] has quit [*.net *.split]
Adluc has quit [*.net *.split]
nikolah has quit [*.net *.split]
r5d has quit [*.net *.split]
vaibhavsagar has quit [*.net *.split]
d_g[m] has quit [*.net *.split]
cbarrett has quit [*.net *.split]
cocreature has quit [*.net *.split]
teozkr has quit [*.net *.split]
dmj` has quit [*.net *.split]
vesak[m] has quit [*.net *.split]
WooDWorkeR has quit [*.net *.split]
linuxdaemon has quit [*.net *.split]
Wizek has quit [*.net *.split]
c_wraith has quit [*.net *.split]
hhes has quit [*.net *.split]
qyliss_ is now known as qyliss
Haskellfant is now known as cocreature
averell- is now known as averell
Adluc has joined #nixos
rtjure has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @vcunat pushed to release-19.03 « tikzit: really use enableParallelBuilding = false »: https://git.io/fhhMA
rtjure has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 459 commits to staging-next: https://git.io/fhhMx
sinner has joined #nixos
<{^_^}> [nixpkgs] @volth opened pull request #57222 → hypothesis-python: fix hash → https://git.io/fhhMp
sinner is now known as Guest81149
tmaekawa has quit [Quit: tmaekawa]
obfusk_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
regulus_ has quit [Ping timeout: 250 seconds]
obfusk has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 634 commits to staging: https://git.io/fhhDe
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rcshm has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @volth opened pull request #57223 → strace: download source from github instead of strace.io (the domain is down) → https://git.io/fhhDJ
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57224 → darktable: 2.6.0 -> 2.6.1 → https://git.io/fhhDT
Dr8128 has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 12 commits to staging: https://git.io/fhhDm
<{^_^}> [nixpkgs] @vcunat merged pull request #56927 → buildGoPackage: update Go to version 1.12 → https://git.io/fhpU2
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57225 → ddcutil: 0.9.4 -> 0.9.5 → https://git.io/fhhD3
<{^_^}> [nixpkgs] @vcunat pushed commit from @Infinisil to staging-next « Merge #57095: gtk3: Fix for missing symbols (again) »: https://git.io/fhhD8
regulus_ has joined #nixos
pita has quit [Ping timeout: 250 seconds]
init_6 has quit [Read error: Connection reset by peer]
adamantium_ has joined #nixos
pita has joined #nixos
Mateon1 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57226 → double-conversion: 3.1.1 -> 3.1.3 → https://git.io/fhhyT
zupo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57227 → drumkv1: 0.9.4 -> 0.9.5 → https://git.io/fhhyL
Guest81149 has quit [Read error: Connection reset by peer]
sinner has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #57135 → _0x0: init at 2018-06-24 → https://git.io/fhhwY
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to master: https://git.io/fhhyY
sinner is now known as Guest5082
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rauno has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57228 → dub: 1.13.0 -> 1.14.0 → https://git.io/fhhyG
johanot has joined #nixos
macerbi[m] has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to release-18.09 « pango: 1.42.1 → 1.42.4 (security) »: https://git.io/fhhyB
kvda has joined #nixos
<mvnetbiz> I am trying to organize my configuration that is shared across a couple PCs I use like this, but I get the error message in this paste, not sure why this shouldn't work? https://gist.github.com/mvnetbiz/4ce7164dcf41b1fb2b79ac27ee009ce1
<Izorkin> How to need to merge this PR #56255 #56423 ?
<{^_^}> https://github.com/NixOS/nixpkgs/pull/56255 (by Izorkin, 2 weeks ago, open): nginx: do not run anything as root
<{^_^}> https://github.com/NixOS/nixpkgs/pull/56423 (by Izorkin, 1 week ago, open): unit: add service unit and update package
<{^_^}> [nixpkgs] @vcunat pushed to staging-next « libarchive: apply upstream CVE patches »: https://git.io/fhhyP
<MichaelRaskin> DigitalKiwi: I think at some point FreeBSD was a somewhat supported platform, but then we ran out of people caring to fix anything there
linarcx has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed to release-18.09 « libarchive: apply upstream CVE patches »: https://git.io/fhhyX
<{^_^}> [nixpkgs] @vcunat pushed to staging-19.03 « libarchive: apply upstream CVE patches »: https://git.io/fhhy1
<{^_^}> [nixpkgs] @dtzWill opened pull request #57229 → e2fsprogs: 1.44.5 -> 1.45.0 → https://git.io/fhhyM
<{^_^}> [nixpkgs] @vcunat pushed commit from @dtzWill to staging-19.03 « Merge #56494: file: 5.35 -> 5.36 (staging-19.03) »: https://git.io/fhhy9
<{^_^}> [nixpkgs] @kostspielig opened pull request #57230 → bigwig-studio2: 2.4.3->2.5 → https://git.io/fhhy5
johanot has quit [Quit: WeeChat 2.2]
m0rphism has joined #nixos
dwdr has joined #nixos
linarcx has quit [Quit: WeeChat 2.4]
Havvy has quit [Ping timeout: 250 seconds]
linarcx has joined #nixos
zupo has joined #nixos
Ariakenom has joined #nixos
pita has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57231 → python37Packages.eyeD3: 0.8.9 -> 0.8.10 → https://git.io/fhhyx
<{^_^}> [nixpkgs] @Mic92 merged pull request #57122 → yubioath-desktop: prefix QML2_IMPORT_PATH → https://git.io/fhhgm
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fhhSe
b has quit [Ping timeout: 245 seconds]
adamantium_ has quit [Ping timeout: 240 seconds]
aexoxea has quit [Quit: Goodbye!]
<{^_^}> [nixpkgs] @vcunat pushed 5 commits to release-18.09: https://git.io/fhhSf
talqu has joined #nixos
<talqu> hi, i export path in my .bashrc but unless i open emacs from the terminal that path is not visible from emacs
<{^_^}> [nixpkgs] @dywedir merged pull request #57110 → gnome2.gtkdoc -> gtk-doc → https://git.io/fhhEi
<{^_^}> [nixpkgs] @dywedir pushed 3 commits to master: https://git.io/fhhSt
hsrthsrthsrt has joined #nixos
<{^_^}> [nixpkgs] @bachp opened pull request #57232 → Bonnie 1.98 → https://git.io/fhhSq
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Havvy has joined #nixos
<srhb> talqu: Are you on NixOS?
<srhb> talqu: And how did you install Emacs?
<talqu> srhb, yes im on nixos, i have emacs package declared in my configuration.nix
<talqu> srhb, emacs does not see the path if i start it using xfce4 ui tools (application finder)
<{^_^}> [nixpkgs] @Mic92 merged pull request #57217 → ccls: 0.20181225.8 -> 0.20190301 → https://git.io/fhh1b
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fhhSC
oida has quit [Remote host closed the connection]
Shouou has joined #nixos
<{^_^}> [nixpkgs] @vcunat pushed 3 commits to staging: https://git.io/fhhSR
<{^_^}> [nixpkgs] @Mic92 merged pull request #57230 → bigwig-studio2: 2.4.3->2.5 → https://git.io/fhhy5
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/fhhSE
linarcx has quit [Ping timeout: 255 seconds]
<srhb> talqu: In configuration.nix = in systemPackages?
<srhb> talqu: It should be on your path then.
<srhb> I'm not sure what xfce4 ui tools uses to find applications.
Shouou has quit [Remote host closed the connection]
linarcx has joined #nixos
Shouou has joined #nixos
Shouou has quit [Remote host closed the connection]
Shouou has joined #nixos
oida has joined #nixos
Shououo has joined #nixos
rfold has joined #nixos
<talqu> srhb, yes, emacs is declared in systemPackages. what is i install with nix-env -iA is visible from the emacs run from application finder, however a custom path added through export in .bashrc, make that dir not visible in emacs
<talqu> very weird :/
alex`` has joined #nixos
linarcx has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57233 → flatpak-builder: 1.0.3 -> 1.0.5 → https://git.io/fhhSg
Khetzal has quit [Remote host closed the connection]
Shouou has quit [Ping timeout: 246 seconds]
linarcx has joined #nixos
hsrthsrthsrt has quit []
Khetzal has joined #nixos
pita has joined #nixos
infinee has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to master « Retire support for "haskellPackageOverrides" from the Nixpkgs config file. »: https://git.io/fhhSo
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57234 → fltk: 1.3.4 -> 1.3.5 → https://git.io/fhhSi
<{^_^}> [nixpkgs] @peti pushed 4 commits to haskell-updates: https://git.io/fhhSP
<{^_^}> [nixpkgs] @peti pushed 4 commits to master: https://git.io/fhhSX
tmaekawa has joined #nixos
Shououo has quit [Remote host closed the connection]
tmaekawa has quit [Client Quit]
thc202 has joined #nixos
Shouou has joined #nixos
Shououo has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57236 → focuswriter: 1.7.1 -> 1.7.2 → https://git.io/fhhSj
jlslnx has joined #nixos
adamantium_ has joined #nixos
Shouou has quit [Ping timeout: 240 seconds]
rprije has quit [Read error: Connection reset by peer]
rprije has joined #nixos
JonReed has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Shouou has joined #nixos
tzemanovic has joined #nixos
tzemanovic has quit [Client Quit]
Shououo has quit [Ping timeout: 255 seconds]
emilsp has quit [Quit: cya]
gilligan_ has joined #nixos
Shouou has quit [Read error: Connection reset by peer]
Shouou has joined #nixos
init_6 has joined #nixos
simukis has joined #nixos
<{^_^}> [nixpkgs] @vlaci opened pull request #57237 → emacs: backport hunspell 1.7.0 support from upstream → https://git.io/fhh99
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/3605222d0f3 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
ng0 has joined #nixos
emilsp has joined #nixos
goibhniu has joined #nixos
gilligan_ has quit [Quit: Leaving]
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/3b8fc18111a (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
Shouou has left #nixos ["Leaving"]
jlslnx has quit [Quit: leaving]
ward has joined #nixos
alex`` has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @dywedir merged pull request #57068 → exiftool: 11.11 -> 11.30 → https://git.io/fhhJG
<{^_^}> [nixpkgs] @dywedir pushed 2 commits to master: https://git.io/fhhHL
rfold has quit [Ping timeout: 245 seconds]
alex`` has joined #nixos
iyzsong has joined #nixos
isHavvy has joined #nixos
Havvy has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @peti pushed to master « python-suds-jurko: disable the test suite »: https://git.io/fhhHG
Glider_IRC__ has joined #nixos
ixxie has joined #nixos
Glider_IRC_ has quit [Ping timeout: 245 seconds]
ggpeti has joined #nixos
rfold has joined #nixos
<ggpeti> just added a package to my local copy of nixpkgs
<ggpeti> when I build it, everything needs to be built
<ggpeti> including gcc, gnum4 etc
<ggpeti> tried basing my changes on the lastly cherry-picked nixpkgs commit, no success
<mvnetbiz> Is it possible to include a module.nix file inside the config of another module?
orivej has joined #nixos
<ggpeti> mvnetbiz: imports [ ./module.nix ];
<mvnetbiz> imports = ?
<ggpeti> imports =
<ggpeti> imports = [ path/to/imported/module.nix ];
linarcx has quit [Quit: WeeChat 2.4]
<mvnetbiz> I want to have the imports optional depending on a config option, but I think that's maybe impossible to structure it that way
linarcx has joined #nixos
rembo10 has quit [Quit: ZNC 1.7.2 - https://znc.in]
WooDWorkeR has joined #nixos
georgew has joined #nixos
cbarrett has joined #nixos
nkaretnikov has joined #nixos
angerman has joined #nixos
ancarda has joined #nixos
teozkr has joined #nixos
Wizek has joined #nixos
prooftechnique has joined #nixos
rembo10 has joined #nixos
<mvnetbiz> I think it's a similar situation to this https://nixos.org/nixos/manual/#sec-option-definitions-delaying-conditionals
dmj` has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57240 → gcompris: 0.95 -> 0.96 → https://git.io/fhhHg
<elvishjerricco> mvnetbiz: It's generally much better to gate configs behind custom options than to try to make the import graph conditional
<elvishjerricco> i.e. in `other-module.nix`, have `options.foo.enable = lib.mkOption { type = lib.types.bool; }` and `config = lib.mkIf config.foo.enable { /* regular config goes here */ }`
<mvnetbiz> elvishjerricco, yeah, I understand. I was just trying to find a good way to optionally import hardware-configuration.nix depending on machine configuration options
<mvnetbiz> I am trying to make a configuration that works across my PCs
<mvnetbiz> I might just leave it as /etc/hardware-configuration.nix and just import that normally and not have that specific file synced
<elvishjerricco> ah, yea I just wouldn't. I have a different root module for all my systems, and they all import a common module which defines options that I can configure specially for each machine in their root module. The root module imports the hardware config
linarcx has quit [Quit: WeeChat 2.4]
<mvnetbiz> I was just thinking it makes it a little less complicated to have a single directory be the same on all computers but it is ending up a little complicated
linarcx has joined #nixos
<mvnetbiz> less complicated as far as file sync but more complicated in the nix code required I mean.
<elvishjerricco> mvnetbiz: You can definitely do that. Just have a different specific root module for each one and symlink the appropriate one to /etc/nixos/configuration.nix
<mvnetbiz> Yeah I think I'll do that.
arjen-jonathan has joined #nixos
vaibhavsagar has joined #nixos
smolboye[m] has joined #nixos
balsoft[m] has joined #nixos
vesak[m] has joined #nixos
d_g[m] has joined #nixos
domenkozar[m] has joined #nixos
wolfmantjg1234[m has joined #nixos
jonreeve[m] has joined #nixos
mbodmer[m] has joined #nixos
Guest8919 has joined #nixos
__monty__ has joined #nixos
vk3wtf has quit [Ping timeout: 240 seconds]
NickSeagull has joined #nixos
zupo has joined #nixos
linarcx has quit [Ping timeout: 245 seconds]
linarcx has joined #nixos
shabius_ has joined #nixos
NinjaTrappeur has joined #nixos
hhes has joined #nixos
shabius has quit [Ping timeout: 264 seconds]
linarcx has quit [Ping timeout: 250 seconds]
linarcx has joined #nixos
silver has joined #nixos
jasongrossman has quit [Ping timeout: 252 seconds]
iyzsong has quit [Ping timeout: 252 seconds]
linarcx has quit [Quit: WeeChat 2.4]
linarcx has joined #nixos
<{^_^}> [nixpkgs] @FRidh merged pull request #57202 → ammonite: 1.6.3 -> 1.6.4 → https://git.io/fhhXv
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « ammonite: 1.6.3 -> 1.6.4 »: https://git.io/fhhHP
<{^_^}> [nixpkgs] @FRidh merged pull request #57204 → appstream: 0.12.5 -> 0.12.6 → https://git.io/fhhXq
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « appstream: 0.12.5 -> 0.12.6 »: https://git.io/fhhHX
<{^_^}> [nixpkgs] @FRidh merged pull request #57216 → brave: 0.60.45 -> 0.61.50 → https://git.io/fhh1o
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « brave: 0.60.45 -> 0.61.50 »: https://git.io/fhhH1
<{^_^}> [nixpkgs] @FRidh merged pull request #57218 → cfr: 0.139 -> 0.140 → https://git.io/fhhMe
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « cfr: 0.139 -> 0.140 »: https://git.io/fhhHM
<{^_^}> [nixpkgs] @FRidh merged pull request #57219 → ckbcomp: 1.189 -> 1.190 → https://git.io/fhhMU
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « ckbcomp: 1.189 -> 1.190 »: https://git.io/fhhHD
<{^_^}> [nixpkgs] @FRidh merged pull request #57221 → coturn: 4.5.1.0 -> 4.5.1.1 → https://git.io/fhhMD
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « coturn: 4.5.1.0 -> 4.5.1.1 »: https://git.io/fhhHy
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @FRidh merged pull request #57225 → ddcutil: 0.9.4 -> 0.9.5 → https://git.io/fhhD3
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « ddcutil: 0.9.4 -> 0.9.5 »: https://git.io/fhhHH
<{^_^}> [nixpkgs] @FRidh merged pull request #57226 → double-conversion: 3.1.1 -> 3.1.3 → https://git.io/fhhyT
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « double-conversion: 3.1.1 -> 3.1.3 »: https://git.io/fhhHQ
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57241 → gnome3.gnome-getting-started-docs: 3.30.0 -> 3.31.91 → https://git.io/fhhH7
<{^_^}> [nixpkgs] @FRidh merged pull request #57227 → drumkv1: 0.9.4 -> 0.9.5 → https://git.io/fhhyL
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « drumkv1: 0.9.4 -> 0.9.5 »: https://git.io/fhhH5
<{^_^}> [nixpkgs] @FRidh merged pull request #57233 → flatpak-builder: 1.0.3 -> 1.0.5 → https://git.io/fhhSg
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « flatpak-builder: 1.0.3 -> 1.0.5 »: https://git.io/fhhHd
<{^_^}> [nixpkgs] @FRidh merged pull request #57236 → focuswriter: 1.7.1 -> 1.7.2 → https://git.io/fhhSj
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « focuswriter: 1.7.1 -> 1.7.2 »: https://git.io/fhhHF
<{^_^}> [nixpkgs] @FRidh merged pull request #56662 → freewheeling: 0.6.4 -> 0.6.5 → https://git.io/fhAK6
<{^_^}> [nixpkgs] @FRidh pushed commit from @r-ryantm to master « freewheeling: 0.6.4 -> 0.6.5 »: https://git.io/fhhHb
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57242 → gnome3.gnome-color-manager: 3.30.0 -> 3.32.0 → https://git.io/fhhHx
<JonReed> I've read that lists are just arrays (not linked lists) in Nix under the hood. How are AttrSets implemented in Nix? Is there anywhere I can read about performence considerations and best practices for Nix for the language itself?
linarcx has quit [Quit: WeeChat 2.4]
linarcx has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 14 commits to release-19.03: https://git.io/fhhHj
linarcx has quit [Client Quit]
linarcx has joined #nixos
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57243 → gnome3.gnome-power-manager: 3.30.0 -> 3.32.0 → https://git.io/fhhQJ
<__monty__> JonReed: You might be interested in the #nix-lang channel. Pretty quiet but would probably be eminently suitable for such queries.
<JonReed> __monty__: Thanks. It's nice that it has logs too. I'll check there first.
jasongrossman has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57244 → gnome3.gnome-packagekit: 3.30.0 -> 3.32.0 → https://git.io/fhhQL
<{^_^}> [nixpkgs] @FRidh merged pull request #57215 → python35: fix build on macOS → https://git.io/fhh1V
<{^_^}> [nixpkgs] @FRidh pushed commit from @strager to master « python35: fix build on macOS »: https://git.io/fhhQq
<{^_^}> [nixpkgs] @FRidh pushed commit from @strager to release-19.03 « python35: fix build on macOS »: https://git.io/fhhQm
agander has joined #nixos
linarcx has quit [Ping timeout: 245 seconds]
linarcx has joined #nixos
adamantium_ is now known as adamantium
<{^_^}> [nixpkgs] @Izorkin opened pull request #57245 → php: add custom options → https://git.io/fhhQ3
linarcx has quit [Ping timeout: 255 seconds]
linarcx has joined #nixos
<{^_^}> [nixpkgs] @Kjuvi opened pull request #57246 → ephemeral: init at 4.2.0 → https://git.io/fhhQl
linarcx has quit [Client Quit]
linarcx has joined #nixos
<{^_^}> [nixpkgs] @thedavidmeister opened pull request #57247 → WIP: update monero to v0.14.0.2 → https://git.io/fhhQ4
arjen-jonathan has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57248 → gnome3.gnome-user-docs: 3.30.2 -> 3.31.91 → https://git.io/fhhQ0
shabius has joined #nixos
shabius_ has quit [Ping timeout: 264 seconds]
jasongrossman has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57249 → libgnurl: 7.63.0 -> 7.64.0 → https://git.io/fhhQu
goibhniu has quit [Remote host closed the connection]
linarcx has quit [Ping timeout: 244 seconds]
linarcx has joined #nixos
drager1 has quit [Quit: WeeChat 2.0.1]
drager has joined #nixos
drager has quit [Changing host]
drager has joined #nixos
goibhniu has joined #nixos
init_6 has quit [Read error: Connection reset by peer]
<noonien> hello folks
<noonien> i've got a laptop with an intel cpu, which has an integrated GPU, and a dedicated nvidia gpu
demize has quit [Quit: Do Androids Dream of Electric Sheep?]
<noonien> i don't want to use the nvidia gpu atm, just the intel one
demize has joined #nixos
<noonien> however, nixos seems to load nouveau by default, which appears to cause GPU lockup a few times a day
<linarcx> Hi. i installed i3 and i3status and i3blocks. but i cant see battery status and all other stufs in i3block in my machine. why?
zupo has joined #nixos
Ariakenom has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @jtojnar closed pull request #57248 → gnome3.gnome-user-docs: 3.30.2 -> 3.31.91 → https://git.io/fhhQ0
<vikingman> noonien: just put services.xserver.videoDrivers = [ "intel" ]; in your config
<vikingman> it work for mine
<{^_^}> [nixpkgs] @hedning closed pull request #57241 → gnome3.gnome-getting-started-docs: 3.30.0 -> 3.31.91 → https://git.io/fhhH7
infinee has quit [Quit: leaving]
<{^_^}> [nixpkgs] @hedning closed pull request #57242 → gnome3.gnome-color-manager: 3.30.0 -> 3.32.0 → https://git.io/fhhHx
<{^_^}> [nixpkgs] @hedning closed pull request #57243 → gnome3.gnome-power-manager: 3.30.0 -> 3.32.0 → https://git.io/fhhQJ
<{^_^}> [nixpkgs] @hedning closed pull request #57244 → gnome3.gnome-packagekit: 3.30.0 -> 3.32.0 → https://git.io/fhhQL
<noonien> Vikingman: i thought i had that, but i forgot to import the expression that did that. hehe, i'll see if it works now
imdoor has joined #nixos
<noonien> nouveau still seems to load
<noonien> is there a way to blacklist it?
o1lo01ol1o has quit [Ping timeout: 245 seconds]
mmlb has joined #nixos
Rusty1 has joined #nixos
o1lo01ol1o has joined #nixos
hphhphhphhph has joined #nixos
<noonien> `boot.blacklistedKernelModules = [ "nouveau" ];` did the trick
jasongrossman has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/3dd4ea56d77 (from 4 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<linarcx> Gyus, i installed some themes like deepin.deepin-gtk-theme. But it only affect gtk3 applications. for example deluge not affected by this theme. why?
<siraben> How do I delete all packages that aren't tracked in configuration.nix?
freeman42x has joined #nixos
<linarcx> siraben: You mean, user-installed packages?
<siraben> Yeah
vidbina has joined #nixos
<linarcx> siraben: ` nix-env --uninstall foo, bar,...`
<siraben> No but there was a command something like sudo nix-env -e ...
<siraben> I mean nix-env -e ...
ixxie has quit [Ping timeout: 246 seconds]
<srhb> siraben: nix-env -e '*' funnily enough
<philipp[m]> Does anybody else have issues with the mumble client randomly locking up on saving settings?
<linarcx> siraben: I've get this from man page: `nix-env -e '.*'`
<siraben> Thanks srhb and linarcx
<JonReed> linarcx: Gtk 2 and gtk 3 have different configuration files. For gtk 2 to be affected, you can change `~/.gtkrc-2.0`, for gtk 3 `~/.config/gtk-3.0/settings.ini`. They also have a bit different syntax.
<linarcx> JonReed: I know about those files. But in arch for example, when you install a gtk3 theme its automatically create that .gtkrc-2.0 for me.
<linarcx> I want to only install a gtk3 theme. and see the results as same as possible in all gtk2 or gtk3 softwares.
agander has quit [Ping timeout: 250 seconds]
<JonReed> linarcx: There may be a better way to do it, I don't really know. What I do is I install a theme and just manually update those files and that just works.
<linarcx> JonReed: I'll try it. thank you.
reinhardt has joined #nixos
<{^_^}> [nixpkgs] @ryantm merged pull request #57213 → bdf2psf: 1.189 -> 1.190 → https://git.io/fhh1W
<{^_^}> [nixpkgs] @ryantm pushed 2 commits to master: https://git.io/fhh7m
<srhb> Myrl-saki: Did you end up succeeding mucking with primusrun and friends or creating an issue?
<pie____> is it explained anywhere what kind of limitations the nix build environment has?
<talqu> https://pastebin.com/rZ3FL1qX i get this installing purescript. Im curious how is this error: Setup: Encountered missing dependencies: base >=4.2 && <4.11 even posible? Isn't nix derivation supposed to download/build the version it was declared with?
<pie____> (like no network access, or whatever)
rauno has quit [Remote host closed the connection]
jlslnx has joined #nixos
<srhb> pie____: That specifically is related to the sandbox, which is documented in the nix manual somewhat.
<srhb> talqu: Yes? That's also happening here.
<srhb> talqu: Are you wondering how base got bumped without purescript being updated as well?
Thra11 has joined #nixos
<{^_^}> [nixpkgs] @volth closed pull request #56649 → pureUsePlatformOptimizations: add stdenv adapter → https://git.io/fhAoz
civodul has joined #nixos
<pie____> srhb: hm ok thanks, so sandbox is the keyword
<talqu> srhb, i don't have purescript in my nixos. I do nix-env -iA nixos.purescript and I get this error, which as i can see requires some particular base version. Why doesn't it download/build for me then?
<srhb> talqu: Which version of NixOS are you on? base is tied to the particular ghc version.
<talqu> srhb, 18.09.2253.753f58d9a42 (Jellyfish)
<Myrl-saki> srhb: Yep. Roll back my drivers to a 2017 one.
<srhb> Myrl-saki: What, really? That works? Mind telling me which version specifically?
<srhb> talqu: So that version has purescript at 0.12.0 but base at 4.11.1.0 in the main haskell package set
<Myrl-saki> srhb: boot.extraModulePackages = optional useBbswitch kernel.bbswitch ++ optional useNvidia kernel.nvidia_x11_legacy390.bin;
<srhb> talqu: however, we do provide older compilers (and thus older base version)
<srhb> Myrl-saki: Thanks :)
<srhb> talqu: They're not binary cached though.
<Myrl-saki> srhb: No purrblem. Might wanna pin it on NixOS, just in case someone wants to use this 5 years from now?
<srhb> Myrl-saki: Yeah, but how annoying :(
stepcut has joined #nixos
<talqu> srhb, thanks, i see now at least why that is happening. anyways, purescript uses pulp which a bower/npm tool, something that is not on nixos packages site :) i will have to install purescript/pulp through npm/bower/psc-package then. thank you again
<srhb> talqu: Specifically, haskell.packages.ghc822 should have the right base version..
<srhb> Whether the rest works I don't know.
reinhardt has quit [Quit: Leaving]
fusion809 has joined #nixos
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/3605222d0f3 (from 7 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
o1lo01ol1o has quit [Ping timeout: 255 seconds]
<linarcx> JonReed: It's work like a charm :)
wpcarro has joined #nixos
goibhniu has quit [Ping timeout: 246 seconds]
Ariakenom has joined #nixos
o1lo01ol1o has joined #nixos
ErAsMuS has joined #nixos
<noonien> does anyone have bluetooth in initrd?
<{^_^}> [nixpkgs] @LnL7 merged pull request #56980 → pythonPackages.distlib: init at 0.2.8 → https://git.io/fhpBA
<{^_^}> [nixpkgs] @LnL7 pushed 2 commits to master: https://git.io/fhh7X
o1lo01ol1o has quit [Ping timeout: 245 seconds]
linarcx has quit [Ping timeout: 268 seconds]
mojjo has joined #nixos
<mojjo> `error: attribute 'buildNodePackage' missing, at...` -> as far as I understand this, it should be available under `pkgs.nodePackages.buildNodePackage`... ?
<andi-> is there an easier way to determine reverse dependencies then the hydra jobset diff that usually is used for the rebuild amount script?
<andi-> Especially without having to trigger a rebuild
o1lo01ol1o has joined #nixos
xqsl has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
jtojnar has quit [Quit: jtojnar]
xqsl has joined #nixos
xkapastel has joined #nixos
vidbina has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @vbgl opened pull request #57251 → ocamlPackages.ocp-index: 1.1.8 -> 1.1.9 → https://git.io/fhh7H
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57252 → ibus-engines.typing-booster-unwrapped: 2.5.3 -> 2.6.0 → https://git.io/fhh7A
o1lo01ol1o has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @timokau opened pull request #57253 → [19.03] Sage python upgrade fixes → https://git.io/fhh7p
jtojnar has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/ad9db2a3edb (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
cwraith is now known as c_wraith
<siraben> Anyone have a particular file manager they like? I've been using Thunar but wanted to know if there are better/more extensible ones
<siraben> Ranger is pretty good but I'm looking for a graphical one too
Thra11 has quit [Ping timeout: 246 seconds]
<pie____> siraben: i wonder if you could run windows explorer in wine
stepcut has quit [Remote host closed the connection]
<siraben> pie____: why would I do that
<siraben> hehe
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
<jasongrossman> siraben: I use caja ... which I picked because I like its default settings, not because it's extensible, but it might be worth a look.
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
stepcut has joined #nixos
stepcut has quit [Remote host closed the connection]
<siraben> jasongrossman: does it pull in crazy dependencies?
<siraben> I'm using i3
stepcut has joined #nixos
<jasongrossman> siraben: It doesn't pull in much IIRC.
<siraben> jasongrossman: are you using MATE?
stepcut has quit [Remote host closed the connection]
<__monty__> siraben: Anything ranger doesn't do (well) that you want a GUI fm for?
<jasongrossman> siraben: No, I'm not using MATE.
<siraben> __monty__: Drag and drop!
* siraben runs away
<{^_^}> [nixpkgs] @xeji pushed commit from @vanzef to release-19.03 « marisa-python: fix build (#57013) »: https://git.io/fhh5v
<jasongrossman> siraben: I'm using stumpwm.
<siraben> __monty__: I should use it more often, hrm.
stepcut has joined #nixos
grizwako has joined #nixos
<siraben> jasongrossman: just installed it, seems good
<__monty__> siraben: You can kinda get that with dragon or something. It's on the wiki.
<__monty__> dragondrop?
<siraben> Nah I don't really need drag and drop
<siraben> I mostly use the shell/Emacs anyways for doing file stuff
<jasongrossman> siraben: I keep meaning to get better at dired.
<siraben> jasongrossman: dired is pretty limited, Helm satisfies much of my file needs
<siraben> jasongrossman: wdired is something to not miss out on though.
<jasongrossman> siraben: I love both helm and wdired.
<siraben> __monty__: ah I remember, one of the things graphical file managers are good at is displaying many images simultaneously
<siraben> ranger does that but only one at a time
<__monty__> siraben: Maybe something like feh combined with ranger's open_all_images? Afaik it has a tiled thumbnail view.
<__monty__> Also, scope.sh *is* a configuration file. You could write a bit of shell that tiles like 10 images for the directory preview if you think that's useful.
<siraben> __monty__: I suppose. What do you use for your file manager? ranger?
<__monty__> I suppose so, maintain it for a reason : >
<siraben> What about mounting hard drives and such?
<siraben> Without a graphical interface
<siraben> It's a little tedious sometimes to mount /dev/*
<siraben> not * but the path of the device, obv.
_kwstas has joined #nixos
<siraben> __monty__: ah, didn't know you were a maintainer, heh.
rcshm has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_kwstas_ has joined #nixos
_kwstas has quit [Read error: Connection reset by peer]
_kwstas_ is now known as _kwstas
<siraben> Hm nevermind about the hard drive^, what was I saying.
<{^_^}> [nixpkgs] @timokau merged pull request #57253 → [19.03] Sage python upgrade fixes → https://git.io/fhh7p
<{^_^}> [nixpkgs] @timokau pushed 4 commits to release-19.03: https://git.io/fhh58
<noonien> does anyone have sound over displayport?
leat has joined #nixos
<lassulus> yes
<lassulus> I have DP -> HDMI and sound goes through it
<noonien> did you have to do anything special do get it enabled? or did it just work in pulseaudio?
<catern> hmm, I don't like that "NIX_REMOTE=~/nix nix-store --add foo" gives me back /nix/store/*-foo rather than ~/nix/nix/store/*-foo, which is the actual path created
<lassulus> noonien: did just work in pulseaudio, had to set in in pavucontrol under configuration
<noonien> lassulus: ah, yes!
<noonien> that was it, thanks!
<lassulus> np :)
<__monty__> siraben: There's automounters like udiskie. We consider it seperate from file management because most people that spend a lot of time in terminals don't like magic.
<noonien> lassulus++
<{^_^}> lassulus's karma got increased to 1
<{^_^}> [nixpkgs] @romildo opened pull request #57255 → qogir-theme: 2018-11-12 -> 2019-03-10 → https://git.io/fhh5g
<lassulus> yay my first karma :D
<noonien> siraben: i also use udiskie, along with: http://vpaste.net/29Pyl
_kwstas has quit [Quit: _kwstas]
o1lo01ol1o has joined #nixos
rpg has quit [Quit: Textual IRC Client: www.textualapp.com]
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/a64f22b9fed (from 6 hours ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
ggpeti has quit [Ping timeout: 256 seconds]
Fare has joined #nixos
rtjure has quit [Quit: ZNC 1.6.5 - http://znc.in]
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @Ma27 opened pull request #57256 → errbot: fix broken dependencies → https://git.io/fhhdk
jmeredith has joined #nixos
emilis has joined #nixos
leat1 has joined #nixos
leat has quit [Ping timeout: 240 seconds]
cfricke has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57257 → jmeter: 4.0 -> 5.1 → https://git.io/fhhds
o1lo01ol1o has quit [Ping timeout: 246 seconds]
rauno has joined #nixos
cfricke has quit [Client Quit]
williamrusnack has joined #nixos
<das_j> What happened to the Hydra build logs?
<das_j> I wanted to look at some builds because of #56826 but none have logs
<{^_^}> https://github.com/NixOS/nixpkgs/issues/56826 (by lheckemann, 6 days ago, open): Zero Hydra Failures: 19.03 edition
_kwstas has joined #nixos
<williamrusnack> I'm on macOS and just installed nix. How do I add nix to my PATH? I know that the bin is at /nix/store/*-nix-*/bin/ but I am not sure how to link to the latest.
o1lo01ol1o has joined #nixos
leat1 has quit [Remote host closed the connection]
endformationage has joined #nixos
leat1 has joined #nixos
Maxdamantus has quit [Ping timeout: 245 seconds]
<LnL> did you start a new shell?
Maxdamantus has joined #nixos
<williamrusnack> LnL: yes
<LnL> and what's the value of $PATH and $NIX_PATH?
<williamrusnack> $NIX_PATH is not defined
ilmu has joined #nixos
rpg has joined #nixos
<williamrusnack> echo $PATH /Users/williamrusnack/.cabal/bin/ /Users/williamrusnack/.local/bin/ /usr/local/bin /usr/bin /bin /usr/sbin /sbin /opt/X11/bin /Library/TeX/texbin .
<LnL> so ~/.nix-profile/etc/profile.d/nix.sh doesn't get loaded, what shell do you use?
<williamrusnack> been using fish, but also have tried in bash
<LnL> NIX_PATH should be set in bash unless you explicitly disabled configuration for the installer
<LnL> fish won't work since it's not compatible
xqsl has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<noonien> i'm encoutering an issue when trying to build a derivation, there's a python script to patch some fonts, and for some reason, i get this error: http://vpaste.net/SLxj3
Rusty1 has quit [Quit: Konversation terminated!]
xqsl has joined #nixos
<williamrusnack> LnL: can I just add ~/.nix-profile/bin/ to my path?
<noonien> it complains that the file does not exist, however, it does! and is executable
<noonien> hmm, it has a `#!/usr/bin/env bash`, i'm guessing this is the issue
leat1 has quit [Remote host closed the connection]
<das_j> noonien: Should work if you call it with bash. Something like `${pkgs.bash} /path/to/script`
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos
leat1 has joined #nixos
jtojnar has quit [Remote host closed the connection]
<noonien> yes, but i can't, since i just pass a path to the script
<noonien> i'll just patchShebangs
<das_j> Probably the best, yes
<williamrusnack> LnL: Got it working. thanks for the help.
neminis has joined #nixos
<samueldr> das_j: link to a particular log-less build?
<samueldr> (or even a couple)
_kwstas has quit [Quit: _kwstas]
<neminis> is there something like fetchurl but for a local file?
Fare has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @c0deaddict opened pull request #57258 → pythonPackages.rbtools: fix tests → https://git.io/fhhdH
<das_j> samueldr: The lucifer build: https://hydra.nixos.org/build/90301780
<das_j> samueldr: Nope, I'm just retarded. uMatrix blocked the HTTP request to s3 :(
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/132a9a0c32b (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
<samueldr> das_j: not retarded, only trustful in error messages :)
<das_j> Probably, yes
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57259 → kdev-php: 5.3.1 -> 5.3.2 → https://git.io/fhhFe
jlslnx has quit [Quit: leaving]
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/52e59ba4ad1 (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
jpaus has joined #nixos
rauno has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @veprbl merged pull request #56050 → csound-qt 0.9.6-beta2 -> 0.9.6-beta3, plus python-qt include changes → https://git.io/fhdR0
<{^_^}> [nixpkgs] @veprbl pushed 3 commits to master: https://git.io/fhhFL
Fare has joined #nixos
emilis has quit [Quit: Leaving]
Fare has quit [Ping timeout: 240 seconds]
ym555 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57260 → kdev-python: 5.3.1 -> 5.3.2 → https://git.io/fhhFl
agander has joined #nixos
<{^_^}> [nixpkgs] @e-user closed pull request #56960 → libsepol: 2.7 -> 2.8 → https://git.io/fhpno
<{^_^}> [nixpkgs] @e-user closed pull request #56961 → libselinux 2.7 -> 2.8 → https://git.io/fhpnM
<{^_^}> [nixpkgs] @e-user closed pull request #56962 → libsemanage: 2.7 -> 2.8 → https://git.io/fhpn5
<{^_^}> [nixpkgs] @e-user closed pull request #56963 → semodule-utils: 2.7 -> 2.8 → https://git.io/fhpnN
<{^_^}> [nixpkgs] @e-user closed pull request #56964 → checkpolicy: 2.7 -> 2.8 → https://git.io/fhpnx
linarcx has joined #nixos
nD5Xjz has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
nD5Xjz has joined #nixos
o1lo01ol1o has joined #nixos
JosW has joined #nixos
jpaus has quit [Ping timeout: 245 seconds]
kreisys has joined #nixos
ErAsMuS has quit [Ping timeout: 250 seconds]
<manveru> so... i'm trying to implement a fetcher that gets a hex package and uses the checksum specified in the mix.lock file (not really under my control). The problem is that this hash actually specifies the checksum of `read_file("VERSION") + read_file("metadata.config") + read_file("content.tar.gz")` inside the initial tarball.
<manveru> the final output of the fetcher should just be the contents of content.tar.gz, but of course the hash doesn't match for this...
<das_j> Where is the partition table of the installer defined?
matix has joined #nixos
<samueldr> das_j: goal?
<samueldr> (meanwhile I'm digging it up)
<das_j> samueldr: I think I'll use sd-image, I found it there
<das_j> I'd like to build a bootable stick which reads the Windows key from UEFI and stores it an a file
<samueldr> the usb drive is iso-image, not sd-image, in case it matters
<das_j> samueldr: I think sd-image is more convenient in my case because it doesn't do the loop magic
<samueldr> sd-image might not work as it is assuming u-boot boot process rather than uefi
contrapumpkin has joined #nixos
<das_j> Oh
<{^_^}> [nixpkgs] @Ma27 opened pull request #57261 → autorandr: install bash completions properly → https://git.io/fhhFD
<das_j> So iso it is
<das_j> I think I'll just put the key into the ESP, so I can easily recover it
copumpkin has quit [Ping timeout: 255 seconds]
knupfer has joined #nixos
copumpkin has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
contrapumpkin has quit [Ping timeout: 245 seconds]
drakonis has joined #nixos
agander has quit [Ping timeout: 245 seconds]
Glider_IRC_ has joined #nixos
kreisys has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @andir pushed 31 commits to openssl-1.1: https://git.io/fhhbm
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57262 → kdevelop-unwrapped: 5.3.1 -> 5.3.2 → https://git.io/fhhbO
Glider_IRC__ has quit [Ping timeout: 244 seconds]
<infinisil> neminis: builtins.readFile?
<infinisil> Or builtins.fetchurl works for a local file too
apajx1 has left #nixos ["WeeChat 1.4"]
vidbina has joined #nixos
imdoor has quit [Quit: imdoor]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57264 → kexectools: 2.0.18 -> 2.0.19 → https://git.io/fhhb3
Makaveli7 has joined #nixos
vidbina has quit [Ping timeout: 245 seconds]
asymmetric has joined #nixos
goibhniu has joined #nixos
<infinisil> neminis: Oh and actually, just "${./path/to/local/file}" will import it into the store, nothing special needed
<{^_^}> [nixpkgs] @andir pushed 27 commits to openssl-1.1: https://git.io/fhhbW
rfold has quit [Quit: leaving]
mmlb has quit [Ping timeout: 255 seconds]
<gchristensen> is there a make target for Linux to produce a plain vmlinux file, instead of a vmlinuz/bzImage?
<aanderse> infinisil: have you made any function to generate php arrays out of attribute sets yet?
knupfer has quit [Ping timeout: 240 seconds]
<aanderse> like foo = { bar = "baz"; } -> someArray['foo']['bar'] = "baz"; ?
<gchristensen> just export to json, and then use the json parser?
<infinisil> aanderse: Should be very similar to the one I made in that PR
* infinisil tries to find it
<aanderse> gchristensen: as someone who is *not* a functional programmer... that sounds way better :)
<{^_^}> [nixpkgs] @7c6f434c pushed to libreoffice-update « libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2 »: https://git.io/fhhbE
<gchristensen> aanderse: and safer, too :)
<infinisil> Ah yeah, that sounds better if you can use a language like php
<aanderse> sounds good, thanks both :)
<aanderse> ** of you
<{^_^}> [nixpkgs] @7c6f434c opened pull request #57266 → libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2 → https://git.io/fhhbu
<MichaelRaskin> gchristensen: give up and just uncompress
<gchristensen> actually, it looks like vmlinux appears in $dev !
<MichaelRaskin> Cost of an extra gzip: negligible, cost of investigation: extra strain to wrists!
<gchristensen> :X
<gchristensen> MichaelRaskin++
<{^_^}> MichaelRaskin's karma got increased to 12
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #57267 → nix*: Make .override work → https://git.io/fhhbg
<{^_^}> [nixpkgs] @7c6f434c pushed to libreoffice-update « libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2 »: https://git.io/fhhba
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 opened pull request #57268 → nix*: Make .override work for 19.03 → https://git.io/fhhbi
<DigitalKiwi> so for this package i'm adding i had to bump a version of something and so i'm testing all of its referers (right word?) and anyway pythonPackages.weboob doesn't build for me and it doesn't build without the version bump either soooo :| there's a new version of it too but i don't even know what it is :|
<DigitalKiwi> Could not find executable: pyuic5
<DigitalKiwi> well, that's the error when i build after this git checkout 5d3fd3674a6
o1lo01ol1o has quit [Ping timeout: 268 seconds]
<DigitalKiwi> when i don't have a cache it compiles for seemingly hours a ton of stuff :| i've never let it finish it makes my laptop too hot
ddellacosta has quit [Ping timeout: 244 seconds]
<DigitalKiwi> (and i don't have much faith it'll not error anyway :( )
fusion809_ has joined #nixos
fusion809 has quit [Read error: Connection reset by peer]
jgt has joined #nixos
<jgt> how do I check why nix-shell wants to fetch a certain package?
zupo has joined #nixos
freeman42x has quit [Read error: Connection reset by peer]
ddellacosta has joined #nixos
freeman42x has joined #nixos
zupo_ has joined #nixos
<simpson> DigitalKiwi: Currently locally building `pythonPackages.weboob` to see what the actual error is.
ggpeti has joined #nixos
<simpson> DigitalKiwi: Yep, reproduced.
<jgt> oh, maybe I found it
<simpson> jgt: You can ask $(nix-store -q --tree $YOUR_DRV_OR_NIX_STORE_PATH).
<jgt> nix-store -q --graph $(nix-instantiate shell.nix)
<ggpeti> what could cause a total rebuild of stdenv when building a freshly added pkg in a local nixpkgs repo?
<ar1a> i set up tinc today on nix, a few files i had to put there imperatively but otherwise it was a fucking breeze! https://github.com/ar1a/dotfiles/blob/master/nixos/tinc.nix
<ar1a> i also wrote my first nixos wiki page https://nixos.wiki/wiki/Disabling_mouse_acceleration
wpcarro has quit [Quit: leaving]
zupo has quit [Ping timeout: 245 seconds]
<makefu> ar1a: thanks for the contribution. i am thinking about where to put this information, maybe into a general Xorg article or something? or into an input article
<ar1a> makefu: not sure tbh, i just named it what i would google for "nixos disable mouse acceleration"
<DigitalKiwi> simpson: heh, i had to kill the build the world one because my keyboard locked up somehow and couldn't type in terminals :|
<simpson> ggpeti: Hard to tell without more information.
<ggpeti> well, I checked out nixpkgs and added a simple package. builds well on mac so went on to test on nixos
<makefu> ar1a: fair enough :) maybe i move the info (but keep the redirect from your page of course)
<ar1a> go nuts!
vidbina has joined #nixos
<ggpeti> tried all of the following combinations between nixos version and nixpkgs repo revision: (18.09, 19.03, unstable) x (master, release-18.09, the commit that was last cherry picked to channel 18.09)
<ggpeti> and every time it builds all of stdenv
<clever> ggpeti: is the binary cache enabled?
<simpson> DigitalKiwi: FWIW "--no-qt" works. Looking to see if Qt support can be restored. I don't know much about this package.
<clever> ggpeti: nix show-config | grep sub
<ar1a> is there a newstyle nix command for nixos-rebuild?
<ar1a> or is the nix command only for the nix-.* stuff
kreisys has joined #nixos
<ar1a> not nixos-.*
<ggpeti> builders-use-substitutes = falseextra-substituters = substitute = true substituters = https://cache.nixos.org/ trusted-substituters =
<ggpeti> ugh
<ggpeti> builders-use-substitutes = false
<ggpeti> this seems suspect no?
<clever> ggpeti: that means build slaves will have a copy of things pushed over from the current machine
<clever> ggpeti: and the local machine will download from https://cache.nixos.org/
<{^_^}> [nixpkgs] @NeQuissimus pushed 3 commits to master: https://git.io/fhhbh
<ggpeti> nix-env -i works well. Could it be that the addition of a maintainer in the nixpkgs repo triggers a rebuild?
<{^_^}> [nixpkgs] @NeQuissimus pushed 4 commits to release-19.03: https://git.io/fhhNv
jgt has quit [Ping timeout: 252 seconds]
<clever> ggpeti: if done properly, maintainer wont have any impact on the stdenv
rauno has joined #nixos
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #57267 → nix*: Make .override work → https://git.io/fhhbg
<{^_^}> [nixpkgs] @Ericson2314 pushed 3 commits to master: https://git.io/fhhNJ
<{^_^}> [nixpkgs] @Ericson2314 merged pull request #57268 → nix*: Make .override work for 19.03 → https://git.io/fhhbi
<{^_^}> [nixpkgs] @Ericson2314 pushed 3 commits to release-19.03: https://git.io/fhhNU
<DigitalKiwi> simpson : i wonder how it ever built
<ggpeti> what I've done in the repo is add a maintainer, add an attr to all-packages and add a new dir with a default.nix
<{^_^}> [nixpkgs] @NeQuissimus pushed to release-18.09 « linux: 4.19.27 -> 4.19.28 »: https://git.io/fhhNk
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/72ad05bfc06 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<simpson> DigitalKiwi: I am currently reading their setup.py in order to disentangle things.
<ggpeti> shouldn't trigger a whole rebuild but it does. frustrating
<simpson> ggpeti: That would be surprising.
<DigitalKiwi> https://github.com/NixOS/nixpkgs/pull/33757 last person to touch it
<{^_^}> #33757 (by Nadrieril, 1 year ago, closed): pythonPackages.weboob: 1.1 -> 1.3
leotaku has joined #nixos
<aanderse> gchristensen: infinisil: toJSON is trying to make all sets objects :(
<MichaelRaskin> What would you expect instead?
<infinisil> Yeah ^^
<DigitalKiwi> so to add this program i have to add a bunch of dependencies so probably multiple PR right so should they all come from a different branch each time too?
linarcx has quit [Quit: WeeChat 2.4]
<aanderse> yeah didn't really think that all the way through
<aanderse> but it means i can't (directly) use toJSON
linarcx has joined #nixos
<aanderse> it creates a vary different array in php than what i had
<MichaelRaskin> DigitalKiwi: With GitHub, pushing to PR branch updates PR
Guest16090 has joined #nixos
<simpson> DigitalKiwi: Yeah, uh, 5min of reading the setup.py would have helped: https://bpaste.net/show/5c4d8a27ca10
<simpson> out -> /nix/store/vs8dw9ay9wgh7hygsrhzl7vpjqkfllrd-python2.7-weboob-1.3
<infinisil> aanderse: You should be able to adjust the php code to massage the json input into what you need
linarcx has quit [Client Quit]
linarcx has joined #nixos
<aanderse> yeah. trying to find least gross approach.
<DigitalKiwi> simpson: oh
<aanderse> hoping that isn't it :)
<simpson> DigitalKiwi: Does it fix your problem?
linarcx has quit [Client Quit]
linarcx has joined #nixos
<DigitalKiwi> i have many problems
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57269 → libatomic_ops: 7.6.8 -> 7.6.10 → https://git.io/fhhNY
<simpson> DigitalKiwi: Okay, well, I'm done spending CPU time on this. Best of luck.
<Izorkin> infinisil: i checked the unit service on the roundcube script. Normal worked. How to need to merge?)
<laas> is there a guide for cross-compiling for other distros?
<laas> i.e. so that you don't link to /nix/store paths
<DigitalKiwi> simpson: it might help if i typed it in right
jgt has joined #nixos
linarcx has quit [Quit: WeeChat 2.4]
<DigitalKiwi> i think it is working
linarcx has joined #nixos
Glider_IRC__ has joined #nixos
<simpson> Okay, great.
<DigitalKiwi> thank you
williamrusnack has quit [Ping timeout: 245 seconds]
Guest16090 has quit [Ping timeout: 250 seconds]
Guest5082 has quit [Read error: Connection reset by peer]
<le_jonge> strange, stack2nix fails on a haskell repository for me, with the error message that it cannot build haskell.compiler.ghc864, although that stack.yaml references LTS-13.11 stackage, which uses ghc8.6.3 - any idea what happens here?
Glider_IRC_ has quit [Ping timeout: 255 seconds]
yury_t has joined #nixos
sinner has joined #nixos
Guest16090 has joined #nixos
sinner is now known as Guest93195
<yury_t> hey guys
<DigitalKiwi> simpson: how did you build it so fast
<DigitalKiwi> err, nvrm, it's the other stuff that's taking a long time
<simpson> DigitalKiwi: FWIW I routinely build PyPy and I used to run Gentoo. It's not really interesting to me if a package requires a few minutes. I can multitask.
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57270 → libbluray: 1.0.2 -> 1.1.0 → https://git.io/fhhN4
<infinisil> le_jonge: What's the exact error message?
<DigitalKiwi> now other stuff is failing in the nox-review
<yury_t> Could you point me to a tutorial on nix-styled package creation on non-nix-styled system?..
<yury_t> ..like, I have an application in source form, and would like to create a standalone nix-styled binary package for my distro?..
<{^_^}> [nixpkgs] @etu opened pull request #57271 → phpstan: 0.11.2 -> 0.11.3 → https://git.io/fhhNR
Guest93195 has quit [Ping timeout: 244 seconds]
<noonien> how can i print a variable while evaluating a nix expression?
<noonien> i tried builtins.trace but got nothing
Guest16090 has joined #nixos
Guest16090 has quit [Changing host]
Guest16090 is now known as adamt
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57272 → libcpuid: 0.4.0 -> 0.4.1 → https://git.io/fhhNV
<le_jonge> infinisil: getting that error with both stack2nix 2.1 and 2.2
<infinisil> le_jonge: Hmm not sure, try upgrading your nixpkgs
linarcx has quit [Quit: WeeChat 2.4]
<infinisil> noonien: builtins.trace "foo" "value" should work
<infinisil> If you get nothing then "value" is not getting accessed/evaluated
<noonien> infinisil: would that work inside an attrset?
linarcx has joined #nixos
<infinisil> It works everywhere
linarcx has quit [Client Quit]
<noonien> i tried: `x = builtins.trace oldSrc oldSrc;` however, nixos-rebuild seems to hang, and just give up after a while
<noonien> after "building the system configuration..."
jpaus has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c merged pull request #57269 → libatomic_ops: 7.6.8 -> 7.6.10 → https://git.io/fhhNY
<{^_^}> [nixpkgs] @7c6f434c pushed 2 commits to staging: https://git.io/fhhNQ
<infinisil> noonien: If you just put "foo" instead of the first oldSrc does it print it?
<noonien> -vvvvv says it's instantiating processing "x", after which it hangs, then eventually quits
<noonien> yes, that works
<yury_t> (in case you're wondering, I've been to search engines already... Is the nix pills series considered a suitable entry-level material? )
agander has joined #nixos
jpaus has quit [Ping timeout: 245 seconds]
lopsided98 has quit [Quit: No Ping reply in 180 seconds.]
linarcx has joined #nixos
<le_jonge> infinisil: seems like the 18.09 channel is not sufficient...
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57273 → libdap: 3.20.2 -> 3.20.3 → https://git.io/fhhNA
lopsided98 has joined #nixos
<infinisil> noonien: How about `builtins.trace oldSrc.drvPath oldSrc`
<infinisil> > attrNames stable.haskell.compilers
<{^_^}> attribute 'compilers' missing, at (string):222:11
<noonien> oldSrc is provided by .overrideAttrs btw
<infinisil> > attrNames stable.haskell.compiler
<{^_^}> [ "ghc7103" "ghc7103Binary" "ghc802" "ghc821Binary" "ghc822" "ghc843" "ghc844" "ghc861" "ghc862" "ghc863" "ghcHEAD" "ghcjs" "ghcjs710" "ghcjs80" "ghcjs82" "ghcjs84" "integer-simple" ]
<infinisil> le_jonge: Yeah stable doesn't seem to have 864 yet
<noonien> attribute 'drvPath'
<noonien> sorry, `attribute 'drvPath' missing`
<le_jonge> infinisil: the problem that i see is that stackage LTS-13.11 does not even use 8.6.4 - it's 8.6.3... https://www.stackage.org/lts-13.11
<infinisil> noonien: Try `builtins.trace (builtins.unsafeDiscardStringContext oldSrc) oldSrc`
<le_jonge> infinisil: so by just looking at the version numbers, it's wrong that stack2nix even tries to build 8.6.4
<infinisil> le_jonge: I think maybe your stack2nix version tries to use that version for some reason
<le_jonge> infinisil: if i switch the stack.yaml file to some older LTS that uses 8.4.x then it works...
<noonien> `cannot coerce a set to a string`, i tried `x = builtins.trace (toString (builtins.unsafeDiscardStringContext oldSrc)) "foo";`
<noonien> should have expected not to work either
DigitalKiwi has quit [Ping timeout: 264 seconds]
<le_jonge> infinisil: so i wonder where stack2nix takes that 8.6.___4___ from.
DigitalKiwi has joined #nixos
<yury_t> So, about that tutorial on nix-styled package creation on non-nix-styled system?.. Please?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57274 → libdsk: 1.5.9 -> 1.5.10 → https://git.io/fhhAT
<infinisil> noonien: Hmm, try `builtins.attrNames oldSrc` in the trace
zupo has joined #nixos
<infinisil> yury_t: I feel like the nix pills are a bit outdated, they could use a refresh, but I think people really like to recommend it as a beginner tutorial
<noonien> infinisil: hmm, odd, i get the same error
<noonien> `x = builtins.trace (builtins.attrNames (builtins.unsafeDiscardStringContext oldSrc)) "foo";`
<infinisil> noonien: Try without the unsafe..
<noonien> oops, my bad
<noonien> ah, that seems to have worked!
o1lo01ol1o has joined #nixos
<infinisil> What's the output?
zupo_ has quit [Ping timeout: 245 seconds]
<yury_t> <infinisil>: I find nix pills tad steep for the nix-beginner.
<noonien> i get the trace i was looking for :D
<noonien> infinisil: Thanks!
<noonien> infinisil+
<noonien> infinisil++
<{^_^}> infinisil's karma got increased to 60
<infinisil> yury_t: I can't really recommend any tutorials, because I didn't use any of them, but https://nixos.wiki/ has a lot of info, maybe check it out
<infinisil> :)
DigitalKiwi has joined #nixos
DigitalKiwi has quit [Changing host]
selfsymmetric-mu has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57275 → libdvdread: 6.0.0 -> 6.0.1 → https://git.io/fhhAq
<yury_t> <infinisil>: I'm not a regular developer, you see. Wiki leaves some necessary basic materiel out.
<noonien> yury_t: feel free to ask here, the community is really responsive
lopsided98 has quit [Ping timeout: 252 seconds]
<infinisil> yury_t: Yeah ^^, also, what have you read already, what do you know, and what do you want to learn about?
o1lo01ol1o has quit [Ping timeout: 240 seconds]
<yury_t> I've tried to read nix pills, I understand the basic premises for the system, I'd like to encapsulate some applications nix-style. But I'm not a regular developer, and unfortunately can't dedicate much time to learning nix specifically, so would prefer to follow a sort of walkthrough on such a task.
rcshm has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57276 → libgpgerror: 1.34 -> 1.35 → https://git.io/fhhAC
<simpson> yury_t: Find an application in nixpkgs which is similar to your package, and read its Nix expression.
rcshm has joined #nixos
<yury_t> I leave that as a last resort. The volume of descriptions is rather intimidating.
pie____ has quit [Ping timeout: 256 seconds]
williamrusnack has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57277 → libidn2: 2.1.1 -> 2.1.1a → https://git.io/fhhA4
<yury_t> Also: how can I set the 'lower limit' for the dependencies included in the nix-description? Meaning I'd rather not include for every package things like e.g. libpng and libjpeg. What keywords should I look for?
<infinisil> yury_t: What's nix-description? You mean a nix expression? Nix is all about explicitly specifying dependencies, so it's common to specify everything that's needed. Usually the list isn't too big
lopsided98 has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57278 → libgweather: 3.28.2 -> 3.28.3 → https://git.io/fhhAR
o1lo01ol1o has joined #nixos
knupfer has joined #nixos
ErAsMuS has joined #nixos
<yury_t> Well, could always try doing the pills again xD Thank you guys!
yury_t has quit [Quit: Leaving]
o1lo01ol1o has quit [Ping timeout: 246 seconds]
rpg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57279 → libhandy: 0.0.8 -> 0.0.9 → https://git.io/fhhAg
timor has joined #nixos
acarrico has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57280 → libheif: 1.3.2 -> 1.4.0 → https://git.io/fhhAV
vidbina has quit [Ping timeout: 246 seconds]
rcshm has quit [Remote host closed the connection]
rcshm has joined #nixos
ggpeti has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @srhb merged pull request #57232 → Bonnie 1.98 → https://git.io/fhhSq
<{^_^}> [nixpkgs] @srhb pushed 3 commits to master: https://git.io/fhhA7
o1lo01ol1o has joined #nixos
jgt1 has joined #nixos
<{^_^}> [nixpkgs] @pSub pushed commit from @peti to add-ghc-8.6.4 « ghc: add new 8.6.4 version »: https://git.io/fhhxe
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57281 → liblcf: 0.5.4 -> 0.6.0 → https://git.io/fhhxf
jgt has quit [Ping timeout: 246 seconds]
tmaekawa has joined #nixos
<{^_^}> [nixpkgs] @7c6f434c pushed to libreoffice-update « libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2 »: https://git.io/fhhxk
<{^_^}> [nixpkgs] @pSub opened pull request #57282 → Add GHC 8.6.4 → https://git.io/fhhxI
hylshols7qui[m] has joined #nixos
<srhb> Does anyone know if markuskowa is in this channel in some shape or form?
erictape1 has quit [Ping timeout: 240 seconds]
o1lo01ol1o has quit [Ping timeout: 255 seconds]
hlolli has joined #nixos
rpg has joined #nixos
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/3605222d0f3 (from 13 hours ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
rprije has quit [Read error: Connection reset by peer]
rprije has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57283 → libmicrohttpd: 0.9.62 -> 0.9.63 → https://git.io/fhhxW
<noonien> does /usr/bin/env not work when executing builder scripts?
Fare has joined #nixos
<symphorien> it is not in the sandbox
<symphorien> use patchShebang instead
hlolli has quit [Ping timeout: 258 seconds]
<noonien> i only need to run the script during build, don't need it aftewards, the script is in $srs, so i can't modify it, i have to copy it to out, patchShebangs, then delete it
<noonien> is there not a better way?
rcshm has quit [Remote host closed the connection]
<symphorien> call the script with the interpreter explicitly ?
<clever> noonien: the unpackPhase copies it from $src to . for you
<clever> noonien: you must patch and run the copy in .
<noonien> hmm, i've got builder = ./builder.sh, doesn't that mean there is no unpack phase?
<clever> noonien: 90% of the time, you dont want to set builder, it just makes things harder for you
<clever> noonien: use buildPhase = '' ...''; in the derivation
rcshm has joined #nixos
knupfer has quit [Ping timeout: 240 seconds]
<noonien> i've got ~55lines of script
<clever> noonien: you can still put it into the buildPhase
<symphorien> buildPhase = ''. ${./builder.sh}''
erictapen has joined #nixos
<clever> that can also work, just dont source the stdenv from it
<{^_^}> [nixpkgs] @peti merged pull request #56877 → boost: fix misspelled version numbers in 1.66.0, 1.67.0, 1.68.0, and 1.69.0 → https://git.io/fhxSF
<{^_^}> [nixpkgs] @peti pushed 2 commits to master: https://git.io/fhhxo
<{^_^}> [nixpkgs] @srhb opened pull request #57284 → jl: Patch to work with MonadFail GHC 8.6 change → https://git.io/fhhxK
<noonien> hmm, if drv A has `propagatedBuildInputs = [ python ];` and drv B has `buildInputs = [ A ];`, should B not also have python available?
<clever> noonien: yeah, B will also have python available, if your using the stdenv builder
<noonien> hmm, i was sourcing $stdenv/setup
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57285 → libnfs: 3.0.0 -> 4.0.0 → https://git.io/fhhxP
<{^_^}> [nixpkgs] @srhb merged pull request #57261 → autorandr: install bash completions properly → https://git.io/fhhFD
<{^_^}> [nixpkgs] @srhb pushed 2 commits to master: https://git.io/fhhxX
<clever> noonien: and propagatedBuildInputs only works if A runs the fixup phase
<noonien> ah, that makes sense
<clever> if your using a custom builder on A, then propagatedBuildInputs wont work
tmaekawa has quit [Quit: tmaekawa]
morr has quit [Quit: WeeChat 2.3]
<sgraf> Hey, I'm trying out NixOS in a Hyper-V VM, but having trouble starting the X server. Here's a screenshot of my X.log. I already tried adding a RemoteFX Graphics Card to the Hyper-V machine config, to no avail. /dev/dri does not exist, FWIW https://usercontent.irccloud-cdn.com/file/P368XbTL/X.log.png
<{^_^}> [nixpkgs] @srhb pushed commit from @Ma27 to release-19.03 « autorandr: install bash completions properly »: https://git.io/fhhxD
williamrusnack has quit [Ping timeout: 246 seconds]
rcshm has quit [Read error: Connection reset by peer]
rcshm has joined #nixos
<symphorien> sgraf: Never tried, but there are options for hyperv: https://nixos.org/nixos/options.html#hyperv
<matix> sgraf: try adding `services.xserver = { modules = [ pkgs.xorg.xf86videofbdev ]; videoDrivers = [ "hyperv_fb" ]; };
<matix> it worked for me when i tried it
morr has joined #nixos
rcshm_ has joined #nixos
rcshm has quit [Read error: Connection reset by peer]
<sgraf> symphorien: Forgot to mention, I already set relevant things there. matix: Wow, nailed it! It boots :)
<sgraf> Shouldn't this be part of the hypervGuest module?
<matix> good question
<matix> if someone wants to make a pull request
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57286 → libosmium: 2.15.0 -> 2.15.1 → https://git.io/fhhxN
imdoor has joined #nixos
<matix> or at least add it to the manual
<{^_^}> [nixpkgs] @pSub pushed 2 commits to update-fix-ima-evm-utils: https://git.io/fhhxh
nD5Xjz has quit [Ping timeout: 245 seconds]
nD5Xjz_ has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rcshm_ has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @pSub opened pull request #57287 → ima-evm-utils: 1.0.0 -> 1.1 and fix build → https://git.io/fhhpv
rcshm has joined #nixos
Fare has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @asymmetric opened pull request #57288 → solc: 0.5.4 -> 0.5.5 → https://git.io/fhhpq
<{^_^}> [nixpkgs] @pSub pushed to fix-ima-evm-utils-build « ima-evm-utils: apply upstream fix for attr-2.4.48 compatibility »: https://git.io/fhhpY
<{^_^}> [nixpkgs] @pSub opened pull request #57289 → ima-evm-utils: apply upstream fix for attr-2.4.48 compatibility → https://git.io/fhhps
Thra11 has joined #nixos
adamt has quit [Ping timeout: 244 seconds]
kreisys has quit [Ping timeout: 250 seconds]
organixpear has joined #nixos
JosW has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
kreisys has joined #nixos
rprije has quit [Read error: Connection reset by peer]
rprije has joined #nixos
<{^_^}> [nixpkgs] @jlesquembre opened pull request #57291 → zathura: 0.4.1 -> 0.4.3, new features and plugin → https://git.io/fhhpE
kreisys has quit [Client Quit]
jgt1 has quit [Ping timeout: 255 seconds]
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/72ad05bfc06 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
rcshm has quit [Remote host closed the connection]
rcshm has joined #nixos
goibhniu has quit [Quit: Leaving.]
o1lo01ol1o has joined #nixos
rfold has joined #nixos
o1lo01ol1o has quit [Ping timeout: 255 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57292 → libratbag: 0.9.904 -> 0.9.905 → https://git.io/fhhpS
vk3wtf has joined #nixos
rcshm has quit [Remote host closed the connection]
rcshm has joined #nixos
organixpear has quit [Ping timeout: 246 seconds]
Dr8128 has quit [Ping timeout: 240 seconds]
jpaus has joined #nixos
rcshm has quit [Remote host closed the connection]
rcshm has joined #nixos
jpaus has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57293 → librealsense: 2.18.0 -> 2.19.0 → https://git.io/fhhpN
zupo has joined #nixos
rcshm has quit [Remote host closed the connection]
rpg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
agander has quit [Ping timeout: 245 seconds]
rcshm has joined #nixos
<{^_^}> [cabal2nix] @peti pushed to v3 « Add the 'editedCabalFile' hash into the generated output if revision is > 0. »: https://git.io/fhhhI
timor has quit [Ping timeout: 240 seconds]
rcshm has quit [Read error: Connection reset by peer]
rcshm has joined #nixos
ym555 has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @timokau opened pull request #57294 → sage: fix docbuild → https://git.io/fhhht
slack1256 has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
williamrusnack has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57295 → librsvg: 2.44.12 -> 2.44.13 → https://git.io/fhhhm
<{^_^}> [nixpkgs] @kalbasit opened pull request #57296 → Fixes to a few Go packages → https://git.io/fhhhO
zupo has joined #nixos
<judson_> I'm hoping this isn't a terrible rabbithole - I'm trying to install a game, and the installer (under steam-run) complains that "PangoFc will not work correctly." and then the font renders as all squares. Installing nixpkgs.pango didn't solve it...
<manveru> judson_: you'll need to add it to steam-run
<judson_> I was sort of afraid of that. Is that an override to my steam-run package?
<manveru> here in the extraPkgs for example
<manveru> and then use `steam.run` output
<manveru> err `mysteam.run` :)
<{^_^}> [nixpkgs] @timokau opened pull request #57297 → sage: fix docbuild → https://git.io/fhhhc
williamrusnack has quit [Ping timeout: 268 seconds]
talqu has quit [Ping timeout: 246 seconds]
williamrusnack has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57298 → libsoundio: 1.1.0 -> 2.0.0 → https://git.io/fhhhW
<{^_^}> [rfcs] @e-user opened pull request #41 → [RFC 0037] SELinux Support → https://git.io/fhhh4
pie_ has joined #nixos
Dr8128 has joined #nixos
<pie_> apparently mariadb is not the same as mysql, but i got it by installing "mysql"
<pie_> how do i get the real mysql?
<judson_> One thing I haven't been confident about: steam I assume has enough OpenGL involvement to need to be installed at the system level.
<manveru> yeah, it's usually best if it's systemwide
<{^_^}> [nixpkgs] @bendlas pushed 3 commits to fix-azure-mgmt: https://git.io/fhhh2
timor has joined #nixos
<manveru> just to make sure it's built against the same libs for 3d stuff
<manveru> that's my theory anyway :)
vk3wtf has quit [Ping timeout: 252 seconds]
<pie_> ok maybe im just using 5.6 when i wanted 5.7 and mysql versioning is confusing
<pie_> isnt mysql at version 8.0?
<{^_^}> [nixpkgs] @bendlas merged pull request #52550 → Fix builds for pythonPackages.azure-mgmt-* → https://git.io/fhefY
<{^_^}> [nixpkgs] @bendlas pushed 3 commits to master: https://git.io/fhhhw
guest4847 has joined #nixos
<guest4847> hello all
o1lo01ol1o has joined #nixos
linarcx has quit [Quit: WeeChat 2.4]
<judson_> My separate lingering issue I've refined my diagnosis of, and this is super irritating: Chromium loses its singleton socket for reasons I can't explain. It's unrelated to upgrading chrome, which was my previous assumption.
<judson_> Once that happens, following a link from outside of Chrome opens a separate instance.
<judson_> And *that* now logs you out of Google.
<noonien> anyone more experienced can help me improve this expression? http://vpaste.net/4jtmh
<judson_> Which is maybe a good thing, but certainly irritating.
<noonien> it works, does what i need, just wondering if there's anything to be improved
mmlb has joined #nixos
<{^_^}> Channel nixos-18.09-small advanced to https://github.com/NixOS/nixpkgs/commit/60e2056e476 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-18.09-small)
<{^_^}> [nixpkgs] @bendlas pushed 3 commits to release-19.03: https://git.io/fhhhP
<{^_^}> [nixpkgs] @Laaas opened pull request #57299 → cargo-vendor: 0.1.13 -> 0.1.23 → https://git.io/fhhhX
<noonien> there are no make files or anything to configure
<guest4847> I've been trying to get this package working: https://pastebin.com/JFqs3d4S, however, it seems 4 .so libraries in build/bin/ directory are not being copied to the store bin
<guest4847> Compilation works fine, but on run you'll get: "error while loading shared libraries: libvcmi.so: cannot open shared object file: No such file or directory"
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57300 → libtermkey: 0.20 -> 0.21.1 → https://git.io/fhhhy
williamrusnack has quit [Ping timeout: 268 seconds]
<guest4847> Anyone able to point me in the right direction?
drakonis2 has quit [Quit: WeeChat 2.3]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<noonien> guest4847: do you have an "install" target in your Makefile?
o1lo01ol1o has quit [Ping timeout: 246 seconds]
imdoor has quit [Quit: imdoor]
williamrusnack has joined #nixos
slack1256 has quit [Remote host closed the connection]
YanMinari[c][m] has left #nixos ["User left"]
nD5Xjz_ has quit [Ping timeout: 246 seconds]
_kwstas has joined #nixos
ym555 has joined #nixos
<guest4847> noonien: I think so
nD5Xjz has joined #nixos
rprije has quit [Ping timeout: 245 seconds]
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/f9bb0b3c3af (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
asymmetric has quit [Ping timeout: 245 seconds]
guest4847 has quit [Ping timeout: 256 seconds]
<{^_^}> [nixpkgs] @lsix merged pull request #56486 → qgis: 2.18.28 -> 3.4.5 → https://git.io/fhNXu
<{^_^}> [nixpkgs] @lsix pushed 3 commits to master: https://git.io/fhhhj
<judson_> noonien, if it were me, I'd pull that script out to a readFile. But I submit that as a matter of taste.
vidbina has joined #nixos
<{^_^}> [nixpkgs] @gebner merged pull request #57280 → libheif: 1.3.2 -> 1.4.0 → https://git.io/fhhAV
<{^_^}> [nixpkgs] @gebner pushed 2 commits to staging: https://git.io/fhhjf
<noonien> hmm, yeah
<noonien> i'm curious about perhaps turning off some phases
<{^_^}> [nixpkgs] @geistesk opened pull request #57301 → zathura-core: 0.4.1 -> 0.4.3, zathura-cb: init at 0.1.8 and refactoring → https://git.io/fhhjT
foldingcookie has joined #nixos
guest2342 has joined #nixos
asymmetric has joined #nixos
<{^_^}> [nixpkgs] @timokau merged pull request #57297 → [19.03] sage: fix docbuild → https://git.io/fhhhc
<{^_^}> [nixpkgs] @timokau pushed to release-19.03 « sage: fix docbuild (#57297) »: https://git.io/fhhjt
matix has quit [Quit: :q!]
<{^_^}> [nixpkgs] @timokau merged pull request #57294 → sage: fix docbuild → https://git.io/fhhht
<{^_^}> [nixpkgs] @timokau pushed to master « sage: fix docbuild (#57294) »: https://git.io/fhhjq
rcshm has quit [Read error: Connection reset by peer]
rcshm has joined #nixos
williamrusnack has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57302 → libxmlb: 0.1.6 -> 0.1.7 → https://git.io/fhhjC
williamrusnack has joined #nixos
rpg has joined #nixos
zupo has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
<{^_^}> [nixpkgs] @thoughtpolice pushed to master « websocat: init at 1.3.0 »: https://git.io/fhhjW
<{^_^}> [nixpkgs] @thoughtpolice closed pull request #57211 → websocat: init at 1.3.0 → https://git.io/fhhXp
rcshm has quit [Read error: Connection reset by peer]
Eromenos has joined #nixos
rcshm has joined #nixos
<Ashy> hmm, as of yesterday terminator suddenly won't run with this error "You need to install the python bindings for gobject, gtk and pango to run Terminator." on nixos-19.03 channel
alex`` has quit [Ping timeout: 250 seconds]
<Ashy> i havent changed my configuration.nix but have run a `nixos-rebuild switch --upgrade` which doesn't seem to have helped
guest2342 has quit [Ping timeout: 256 seconds]
<judson_> manveru, No dice. It also complains about This probably means there was an error in the creation of: '/etc/pango/pango.modules' You should create this file by running: pango-querymodules > '/etc/pango/pango.modules'
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57303 → link-grammar: 5.5.1 -> 5.6.0 → https://git.io/fhhjR
<judson_> So it looks like somehow as part of installing Steam, I need to create /etc/pango and run pango-querymodules?
shibboleth has joined #nixos
<judson_> But that doesn't seem to be part of the pango package.
mmlb has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @lsix pushed 2 commits to release-19.03: https://git.io/fhhju
ayerhart has joined #nixos
* judson_ goes through the installer blind, hoping that the actual game doesn't rely on this weird GTK thing
* judson_ doesn't know where the game got installed.
ErAsMuS has quit [Read error: Connection reset by peer]
rasmosis has joined #nixos
Makaveli7 has quit [Quit: Leaving]
<Ashy> i "fixed" the issue with terminator by installing gnome and swapping to gnome-terminal
* Ashy shrugs
slack1256 has joined #nixos
<{^_^}> [nixpkgs] @johanot opened pull request #57304 → nixos/gitlab fix tar.gz and tar.bz2 archive download → https://git.io/fhhj2
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57305 → live555: 2019.02.03 -> 2019.03.06 → https://git.io/fhhja
rpg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vk3wtf has joined #nixos
Dr8128 has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @svanderburg pushed to master « titaniumenv: fix stripping the unneeded architectures »: https://git.io/fhhji
<{^_^}> [nixpkgs] @svanderburg pushed to release-19.03 « titaniumenv: fix stripping the unneeded architectures »: https://git.io/fhhjX
<{^_^}> [nixpkgs] @tobim opened pull request #57306 → nfdump: 1.6.16 -> 1.6.17 → https://git.io/fhhj1
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57307 → logcheck: 1.3.19 -> 1.3.20 → https://git.io/fhhjM
<{^_^}> [nixpkgs] @bendlas merged pull request #56018 → cudatoolkit: Several fixes → https://git.io/fhdYh
<{^_^}> [nixpkgs] @bendlas pushed 5 commits to master: https://git.io/fhhjD
iqubic has joined #nixos
kvda has joined #nixos
<iqubic> So I just changed a thing in my local checkout of nixpkgs, and then built it using "nix-build -A programName" How do I add that to my nix store?
<iqubic> I'll have a result symlink that I want to add to the store.
Fare has joined #nixos
<{^_^}> [nixpkgs] @bendlas pushed to release-19.03 « Merge pull request #56018 from knedlsepp/fix-cuda-gdb »: https://git.io/fhhjS
<slack1256> iqubic: nix-env -f /path/to/your/local/checkout/ -A programName
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57308 → lr: 1.4 -> 1.4.1 → https://git.io/fhhjH
<slack1256> Oh, if you just want to add, use nix-store --add-root (read the manpage too)
MichaelRaskin has quit [Quit: MichaelRaskin]
<iqubic> I've already run the build command. I already have a result symlink.
<iqubic> I just need to add that to my nix-store.
<symphorien> iqubic: run readlink on result
<symphorien> you will see that it is already in the store
iqubic has quit [Remote host closed the connection]
jgt1 has joined #nixos
o1lo01ol1o has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57309 → lv2: 1.14.0 -> 1.16.0 → https://git.io/fhhjd
o1lo01ol1o has quit [Ping timeout: 244 seconds]
Fare has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @flokli pushed to release-19.03 « yubioath-desktop: prefix QML2_IMPORT_PATH »: https://git.io/fhhjA
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57310 → lynis: 2.7.1 -> 2.7.2 → https://git.io/fhhjp
asymmetric has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @7c6f434c pushed to libreoffice-update « libreoffice: 6.1.4.2 -> 6.1.5.2, 6.2.1.2 »: https://git.io/fhhjj
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57311 → lxtask: 0.1.8 -> 0.1.9 → https://git.io/fhjef
shibboleth has quit [Remote host closed the connection]
shibboleth has joined #nixos
justan0theruser has quit [Ping timeout: 250 seconds]
rcshm has quit [Read error: Connection reset by peer]
jpaus has joined #nixos
rcshm has joined #nixos
nD5Xjz has quit [Ping timeout: 255 seconds]
<ddellacosta> is there any detailed _reference_ for callPackage anywhere? I already know about the Nix pills "callPackage pattern" section as well as section 14.3 of the Nix manual, and the nixpkgs manual doesn't have anything but language-specific notes as far as I can tell
fragamus has joined #nixos
<{^_^}> [nixpkgs] @obadz opened pull request #57312 → Teradici PCoIP Client: init at 3.9.0~dev11 → https://git.io/fhjeq
<slack1256> the callPackage function is usually passed as a parameter and there are different ones.
jpaus has quit [Ping timeout: 250 seconds]
<{^_^}> [nix] @catern opened pull request #2717 → set up user namespace in builder, not in parent → https://git.io/fhjeY
vidbina has quit [Ping timeout: 250 seconds]
lopsided98 has quit [Quit: Disconnected]
nD5Xjz has joined #nixos
_kwstas has quit [Quit: _kwstas]
lopsided98 has joined #nixos
<pie_> im going crazy here
<pie_> im running mysql/mariadb in the nix sandbox and its telling me its running:
<pie_> 2019-03-10 23:03:36 140737354033216 [Note] /nix/store/xqbgc1zv181h0qqww7vmg0id61xxgbxb-mariadb-10.2.17/bin/mysqld: ready for connections. Version: '10.2.17-MariaDB' socket: '/build/tmp.Mj9ll4tEmR/socket' port: 3306 MariaDB Server
<pie_> but the socket doesnt exist where it says it does and so i cant connect to the server
Eromenos has quit [Remote host closed the connection]
rpg has joined #nixos
fragamus has quit [Quit: Colloquy for iPhone - http://colloquy.mobi]
<pie_> which is to say, inside the build im trying to use mysql --socket=... and ...wait wtf it worked this time
<pie_> (i think?)
<pie_> hold on
lopsided98 has quit [Client Quit]
m0rphism has quit [Ping timeout: 255 seconds]
lopsided98 has joined #nixos
rcshm_ has joined #nixos
rcshm has quit [Read error: Connection reset by peer]
stepcut has quit [Remote host closed the connection]
civodul has quit [Quit: ERC (IRC client for Emacs 26.1)]
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/72aa6e382c6 (from 88 minutes ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<pie_> oh...i see what happened....i added a sleep after backgrounding the server and that made it work because the subsequent requests were immeidately trying to connect to a server that wasnt fully up yet...
<{^_^}> [nixpkgs] @delroth opened pull request #57313 → ghostscript: link against "systemwide" liblcms2 → https://git.io/fhje4
rfold has quit [Quit: leaving]
Thra11 has quit [Ping timeout: 246 seconds]
tilpner has quit [Quit: WeeChat 2.4]
stepcut has joined #nixos
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57314 → mapnik: 3.0.21 -> 3.0.22 → https://git.io/fhjea
Rusty1 has joined #nixos
Ariakenom has quit [Quit: Leaving]
judson_ has quit [Remote host closed the connection]
adamantium has quit [Disconnected by services]
JonReed has quit [Ping timeout: 256 seconds]
judson has joined #nixos
o1lo01ol1o has joined #nixos
erictapen has quit [Ping timeout: 244 seconds]
<pie_> um, what if i need to create /run/mysql/mysqld.sock in the sandbox?
<pie_> which is to say, /run doesnt exist
<pie_> i dont think i can just mkdir it?
o1lo01ol1o has quit [Ping timeout: 245 seconds]
<manveru> pie_: usually easier to use tcp?
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57315 → mblaze: 0.5 -> 0.5.1 → https://git.io/fhjeb
<pie_> manveru: im trying to get some tests to run and they seem to expect this, but im trying to see if i can find any workarounds meanwhile
orivej has quit [Ping timeout: 245 seconds]
<manveru> hmm
tilpner has joined #nixos
<manveru> they have that path hardcoded?
<pie_> i think so, not 100% sure
orivej has joined #nixos
<pie_> its a python library using sqlalchemy
<pie_> (context: im running this stuff in checkphase)
mojjo has quit [Ping timeout: 255 seconds]
<pie_> hm would be cool if you could use modules in checkphase
<manveru> yeah... but that'd require nixos i guess
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57316 → mbuffer: 20190113 -> 20190127 → https://git.io/fhjvJ
<pie_> manveru: oh, this might have worked!: export MYSQL_UNIX_PORT="$mysqldatadir"/socket
<manveru> :D
<pie_> now im at the annoying part where the tests take a while to run, i should tell it to only do a subset but i havent figured out how to do that yet
ng0 has quit [Quit: Alexa, when is the end of world?]
williamrusnack has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @r-ryantm opened pull request #57317 → mcelog: 161 -> 162 → https://git.io/fhjvI
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #nixos
__monty__ has quit [Quit: leaving]
<pie_> >>> Your database migration was successful! >>> Error migrating your database..
<pie_> nice
rpg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dwdr has quit [Remote host closed the connection]
xkapastel has joined #nixos
Fare has joined #nixos
thc202 has quit [Ping timeout: 240 seconds]