gchristensen changed the topic of #nixos to: The Nix Ecosystem, https://nixos.org | NixOS: https://nixos.org/nixos/download.html | Nix: https://nixos.org/nix/download.html | Logs: https://logs.nix.samueldr.com/nixos/ | #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat
<clever> and re-add the sha256
<user12343> how can i get the sha256? "nix-prefetch-url https://marksix.home.xs4all.nl/downloads/kpicosim-0.7.tar.gz" is giving the error again.. even without --unpack
<clever> ,tofu user12343
<{^_^}> user12343: To get a sha256 hash of a new source, you can use the Trust On First Use model: use probably-wrong hash (for example: 0000000000000000000000000000000000000000000000000000) then replace it with the correct hash Nix expected.
<clever> content-encoding: x-gzip
<clever> the server is sending a weird http header, which confuses nix-prefetch-url
<user12343> thanks, 0000000000000000000000000000000000000000000000000000 worked.. i had an invalid sha before
<ddima> ah, interesting. I assumed fetchurl would run through similar code-paths but it seems to be just fine with it.
<user12343> ok its working fine now.. or at least its trying to build it
<user12343> seems like, it has kde-config as a dependency
<clever> ,locate kde-config
<hyperfekt> you can also use lib.fakeSha256 instead of all those zeroes, and when a particular nix-prefetch-* isn't working you can use 'nix-prefetch' which uses the nix expression directly (kinda like you do)
<clever> ddima: fetchurl uses curl, not nix
<{^_^}> Couldn't find in any packages
<clever> user12343: what is the error it gives when saying it cant find kde-config?
<{^_^}> [nixpkgs] @jtojnar opened pull request #68333 → nemiver: clean up → https://git.io/JeJ8T
<user12343> checking for kde-config... not foundconfigure: error: The important program kde-config was not found!Please check whether you installed KDE correctly.
<clever> i dont see kde-config in any package...
<user12343> kpicosim is a development environment for the Xilinx PicoBlaze-3 soft-core processor for the KDE Desktop (Linux)
<user12343> seems lie it only runs in kde... wtf actually
<ddima> clever: Ah, right. Thanks. I think I'd have a few questions about the why, but its already quite late over here ;)
rotaerk has joined #nixos
growpotkin has joined #nixos
<ddima> clever: In arch it seems to have been covered with kdelibs3 (https://github.com/aur-archive/kpicosim/blob/master/PKGBUILD#L10)
<user12343> thanks for the tip ddima
<clever> /home/clever/apps/nixpkgs/pkgs/development/libraries/kde-frameworks/srcs.nix: kdelibs4support = {
<ar> 36
<ar> whoops
<clever> > kdeFrameworks.kdelibs4support
<{^_^}> "<derivation /nix/store/yd0h16xi0cwxag32vz56g7hlmpkp372v-kdelibs4support-5.61.0.drv>"
<user12343> do i need to add it to "buildInputs" then?
<clever> user12343: closest thing i can find
<user12343> yes found the same.. seems promising
<clever> > kdeFrameworks.kdelibs4support.outputs
<{^_^}> [ "out" "dev" ]
<clever> $ ls result//bin/
<clever> kdebugdialog5 kf5-config
<clever> user12343: it doesnt have a kde-config, just a kf5-config
<clever> it might be a thing for older kde versions
camsbury has joined #nixos
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/1a1a7ed2665 (from 6 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
<user12343> yes, still fails with the same error as before..
<clever> nixos-17.09 still has kf4-config
growpotkin has quit [Ping timeout: 246 seconds]
<user12343> do you think i could somehow try symlinking kde-config to kf5-config in my expression? maybe it just works
<clever> nixos 16.09, under kde4.kdelibs, has a `kde4-config` binary
<clever> which is close...
<clever> but thats a 3 year old version of kde
<user12343> the newest version of kpicosim is from 2008-03-29 ... maybe its just too old then
<clever> even nixos 14.04 has kde4!
<{^_^}> [nixpkgs] @Infinisil merged pull request #65489 → bukubrow: 2.4.0 -> 5.0.0 → https://git.io/fjyKe
<{^_^}> [nixpkgs] @Infinisil pushed 2 commits to master: https://git.io/JeJVk
<clever> yeah, even the 13.10 has kde4, and this is getting into the infancy of nix
<clever> user12343: you may need to either package kde3, or upgrade kpicosim to kde 5
<user12343> sounds like a cool project.. but i dont think i have the time for it rn.. i just want to use it to learn that specific assembler-instrucion-set for an exam, which is in a few days...
<user12343> I think I'll just use the outdated kubuntu-vm they provided to us
<clever> that works
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
m0rphism has quit [Ping timeout: 245 seconds]
<ddima> user12343: When looking around before, I found a repo with this funny title: "bebehei/kpicosim-docker
<ddima> "
<ddima> Such a shitty university assignment, I even have to port the software first!
<ddima> might have been in a similar situation ;)
<user12343> wait what... i actually know that guy
leothrix has joined #nixos
* clever heads off to bed
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JeJ1M
b has joined #nixos
schjetne has quit [Ping timeout: 258 seconds]
<user12343> got it working instantly with the docker-image now... thanks for the help and the mentioning of bebehei's repo :)
drakonis has quit [Quit: WeeChat 2.4]
user12343 has quit [Remote host closed the connection]
alex`` has quit [Quit: WeeChat 2.5]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/462cdb9aacb (from 4 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Acou_Bass has quit [Quit: ZNC 1.7.3 - https://znc.in]
pikajude has left #nixos ["Leaving"]
acowley has joined #nixos
evanjs- has quit [Ping timeout: 258 seconds]
<acowley> I'm trying to setup a new boot drive attached to a running NixOS machine. I ran nixos-install, sync'ed my home dir, but it won't boot. When I look in /mnt/etc/fstab, I see that it's got the old drive listed as the file system. What did I do wrong?
Acou_Bass has joined #nixos
<acowley> The fstab file says to edit configuration.nix, but that file includes only the correct drive UUID.
<n42> I'm trying to write an overlay for Godot that basically just clones a third-party module from GitHub into a subdirectory before the build runs. this is my first attempt and I'm having permissions issues with the build. does anyone have any advice on how to do this correctly? https://gist.github.com/tristanpemble/804201f3873068d42a6f4b9dad70e868
drakonis has joined #nixos
_ris has quit [Ping timeout: 258 seconds]
dbmikus has joined #nixos
polman has quit [Ping timeout: 245 seconds]
kvda has joined #nixos
<evanjs> acowley: are you ensuring you have all drives mounted as you expect to have them mounted later before running nixos-install?
<{^_^}> [nixpkgs] @romildo merged pull request #68323 → mate.engrampa: 1.22.1 -> 1.22.2 → https://git.io/Jevsw
<{^_^}> [nixpkgs] @romildo pushed 2 commits to master: https://git.io/JeJ55
polman has joined #nixos
noudle has quit []
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @orivej-nixos pushed commit from @orivej to master « python3Packages.django_2_2: 2.2.4 -> 2.2.5 »: https://git.io/JeJ5p
gagbo has quit [Ping timeout: 244 seconds]
t58_ has quit [Quit: Night]
delan has quit [Ping timeout: 245 seconds]
_reanimus_ has quit [Quit: Logging off...]
delan has joined #nixos
delan has quit [Changing host]
delan has joined #nixos
reanimus has joined #nixos
dbmikus has quit [Quit: WeeChat 2.5]
rotaerk has quit [Ping timeout: 246 seconds]
rotaerk has joined #nixos
emptyfl4sk has joined #nixos
tertl3_ has joined #nixos
<tertl3_> hi
<tertl3_> should I ditch gentoo and go full nix?
emptyfl4sk has quit [Ping timeout: 245 seconds]
growpotkin has joined #nixos
<infinisil> tertl3_: You're free to do whatever you want :)
<infinisil> I do like Nix and NixOS a lot and wouldn't switch to anything else though
growpotkin has quit [Client Quit]
obadz has quit [Ping timeout: 246 seconds]
<danderson> I tend to dither between full nixos, or ubuntu+nix. The latter setup is great to piggyback on canonical's work for out of the box hardware support on laptops
<danderson> you can reproduce their work, of course... But it can get frustrating when you hit the thousandth suspend/resume bug that requires arcane workarounds that are just there automatically on ubuntu
<acowley> evanjs: I think I saw a message from you before my last reboot, so thank you!
obadz has joined #nixos
<acowley> It turned out I had an absolute path to hardware-configuration.nix in my configuration.nix, so it was using the current system's hardware-configuration
<acowley> There was a minor issue with two swap file systems in the new hardware-configuration
<acowley> All is now well, but it took me a while to figure out that I apparently had a few things installed via nix-env that didn't make their way to the new drive.
felixfoertsch23 has joined #nixos
Arahael has quit [Ping timeout: 246 seconds]
<acowley> Did cache.nixos.org just go down for anyone else?
iqubic has joined #nixos
<acowley> Or hydra.nixos.org
<samueldr> acowley: everything's up here
<iqubic> Is the spacemacs-theme from melpa available in nixpkgs?
felixfoertsch has quit [Ping timeout: 246 seconds]
<acowley> samueldr: Thanks for checking
<acowley> Not sure what's going on on my end
<iqubic> I want to install this as part of my emacsWithPackages, but that doesn't seem possible right now.
<iqubic> I don't want to use spacemacs, I just want that sweet sweet theme.
schjetne has joined #nixos
<acowley> Oof, what is this? $ systemd-resolve cache.nixos.org
<acowley> cache.nixos.org: resolve call failed: DNSSEC validation failed: failed-auxiliary
<samueldr> acowley: is your time right?
<samueldr> and date
<acowley> They look okay. And other domains work.
<acowley> But perhaps not
<acowley> They look fine, but when I try to update via the Plasma clock widget, it says it was unable to adjust NTP settings
<iqubic> So, anyone know what I can do about this emacs theme issue?
<acowley> iqubic: Why can't you include spacemacs-theme in your emacsWithPackages?
<danderson> acowley: works for me, but you might be hitting https://github.com/systemd/systemd/issues/9867 based on the error msg
<{^_^}> systemd/systemd#9867 (by filbranden, 1 year ago, open): resolve call failed: DNSSEC validation failed: failed-auxiliary
emptyfl4sk has joined #nixos
<acowley> danderson: Yeah I've been skimming that
rotaerk has quit [Ping timeout: 252 seconds]
<iqubic> acowley: I tried that, but the package doesn't seem to exist.
<acowley> Ah, now I know why I had an absolute path to hardware-configuration.nix
<acowley> Because I stuck my configuration.nix under home in a git repo, and symlinked it to /etc/nixos
<acowley> A relative path (like ./hardware-configuration.nix) doesn't work with that setup
<haslersn> Does anybody have a take on my earlier question? “How can I cross compile nixpkgs packages on linux for darwin?”
<acowley> I followed that GH issue and set "FallbackDNS=" in my resolved configuration, and now *.nixos.org are working again
<acowley> Seems bad
emptyfl4sk has quit [Ping timeout: 246 seconds]
<acowley> iqubic: Why do you say it doesn't exist? In `nix repl '<nixpkgs>'` I can see emacsPackagesNg.spacemacs-theme
<acowley> I need to figure out a better way to deal with my configuration.nix
<acowley> This trouble I had setting up this drive was too subtle for me
<iqubic> I will try that.
<acowley> I seem to have failed to copy docker images over to the new drive
Miranda_Blair has quit [Ping timeout: 245 seconds]
<iqubic> acowley: The issue here is that although I can install spacemacs-theme, emacs can't find the package.
<iqubic> Like I try to switch to the spacemacs theme, and emacs can't find it.
<acowley> iqubic: You're doing something like this? emacs = emacsPackagesNg.emacsWithPackages (epkgs: with epkgs; [spacemacs-theme]);
growpotkin has joined #nixos
<acowley> And then installing emacs, e.g., with nix-env -iA nixpkgs.emacs
rotaerk has joined #nixos
<iqubic> I am doing that. Yes.
<acowley> Can you check the value of `load-path`?
<acowley> Within emacs
ddellacosta has quit [Ping timeout: 245 seconds]
<acowley> Does it include /nix/store paths for the packages you selected?
<acowley> Let me also retroactively preface this by saying that I don't use spacemacs-theme, so I don't know that it works in nixpkgs.
<iqubic> Yes it does.
<acowley> iqubic: Are you getting any error messages? Does M-x describe-theme know about it?
<iqubic> No error messages.
<iqubic> But M-x describe-theme doesn't know about it.
<acowley> I use helm, and when I M-x describe-theme it lists my themes, including the custom one I use
selfsymmetric-mu has joined #nixos
selfsymmetric-mu has quit [Remote host closed the connection]
<iqubic> Wait... It is listed there.
<acowley> Well that's a positive sign!
<acowley> I enable my theme with (use-package theme-package :config (load-theme 'theme-name t))
<iqubic> Yeah. So do I.
<acowley> Does describe-theme say anything when you ask it about spacemacs-theme?
<iqubic> Yes.
<iqubic> And I can load it with M-x load-theme.
<iqubic> But when I start emacs I get this warning in a buffer named *warning* "Error (use-package): Cannot load spacemacs-theme"
selfsymmetric-mu has joined #nixos
schjetne has quit [Ping timeout: 268 seconds]
<acowley> Sounds like a path or autoload problem. Do you have a (package-initialize) call?
<acowley> Getting package-initialize called at the right place can be sensitive
<iqubic> At the very top of my config file. First thing that called ever.
<acowley> If you try loading your theme without using use-package, does it work?
<iqubic> Yes.
<iqubic> The theme enables itself, and then I get the same warning.
<iqubic> Except that the theme has most of the colors set incorrectly.
<acowley> The warning you got was from use-package. You still get the same one even when not using use-package to load the theme?
<iqubic> Well, I still have the line: "(use-package spacemacs-theme)" in my config.
<iqubic> Because I'm not sure how to install this theme manually.
<iqubic> I just took the load-theme bit and put it on its own line, instead of in the config section of the use-package block.
<iqubic> And that loaded the theme and gave me the use-package warning.
<acowley> You don't install packages beyond mentioning them in your emacsWithPackages piece.
<selfsymmetric-mu> iqubic: May I recommend this advice? https://gist.github.com/matthew-piziak/fc8d1e37e11a00bfad547b1f0ccc737b
<acowley> Your ~/.emacs.d/elpa should be basically empty
<iqubic> acowley: I know.
<acowley> I see. I'm not sure then what you meant by not being sure how to install the theme manually.
Taneb has quit [Quit: I seem to have stopped.]
<acowley> Oh, I think I get what you meant
<acowley> So use-package is not finding a thing that's on your load-path, and you have a package-initialize call. Hm.
<iqubic> Install manually means: Move the theme files to the right directory and then use this to load it: http://dpaste.com/15MJ70Q
<iqubic> With that being a variable I defined myself, and isn't known by emacs other than in that one exact spot.
<acowley> Well that gets back to what I was saying about just using emacsWithPackages. If you want to use your own non-nix installation of a package, take spacemacs-theme out of emacsWithPackages. Having multiple versions of a package on your load-path can lead to weirdness
<acowley> (weirdness being a mixture of definitions from the two places if not more immediately obvious errors)
<{^_^}> [nixpkgs] @lopsided98 opened pull request #68335 → jemalloc450: disable transparent huge pages on ARM → https://git.io/JeJdw
<acowley> I would expect you to just need the (load-theme 'spacemacs-theme t) line if you have spacemacs-theme in your emacsWithPackages line. That use-package is raising an error is troubling, though.
<acowley> I need to step away for a bit, I'm afraid
iqubic` has joined #nixos
<iqubic`> Also, I have '(setq use-package-always-ensure nil)' in my config. So all use-package is doing is looking for the package on my load path. It isn't actually installing anything at all.
drakonis has quit [Quit: WeeChat 2.4]
<iqubic`> I'm using Nix to install the packages and use-package to configure it.
iqubic has quit [Ping timeout: 264 seconds]
Arahael has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
justanotheruser has quit [Ping timeout: 268 seconds]
growpotkin has quit [Ping timeout: 268 seconds]
<{^_^}> Channel nixpkgs-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e19054ab3cd (from 2 hours ago, history: https://channels.nix.gsc.io/nixpkgs-unstable)
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
MinceR_ has joined #nixos
kvda has joined #nixos
MinceR has quit [Ping timeout: 244 seconds]
kvda has quit [Client Quit]
kvda has joined #nixos
phreedom_ has joined #nixos
dansho has quit [Ping timeout: 258 seconds]
phreedom has quit [Ping timeout: 260 seconds]
b has quit [Ping timeout: 245 seconds]
iqubic` has left #nixos ["ERC (IRC client for Emacs 27.0.50)"]
adamantium has joined #nixos
fusion809 has joined #nixos
<{^_^}> [nixpkgs] @teto merged pull request #68258 → Luarocks nix bump → https://git.io/fjj57
<{^_^}> [nixpkgs] @teto pushed 4 commits to master: https://git.io/JeJdH
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @xrelkd opened pull request #68336 → parity, parity-beta: update cargoSha256 hashes → https://git.io/JeJd7
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/e19054ab3cd (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
sb0 has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @reanimus opened pull request #68337 → Fix broken user generation in roon-server → https://git.io/JeJdb
rotaerk has quit [Read error: Connection reset by peer]
rotaerk_ has joined #nixos
shadrach has joined #nixos
shadrach has quit [Ping timeout: 245 seconds]
tertl3_ has quit [Quit: Connection closed for inactivity]
Guest71254 has quit [Ping timeout: 245 seconds]
sierraDelta has joined #nixos
<{^_^}> [nixpkgs] @reanimus opened pull request #68338 → Update trousers to latest, use regular openssl → https://git.io/JeJFe
mrCyborg has quit [Quit: The Lounge - https://thelounge.github.io]
mrCyborg has joined #nixos
mexisme has joined #nixos
abathur has quit [Ping timeout: 246 seconds]
emptyfl4sk has joined #nixos
mexisme has quit [Ping timeout: 244 seconds]
schjetne has joined #nixos
emptyfl4sk has quit [Ping timeout: 244 seconds]
<mac10688> I'm a little confused. I want to run mysql in a nixos-container and I have one configured and running. What do I need to do to connect to it from the container's host? i tried running mysql -h <ip of container> -u root -p and it says it can't find the container
domogled has joined #nixos
<mac10688> I feel like i'm missing some networking component but I don't know
<mac10688> or maybe the ip address isn't the same as a hostname
<{^_^}> [nixpkgs] @Mic92 merged pull request #68335 → jemalloc450: disable transparent huge pages on ARM → https://git.io/JeJdw
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JeJF4
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JeJFE
<{^_^}> [nixpkgs] @Mic92 merged pull request #68332 → urlview: fix path to url_handler.sh → https://git.io/JeJsL
mexisme has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #68333 → nemiver: clean up → https://git.io/JeJ8T
<{^_^}> [nixpkgs] @Mic92 pushed 4 commits to master: https://git.io/JeJFK
emptyfl4sk has joined #nixos
gerschtli has quit [Quit: WeeChat 2.4]
gerschtli has joined #nixos
schjetne has quit [Ping timeout: 268 seconds]
incognito999 has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
captn3m0 has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #67552 → treewide: remove redundant quotes → https://git.io/fjAD4
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to staging: https://git.io/JeJFP
emptyfl4sk has quit [Ping timeout: 245 seconds]
camsbury has quit [Remote host closed the connection]
incognito9999 has joined #nixos
mac10688 has quit [Ping timeout: 245 seconds]
rsoeldner has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kvda has joined #nixos
captn3m0 has joined #nixos
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orivej has quit [Ping timeout: 246 seconds]
kvda has joined #nixos
iqubic has joined #nixos
palo1 has joined #nixos
palo has quit [Ping timeout: 268 seconds]
palo1 is now known as palo
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kvda has joined #nixos
iqubic has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @FRidh merged pull request #68244 → Staging next that includes gcc8 → https://git.io/fjj9K
<{^_^}> [nixpkgs] @FRidh pushed 179 commits to master: https://git.io/JeJbC
aszlig has quit [Quit: Kerneling down for reboot NOW.]
<{^_^}> [nixpkgs] @FRidh pushed 43 commits to staging-next: https://git.io/JeJb8
<{^_^}> [nixpkgs] @FRidh pushed 46 commits to staging: https://git.io/JeJbB
dasj19 has joined #nixos
nexgen2 has joined #nixos
aszlig has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed 17 commits to staging-next: https://git.io/JeJb0
Okinan has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @FRidh opened pull request #68339 → Staging next with systemd 243 → https://git.io/JeJbE
MinceR_ is now known as MinceR
iqubic has joined #nixos
rauno has quit [Ping timeout: 250 seconds]
emptyflask has quit [Ping timeout: 258 seconds]
Mister_Magister has quit [Excess Flood]
Okinan has joined #nixos
Mister_Magister has joined #nixos
endformationage has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @peterhoeg opened pull request #68340 → wmic-bin: add at 0.5.0 → https://git.io/JeJbP
sb0 has joined #nixos
<Izorkin> Please check PR #66953 and #67931
<{^_^}> https://github.com/NixOS/nixpkgs/pull/66953 (by Izorkin, 2 weeks ago, open): Enable work variant firewall with iptables-compat
<{^_^}> https://github.com/NixOS/nixpkgs/pull/67931 (by Izorkin, 6 days ago, open): fail2ban: init at 0.11.dev3-2019-08-22
zupo has joined #nixos
wfranzini has joined #nixos
cfricke has joined #nixos
boxdot has joined #nixos
Ariakenom has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg merged pull request #67498 → xxdiff: drop the old qt4 version in favour of qt5 → https://git.io/fjA0K
<{^_^}> [nixpkgs] @peterhoeg pushed 2 commits to master: https://git.io/JeJpY
captn3m0- has joined #nixos
captn3m0 has quit [Ping timeout: 268 seconds]
nexgen3 has joined #nixos
hoijui has joined #nixos
nexgen2 has quit [Ping timeout: 268 seconds]
dasj19 has quit [Read error: Connection reset by peer]
hmpffff has joined #nixos
<{^_^}> [nixpkgs] @mmahut merged pull request #68326 → shades-of-gray-theme: 1.1.8 -> 1.1.9 → https://git.io/JevGq
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeUUE
<{^_^}> [nixpkgs] @mmahut merged pull request #68252 → eth-typing: 2.0.0 -> 2.1.0 and eth-utils: 1.4.1 -> 1.7.0 → https://git.io/fjj5O
<{^_^}> [nixpkgs] @mmahut pushed 3 commits to master: https://git.io/JeUkH
<{^_^}> [nixpkgs] @mmahut merged pull request #68245 → grabserial: 1.9.3 -> 1.9.8 → https://git.io/fjj9N
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeUkh
nexgen3 has quit [Remote host closed the connection]
mexisme has quit [Ping timeout: 246 seconds]
emptyfl4sk has joined #nixos
<tobiasBora> Hello,
<tobiasBora> I'm trying to install texlive (LaTeX) on a xubuntu, so I tried "nix-env -iA nixpkgs.texlive". After few hours of download, I have an error concerning priority:
<tobiasBora> error: packages '/nix/store/4qs62bwh5s3pp2jfg6c5grmphal822xr-texlive-combined-medium-2018/bin/mktexlsr' and '/nix/store/2v0qcli6ax5aal77wy3kq9a0ykvyhprc-texlive-combined-context-2018/bin/mktexlsr' have the same priority 5; use 'nix-env --set-flag priority NUMBER INSTALLED_PKGNAME' to change the priority of one of the conflicting packages (0 being the highest priority)
<tobiasBora> I tried something like: nix-env --set-flag priority 4 texlive-combined-context-2018
<tobiasBora> but I have an error "error: selector 'texlive-combined-context-2018' matches no derivations"
<tobiasBora> I tried to include /nix/store/hash, just hash... none work
gxt has quit [Ping timeout: 260 seconds]
<teto> INSTALLED_PKGNAME should be sthg like nixpkgs.texlive, the attribute name
emptyfl4sk has quit [Ping timeout: 268 seconds]
polman has quit [Ping timeout: 245 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @sikmir opened pull request #68342 → gpscorrelate: enable NLS → https://git.io/JeUmB
domogled has quit [Quit: domogled]
polman has joined #nixos
Mister_Magister has quit [Ping timeout: 245 seconds]
<tobiasBora> oh, ok, I think I should have installed nixpkgs.texlive.combined.scheme-fullok
<tobiasBora> it works now , sorry for the noise
Tucky has joined #nixos
notgne2 has quit [Quit: ZNC 1.7.3 - https://znc.in]
johanot has joined #nixos
pie_ has joined #nixos
schjetne has joined #nixos
notgne2 has joined #nixos
o1lo01ol1o has joined #nixos
ent has quit [Remote host closed the connection]
ent has joined #nixos
abbiya has joined #nixos
Mister_Magister has joined #nixos
o1lo01ol1o has quit [Ping timeout: 245 seconds]
adamantium has quit [Ping timeout: 268 seconds]
rauno has joined #nixos
<rnhmjoj> could someone review PR 68310? it would be great if is merged before the feature freeze
<sphalerite> #68310
<{^_^}> https://github.com/NixOS/nixpkgs/pull/68310 (by rnhmjoj, 18 hours ago, open): services.xserver.extraLayouts fixes
<rnhmjoj> sphalerite: right, thank you
zupo has joined #nixos
<{^_^}> [nixpkgs] @peterhoeg opened pull request #68343 → nixos/podman: support configuring registries and policy → https://git.io/JeURU
orivej has joined #nixos
sigmundv_ has joined #nixos
emptyfl4sk has joined #nixos
civodul has joined #nixos
Makaveli7 has joined #nixos
ng0 has joined #nixos
<{^_^}> [nixpkgs] @FRidh pushed to master « git-cola: fix wrapping »: https://git.io/JeUE0
o1lo01ol1o has joined #nixos
<Izorkin> Mic92: gixy does not work in the master branch - error https://pastebin.com/St51L4cH
emptyfl4sk has quit [Ping timeout: 244 seconds]
<Okinan> >feature freeze
<Okinan> I hope that doesn't effect #68135
<{^_^}> https://github.com/NixOS/nixpkgs/pull/68135 (by rvolosatovs, 3 days ago, open): [WIP] Add Go 1.13
<{^_^}> [nixpkgs] @domenkozar pushed to master « cachix: fix build »: https://git.io/JeU2O
jgeerds has joined #nixos
jgeerds has quit [Ping timeout: 258 seconds]
fendor has joined #nixos
<{^_^}> [nixpkgs] @Izorkin opened pull request #68344 → gixy: fix error - no module named pkg_resources → https://git.io/JeUoZ
<{^_^}> [nixpkgs] @FRidh merged pull request #68339 → Staging next with systemd 243 → https://git.io/JeJbE
<{^_^}> [nixpkgs] @FRidh pushed 19 commits to master: https://git.io/JeUoX
veske has joined #nixos
dasj19 has joined #nixos
joshuagl has joined #nixos
orivej has quit [Ping timeout: 258 seconds]
schjetne has quit [Ping timeout: 258 seconds]
infinee has quit [Quit: WeeChat 2.3]
hoijui has quit [Ping timeout: 264 seconds]
Taneb has joined #nixos
<{^_^}> [nixpkgs] @lheckemann merged pull request #68310 → services.xserver.extraLayouts fixes → https://git.io/JeeOV
<{^_^}> [nixpkgs] @lheckemann pushed 4 commits to master: https://git.io/JeUSk
hoijui has joined #nixos
<hpfr[m]> Why does it seem like I have to compile all of qt every time I install a package
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<sphalerite> hpfr[m]: which channel are you on, and do you have any overlays?
<{^_^}> [nixpkgs] @spacekookie opened pull request #68345 → ociTools: fixing outdated documentation → https://git.io/JeUHQ
dasj19 has quit [Ping timeout: 245 seconds]
<hpfr[m]> sphalerite: nixos-unstable, and yes but not of any packages with a lot of dependents
asheshambasta has joined #nixos
boxdot has quit [Quit: Leaving.]
<sphalerite> hpfr[m]: try… nix run nixpkgs.nix-diff -c nix-diff $(nix-instantiate '<nixpkgs>' -A qt5Full) $(nix-instantiate channel:nixos-unstable -A qt5Full --arg overlays [] --arg config {})
dasj19 has joined #nixos
schjetne has joined #nixos
<hpfr[m]> I don’t think it’s actually qt5 but I see a lot of qt’s in the output
<sphalerite> ah, well check what's actually being rebuilt then :)
boxdot has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @lilyball to staging « perl: Update detected platform version »: https://git.io/JeUbs
<FRidh> qt5.qtwebkit is currently broken
<{^_^}> [nixpkgs] @worldofpeace closed pull request #66654 → perl: Update detected platform version → https://git.io/fjdTG
__monty__ has joined #nixos
hoijui has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #68218 → nixos/cupsd: passwordless admin for wheel with polkit → https://git.io/fjj6Z
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JeUje
gxt has joined #nixos
knupfer has joined #nixos
<{^_^}> [nixpkgs] @mroi opened pull request #68346 → swift: 5.0.2 -> 5.0.3 → https://git.io/JeTv3
fendor has quit [Ping timeout: 244 seconds]
asheshambasta has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @spacekookie opened pull request #68347 → ociTools: fixing outdated documentation (19.09) → https://git.io/JeTfc
thc202 has joined #nixos
<{^_^}> [nixpkgs] @andir opened pull request #68348 → Google cloud sdk pythonenv → https://git.io/JeTIr
<{^_^}> [nixos-org-configurations] @edolstra pushed 2 commits to master: https://git.io/JeTLy
<Izorkin> How to need to merge this PR #65222
<{^_^}> https://github.com/NixOS/nixpkgs/pull/65222 (by Izorkin, 7 weeks ago, open): mariadb: update packages
fendor has joined #nixos
<Ariakenom> why is there a "or false" in "doCheck ? config.doCheckByDefault or false" in https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/make-derivation.nix#L62
knupfer has quit [Remote host closed the connection]
knupfer has joined #nixos
m0rphism has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
cfricke has quit [Quit: WeeChat 2.5]
o1lo01ol1o has joined #nixos
hoijui has joined #nixos
vika_nezrimaya has joined #nixos
mexisme has joined #nixos
hoijui has quit [Ping timeout: 264 seconds]
o1lo01ol1o has quit [Remote host closed the connection]
<sphalerite> Ariakenom: the or operator gets an alternative if a set doesn't contain something
<sphalerite> > {b = 5;}.b or 0
<{^_^}> 5
<sphalerite> > {}.b or 0
<{^_^}> 0
<sphalerite> Ariakenom: not to be confused with || :)
<makefu> > {}.b || 0
<{^_^}> attribute 'b' missing, at (string):264:1
<Ariakenom> ... I see. config.doCheckByDefault looks like a bool name though
<Ariakenom> oh I see. if config doesnt have it.
<sphalerite> exactly
orivej has joined #nixos
<{^_^}> [nixpkgs] @Ma27 merged pull request #68329 → exa: adopt installShellFiles → https://git.io/Jevav
<{^_^}> [nixpkgs] @Ma27 pushed 2 commits to master: https://git.io/JeTVd
o1lo01ol1o has joined #nixos
<{^_^}> [nixpkgs] @etu merged pull request #68344 → gixy: fix error - no module named pkg_resources → https://git.io/JeUoZ
<{^_^}> [nixpkgs] @etu pushed 2 commits to master: https://git.io/JeToe
boxdot has quit [Quit: Leaving.]
boxdot has joined #nixos
mexisme has quit [Ping timeout: 264 seconds]
judson_ has quit [Ping timeout: 264 seconds]
judson_ has joined #nixos
chiefgoat has quit [Quit: ZNC 1.7.5-rc1 - https://znc.in]
o1lo01ol1o has quit [Remote host closed the connection]
chiefgoat has joined #nixos
asymptotically has joined #nixos
psyanticy has joined #nixos
alex`` has joined #nixos
emptyfl4sk has joined #nixos
chiefgoat has quit [Quit: ZNC 1.7.5-rc1 - https://znc.in]
NinjaTrappeur has quit [Quit: WeeChat 2.5]
nexgen2 has joined #nixos
chiefgoat has joined #nixos
emptyfl4sk has quit [Ping timeout: 244 seconds]
o1lo01ol1o has joined #nixos
NinjaTrappeur has joined #nixos
sigmundv_ has quit [Ping timeout: 268 seconds]
<tobiasBora> Hello,
<tobiasBora> I'd like to find an equivalent of x-terminal-emulator on nixos, i.e. a way to define a default terminal emulator on the system
<tobiasBora> does nixos have such things "as it"?
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dasj19 has quit [Quit: dasj19]
<__monty__> Maybe configuring xdg-open?
chiefgoat has quit [Quit: ZNC 1.7.5-rc1 - https://znc.in]
tmaekawa has joined #nixos
<{^_^}> [nixpkgs] @fpletz pushed 0 commits to gcc-8: https://git.io/JekUF
chiefgoat has joined #nixos
knupfer has quit [Ping timeout: 264 seconds]
Neo-- has quit [Ping timeout: 245 seconds]
kvda has joined #nixos
<{^_^}> [nixpkgs] @petabyteboy opened pull request #68351 → qt5.12: Add patches for QTBUG-73459 and QTBUG-69077 → https://git.io/Jekts
<teto> tobiasBora: i3-sensible-terminal ?
<{^_^}> [nixpkgs] @worldofpeace closed pull request #68347 → ociTools: fixing outdated documentation (19.09) → https://git.io/JeTfc
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chiefgoat has quit [Quit: ZNC 1.7.5-rc1 - https://znc.in]
<{^_^}> [nixpkgs] @FRidh pushed commit from @andir to staging « pythonPackages.pyopenssl: add missing six dependency »: https://git.io/JekY3
Zer0xp has joined #nixos
chiefgoat has joined #nixos
emptyfl4sk has joined #nixos
nexgen2 has quit [Ping timeout: 245 seconds]
t58 has joined #nixos
zupo has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
emptyfl4sk has quit [Ping timeout: 245 seconds]
aveltras has joined #nixos
fendor has quit [Ping timeout: 245 seconds]
<aveltras> has anyone already tried to setup a nix cache and encountered error a permission error on the private key even if it is set to 777 ?
zupo has quit [Ping timeout: 245 seconds]
dominicusin[m] has joined #nixos
<tobiasBora> teto: interesting, thanks
abbiya has quit [Quit: abbiya]
kvda has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
o1lo01ol1o has quit [Remote host closed the connection]
<aveltras> found the issue, seems putting the secretkey in my user directory is not a good idea, used the /var directory as in the wiki
orivej has quit [Ping timeout: 245 seconds]
<sphalerite> aveltras: private keys should never be world-readable!
<aveltras> sphalerite: ye i know, was just trying to make it work first :) i'm only using it between my two home computers to avoid downloading updates twice
dasj19 has joined #nixos
<cyris212> Is there a trick to install haskell packages through cabal with C dependencies?
orivej has joined #nixos
<{^_^}> [nixpkgs] @dasj19 closed pull request #67181 → nixos/xserver: refactor/fix xml tags for keyboard layout overrides → https://git.io/fjbo8
<cyris212> Currently i'm struggeling with `cabal v2-install wreq`. It always results in "can't load .so/.DLL for: libz.so"
<__monty__> cyris212: What are you trying to do? You shouldn't usually install development dependencies into your environment.
<__monty__> ,library
<{^_^}> Don't install libraries through nix-env or systemPackages, use nix-shell instead. See https://nixos.wiki/wiki/FAQ/Libraries for details.
veske has quit [Ping timeout: 258 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #68330 → ffsend: adopt installShellFiles → https://git.io/JevaU
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JekSB
tmaekawa has quit [Quit: tmaekawa]
veske has joined #nixos
<evanjs> *whistles innocently as he uses cargo-install from a shell with openssl.dev and pkgconfig*
evanjs- has joined #nixos
cfricke has joined #nixos
<evanjs> Omg that is such an inconvenient name for irc
sigmundv has joined #nixos
<Shell> evanjs: oh, I just fixed carnix a couple of nights ago so it actually works with a large chunk of the current Rust ecosystem, patches will be available shortly. :)
<Shell> carnix install would be a cool command to have too o.o
<evanjs> Shell: oooo sweet! And yeah no kidding. Though I know I should probably just write an expression...
<ben> Shell: yay
vika_nezrimaya has quit [Quit: ERC (IRC client for Emacs 26.3)]
v88m has quit [Ping timeout: 244 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #68336 → parity, parity-beta: update cargoSha256 hashes → https://git.io/JeJd7
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/Jekpg
Neo-- has joined #nixos
knupfer has joined #nixos
<{^_^}> [nixpkgs] @zimbatm merged pull request #68319 → kind: 0.3.0 -> 0.5.1 → https://git.io/JeeBO
<{^_^}> [nixpkgs] @zimbatm pushed to master « kind: 0.3.0 -> 0.5.1 (#68319) »: https://git.io/JeIea
itorres has quit [Quit: WeeChat 2.0.1]
<{^_^}> Channel nixos-19.03 advanced to https://github.com/NixOS/nixpkgs/commit/5b0b58685d6 (from 21 hours ago, history: https://channels.nix.gsc.io/nixos-19.03)
Izorkin has quit [Quit: ZNC 1.7.4 - https://znc.in]
Izorkin has joined #nixos
iyzsong has joined #nixos
aanderse has quit [Quit: ZNC 1.7.3 - https://znc.in]
aanderse has joined #nixos
oida has quit [Ping timeout: 260 seconds]
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JeImx
<{^_^}> [nixpkgs] @worldofpeace merged pull request #68345 → ociTools: fixing outdated documentation → https://git.io/JeUHQ
<{^_^}> [nixpkgs] @zimbatm pushed to master « helm: 2.14.2 -> 2.14.3 »: https://git.io/JeIYb
andreabedini has joined #nixos
<worldofpeace> hmm, is ofborg on the fritz? I can't issue any build commands on PRs
emptyfl4sk has joined #nixos
<manveru> worldofpeace: last i heard it ran out of space and graham is on holidays or something
mexisme has joined #nixos
Okinan has quit [Quit: Konversation terminated!]
<worldofpeace> manveru: Right, I wonder if there's someone to restart the pieces in his absense
andreabedini has quit [Quit: ZNC 1.6.6+deb1ubuntu0.2 - http://znc.in]
<worldofpeace> * absence
mexisme has quit [Ping timeout: 250 seconds]
andreabedini has joined #nixos
zupo has joined #nixos
oida has joined #nixos
<manveru> Shell: does your version support path dependencies?
nspin has joined #nixos
<manveru> oh, nevermind, found the --src flag
o1lo01ol1o has joined #nixos
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
<cyris212> __monty__: I try to build a simple haskell project that uses cabal nix style builds.
<__monty__> cyris212: Then why are you running `v2-install`?
<cyris212> So I use nix-shell to install ghc and cabal. Then I use cabal to install the required haskell dependencies.
<__monty__> That's not how it works, you should use ghcWithPackages instead.
justanotheruser has quit [Ping timeout: 244 seconds]
<cyris212> I don't use nix to manage the haskell dependencies (because I need to build the same project on systems that don't have nix).
<cyris212> Nix is only used to install GHC.
fendor has joined #nixos
<__monty__> You should never v2-install haskell deps. Not on other systems either.
<cyris212> __monty__: Any reason for this?
<__monty__> Yeah, v2-install's purpose is to provide binaries on the user's path.
<__monty__> You should specify your deps in a .cabal and v2-build will fetch and compile them before compiling your package.
<{^_^}> [nixpkgs] @jtojnar opened pull request #68352 → gthree: unstable-2019-08-21 → 0.2.0 → https://git.io/JeIwS
zupo has quit [Read error: Connection reset by peer]
emptyfl4sk has quit [Ping timeout: 245 seconds]
knupfer has quit [Read error: Connection reset by peer]
<cyris212> I see
<cyris212> `v2-build` results in the same error.
hoijui has joined #nixos
FRidh has quit [Ping timeout: 258 seconds]
rauno has quit [Ping timeout: 268 seconds]
<Mic92> Izorkin: cannot reproduce that.
<Izorkin> Mic92: merged #68344
<{^_^}> https://github.com/NixOS/nixpkgs/pull/68344 (by Izorkin, 4 hours ago, merged): gixy: fix error - no module named pkg_resources
<Mic92> Izorkin: ✓
FRidh has joined #nixos
<Izorkin> Mic92: review #65222 ? :)
<{^_^}> https://github.com/NixOS/nixpkgs/pull/65222 (by Izorkin, 7 weeks ago, open): mariadb: update packages
<__monty__> cyris212: Yeah but what are you trying to v2-build? You don't build deps.
<Mic92> Izorkin: so it is now defaulting to the new version of libmysql except for this one python package?
<cyris212> __monty__: https://github.com/winpat/ddns
<Izorkin> Mic92: yes
<__monty__> cyris212: Paste the error.
<__monty__> ,paste cyris212
<{^_^}> cyris212: Use a website such as [ https://gist.github.com/ http://ix.io/ https://hastebin.com/ http://sprunge.us/ https://paste.ee/ ] or similar services to share anything that's longer than a couple lines.
talqu has joined #nixos
qqlq has joined #nixos
<{^_^}> [nixpkgs] @Scriptkiddi opened pull request #68353 → nixos/mysql: add authentication option → https://git.io/JeIFn
<cyris212> Issue occurs with both nixpkgs 19.03 and unstable (GHC 8.6.4/8.6.5 and Cabal 2.4.1.0/3.0.0.0)
<__monty__> ,locate libz.so
<{^_^}> Found in packages: gap, zlib, gap-full, scilab-bin, gap-minimal
zupo has joined #nixos
<nbp> https://pl.pycon.org/2019/en/agenda/ (“ Beyond Python packaging with Nix ”)
<{^_^}> [nixpkgs] @Mic92 opened pull request #68354 → python.pkgs.MySQL_python: remove → https://git.io/JeINq
<simpson> nbp: Exciting.
<Mic92> Izorkin: I plan to drop this package: https://github.com/NixOS/nixpkgs/pull/68354
<{^_^}> #68354 (by Mic92, 1 minute ago, open): python.pkgs.MySQL_python: remove
<Mic92> then we can also get rid of the older libmysql package.
qqlq has quit [Ping timeout: 268 seconds]
FRidh has quit [Ping timeout: 258 seconds]
<__monty__> cyris212: Could you try adding pkgconfig-depends in your cabal file?
asymmetric has quit [Quit: Peace.]
<Izorkin> Mic92: need PR to staging?
FRidh has joined #nixos
drakonis has joined #nixos
<__monty__> cyris212: Actually try specifying both zlib.dev and zlib.out rather than just zlib first.
<{^_^}> [nixpkgs] @worldofpeace merged pull request #68352 → gthree: unstable-2019-08-21 → 0.2.0 → https://git.io/JeIwS
<{^_^}> [nixpkgs] @worldofpeace pushed 4 commits to master: https://git.io/JeIhB
qqlq has joined #nixos
emptyfl4sk has joined #nixos
<Mic92> Izorkin: I would put it there.
<Mic92> Izorkin: I will cherry-pick the package removal to staging as well.
<Izorkin> ok
arahael1 has joined #nixos
<cyris212> __monty__: Same issue
Arahael has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #68354 → python.pkgs.MySQL_python: remove → https://git.io/JeINq
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JeLqc
<__monty__> cyris212: Which one did you try? And did you try the other?
hoijui has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @Mic92 pushed to staging « python.pkgs.MySQL_python: remove »: https://git.io/JeLmI
<Mic92> Izorkin: ^
<cyris212> Tried to set "pkgconfig-depends: zlib" first (which failed) and then splitted "pkgs.zlib" into "pkgs.zlib.out" and "pkgs.zlib.dev" which also failed.
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @nlewo opened pull request #68355 → skydive: remove it from nixpkgs → https://git.io/JeLYD
johanot has quit [Quit: WeeChat 2.4]
<{^_^}> [nixpkgs] @rprospero opened pull request #68356 → sasview: 4.2.0 -> 4.2.2 → https://git.io/JeL3h
<ddima> There is this simple and small PR to nix that could improve UX a little bit, especially for newcomers, that has been hanging for quite a while: https://github.com/NixOS/nix/pull/2338 - does anyone know whom to poke or how to help this get merged?
<{^_^}> nix#2338 (by bobvanderlinden, 1 year ago, open): mention `nix-store --query --roots` when a path cannot be deleted
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JeLs8
evanjs| has joined #nixos
veske has quit [Quit: This computer has gone to sleep]
hyper_ch has quit [Read error: Connection reset by peer]
hyper_ch has joined #nixos
dermetfan has joined #nixos
npmccallum has quit [Quit: npmccallum]
dermetfan has quit [Client Quit]
<Izorkin> Mic92: updated. Correct variant? Or full remove version 2.3?
<Mic92> Izorkin: just drop 2.3
<Mic92> makes future maintainance easier.
rauno has joined #nixos
<Mic92> Izorkin: looks good, I will merge this after evaluation succeeds.
<Izorkin> Mic92: thanks
<cyris212> __monty__: https://github.com/haskell/cabal/issues/6228 fixed the issue.
<{^_^}> haskell/cabal#6228 (by gvolpe, 1 day ago, open): Missing dependency on a foreign library: zlib.h
oida has quit [Remote host closed the connection]
<cyris212> __monty__: Thank you for your help!
emptyfl4sk has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @Tomahna closed pull request #60336 → metals: init at 0.6.1 → https://git.io/fjGLG
asymmetric has joined #nixos
<evanjs> Ermmm did rust nightly change lately or something?
<evanjs> Like the nix expression
<evanjs> the contents of the file '/nix/store/l25ynli4a6lg2i4ff5qbh584zyzbq380-channel-rust-nightly.toml' cannot be represented as a Nix string
knupfer has joined #nixos
<evanjs> Wait... it's empty... Okay, probably just me *gets more coffee*
<{^_^}> [nixpkgs] @NeQuissimus pushed 2 commits to master: https://git.io/JeL6H
evanjs^ has joined #nixos
boxdot has left #nixos [#nixos]
boxdot has joined #nixos
evanjs^ has quit [Read error: Connection reset by peer]
evanjs^ has joined #nixos
evanjs| has quit [Ping timeout: 268 seconds]
ddellacosta has joined #nixos
<__monty__> cyris212: 👍 Knew ghcWithPackages would be the solution : >
__monty__ has quit [Quit: leaving]
<manveru> pemeunier: hey, is there any kind of usage help for `carnix generate-crates-io`? it seems to wait on some input if i just run it without argument, and i'm not sure what the argument is supposed to be
<eraserhd> I have a simple C program that builds and tests run fine, but if I try to build it within a release.nix, it's unicode tests fail. I'm setting LANG and LC_ALL in the test derivation. Am I missing some dependency?
rsoeldner has quit [Remote host closed the connection]
hmpffff has quit [Quit: nchrrrr…]
<manveru> eraserhd: `LOCALE_ARCHIVE = "${glibcLocales}/lib/locale/locale-archive"` maybe?
<manveru> pemeunier: using `carnix build`, it ends with `Could not translate target`... no idea what that means
asymptotically has quit [Remote host closed the connection]
<eraserhd> manveru: that was it!
<eraserhd> manveru++
<{^_^}> manveru's karma got increased to 28
asymptotically has joined #nixos
hoijui has joined #nixos
<{^_^}> [nixpkgs] @samueldr merged pull request #68312 → kernel: Enable X86_AMD_PLATFORM_DEVICE → https://git.io/Jee3y
<{^_^}> [nixpkgs] @samueldr pushed 2 commits to master: https://git.io/JeLFO
npmccallum has joined #nixos
<{^_^}> Channel nixos-unstable-small advanced to https://github.com/NixOS/nixpkgs/commit/21f61dde0dc (from 9 hours ago, history: https://channels.nix.gsc.io/nixos-unstable-small)
johnny101 has quit [Quit: Konversation terminated!]
<ivegotasthma> ivegotasthma++
<{^_^}> ivegotasthma's karma got decreased to -1
<ivegotasthma> :(
<aanderse> lol
<ivegotasthma> ivegotasthma--
<sphalerite> ivegotasthma++
<aveltras> is there a way to add a binary cache and not having to wait 60 seconds when it's offline for other binary caches to take its place ?
<{^_^}> ivegotasthma's karma got increased to 0
abcrawf has quit [Read error: Connection reset by peer]
<ivegotasthma> sphalerite++
<{^_^}> sphalerite's karma got increased to 66
<sphalerite> aveltras: have a local HTTP server proxying it with a shorter timeout :p
hoijui has quit [Ping timeout: 268 seconds]
<manveru> pemeunier: so... i figured out how to turn on debugging, and that shows `target = "cfg(target_arch = \"wasm32\")"` and `target = "cfg(target_feature = \"atomics\")` before exiting
<{^_^}> [nixos-org-configurations] @disassembler opened pull request #88 → 19.09 channel addition → https://git.io/JeLxk
<aveltras> sphalerite: hmm i wanted to avoid setting up nginx just for this, is there a way to add a binary cache on the command line ? without "removing" all the ones set up in configuration.nix ? i'd like to use this feature so that i can use my other computer binary cache when it's up and not seeing a timeout when it's not
kenshinCH has joined #nixos
emptyfl4sk has joined #nixos
__monty__ has joined #nixos
<aveltras> forget what i said, i'll hack something with aliases
waleee-cl has joined #nixos
<{^_^}> [nixos-org-configurations] @edolstra merged pull request #88 → 19.09 channel addition → https://git.io/JeLxk
<{^_^}> [nixos-org-configurations] @edolstra pushed 2 commits to master: https://git.io/JeLh8
ddellacosta has quit [Ping timeout: 268 seconds]
__monty__ has quit [Client Quit]
emptyfl4sk has quit [Ping timeout: 264 seconds]
__monty__ has joined #nixos
veske has joined #nixos
<symphorien> aveltras: --option extra-subsituters foo
<symphorien> (man nix.conf for more information)
<codedmart> Any pointers on getting an external monitor working with nixos? I have a 2015 Macbook Pro. It has a integrated Intel and dedicated ATI. I can get the laptop monitor working fine or the External working, but not both yet.
<codedmart> If one is working the other says disconnected when I check xrandr.
<ivegotasthma> what's your IDE?
asymmetric has quit [Ping timeout: 245 seconds]
<codedmart> I have `videoDrivers = [ "i915" "ati" "cirrus" "vesa" "vmware" "modesettings" ];`
<aveltras> symphorien: worked great, thanks !
<manveru> pemeunier: i think i tracked it down to this line: https://github.com/rustwasm/wasm-bindgen/blob/master/crates/futures/Cargo.toml#L18
xantoz has quit [Remote host closed the connection]
xantoz has joined #nixos
veske has quit [Ping timeout: 244 seconds]
endformationage has joined #nixos
WhittlesJr has joined #nixos
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
selfsymmetric-mu has quit [Remote host closed the connection]
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
ng0 has quit [Ping timeout: 260 seconds]
ng0 has joined #nixos
evanjs has joined #nixos
evanjs- has quit [Quit: ZNC 1.7.4 - https://znc.in]
hoijui has joined #nixos
ddellacosta has joined #nixos
evanjs- has joined #nixos
__monty__ has quit [Quit: Restarting irssi for sasl-ification]
emptyfl4sk has joined #nixos
<codedmart> Where do I find xorg logs in nixos?
<sorbits> I’m using nixpkgs on macOS: Is there any way to avoid it creating ~/.nix-profile/etc/profile.d/nix-daemon.sh?
sorbits is now known as allan
<symphorien> it depends on your display manager, codedmart
<symphorien> lightdm puts them in /var/log/[xX]-[0-9].log
asymptotically has quit [Remote host closed the connection]
<allan> I ask because I would like to source ~/.nix-profile/etc/profile.d/*.sh in my ~/.bash_profile so the presence of this nix-daemon.sh file is a problem
<codedmart> I also have a xrandrHeads section. So I am not sure why the dual monitors is not working. It works fine on my other macbook pro, but that only has a single graphics card.
<allan> (I have to take extra steps to skip this file, which seems wrong)
<codedmart> symphorien: I use gdm
<symphorien> no idea then
ddellacosta has quit [Ping timeout: 258 seconds]
emptyfl4sk has quit [Ping timeout: 245 seconds]
<worldofpeace> codedmart: I think it should all be in the journal then
<worldofpeace> display-manager.service?
ilyagotfryd has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #68309 → sonic-pi: fix qt wrapper → https://git.io/Jeemp
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/Jetl1
Makaveli7 has quit [Quit: WeeChat 2.6]
nspin has quit [Remote host closed the connection]
asymptotically has joined #nixos
ilyagotfryd is now known as Ilya_G
andgate has quit [Remote host closed the connection]
justanotheruser has quit [Ping timeout: 252 seconds]
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos
user___ has joined #nixos
<user___> Is there a way for me to use a user's home directory to set the musicDirectory attribute of the mpd service?
<{^_^}> [nixpkgs] @markus1189 opened pull request #68357 → ddgr: 1.6 -> 1.7 → https://git.io/JetRq
<{^_^}> [nixpkgs] @ivan opened pull request #68358 → pythonPackages.lmdb: fix build → https://git.io/JetRO
xkapastel has joined #nixos
WhittlesJr has quit [Remote host closed the connection]
evanjs^ has quit [Ping timeout: 244 seconds]
dansho has joined #nixos
<{^_^}> [nixpkgs] @Mic92 merged pull request #65222 → mariadb: update packages → https://git.io/fjMVn
<{^_^}> [nixpkgs] @Mic92 pushed 10 commits to staging: https://git.io/JetzB
abrar has quit [Quit: WeeChat 2.4]
evanjs| has joined #nixos
aanderse has quit [Quit: ZNC 1.7.3 - https://znc.in]
<hyperfekt> Is there a way to put the result of a distributed build into S3 directly from the builder instead of downloading it to the machine that orchestrated the build?
<user___> Is there a way for me to use something like users.users.user.home inside of a services.mpd?
justanotheruser has joined #nixos
aanderse has joined #nixos
Soo_Slow has joined #nixos
<Ilya_G> Would like some help on creating a VMWare virtual machine using NixOS, please.
<{^_^}> [nixpkgs] @disassembler pushed to release-19.09 « 19.09 beta release »: https://git.io/JetVt
cfricke has quit [Quit: WeeChat 2.5]
<WilliButz> \o/
<Ilya_G> I have spent some time going over Nix and Nix Pills tutorials, but I can not make a link to creating actual VM and pulling desired packages into it.
<{^_^}> [nixpkgs] @disassembler pushed 0 commits to refs/tags/19.09-beta: https://git.io/JetVP
<drakonis> a vmware virtual machine?
<drakonis> isnt qemu the proper option?
<Ilya_G> @drakonis Yes if possible
<Soo_Slow> hello. Lets say, I wanna use nix package manager in games installation script in order to have ability to solve dependencies on all distros without sudo/root access. Is it good idea?
<Ilya_G> I am a noob so idk.
<Ilya_G> can I bother you in DM to just give me a basic insight please?
ContainsLiquid has left #nixos [#nixos]
<{^_^}> [nixpkgs] @domenkozar merged pull request #58715 → Bump patchelf and patchelfUnstable to 0.10 → https://git.io/fjIJz
<{^_^}> [nixpkgs] @domenkozar pushed 5 commits to staging: https://git.io/Jetr1
<drakonis> hmm, workstation pro?
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<srhb> user___: Yes, config.users.users.user.home
<srhb> user___: You may have to add config as an argument to your configuration module.
noudle has joined #nixos
<hyperfekt> Soo_Slow: Unless you create a virtual filesystem like Flatpak and Snap do, your users would have to have the Nix package manager installed.
evanjs has quit [Ping timeout: 244 seconds]
evanjs- has quit [Quit: ZNC 1.7.4 - https://znc.in]
<hyperfekt> Soo_Slow: (installing Nix usually requires root to create /nix)
evanjs has joined #nixos
<Soo_Slow> hyperfekt, but nix packages can be installed for user, no?
<user___> srhb: Got it, it worked. Thanks!
<Soo_Slow> *per user, I mean. Without root access
<srhb> user___: No problem. :)
evanjs has quit [Client Quit]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #68358 → pythonPackages.lmdb: fix build → https://git.io/JetRO
dasj19 has quit [Quit: dasj19]
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JetXw
Ariakenom has quit [Remote host closed the connection]
evanjs has joined #nixos
<{^_^}> [nixpkgs] @disassembler pushed 0 commits to staging-19.09: https://git.io/JetMN
Ariakenom has joined #nixos
<globin> sphalerite++
<{^_^}> sphalerite's karma got increased to 67
<globin> disasm++
<{^_^}> disasm's karma got increased to 7
<{^_^}> [nixops] @clefru closed pull request #1187 → Convert libvirtd to use make-disk-image → https://git.io/fjSPL
<codedmart> Hmm... display-manager.service doesn't seem to show xorg logs?
sb0 has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @ivan opened pull request #68359 → [19.09] pythonPackages.lmdb: fix build → https://git.io/JetQM
Ariakenom has quit [Ping timeout: 245 seconds]
Ariakenom has joined #nixos
nexgen2 has joined #nixos
<symphorien> Soo_Slow: you need to be able to create /nix, or to fake owning /nix with user namespaces (see nix-user-chroot)
<symphorien> in the first case you need to have root access, the second case is not available by default on all distros (for example debian)
emptyflask has joined #nixos
johnny101 has joined #nixos
<{^_^}> Channel nixos-unstable advanced to https://github.com/NixOS/nixpkgs/commit/e19054ab3cd (from 14 hours ago, history: https://channels.nix.gsc.io/nixos-unstable)
Snoop05 has joined #nixos
polman has quit [Ping timeout: 245 seconds]
polman has joined #nixos
v88m has joined #nixos
<exarkun> Does having `nix.enable = true` in stack.yaml break the stack configuration for all non-nix users? it seems like it does
justanotheruser has quit [Ping timeout: 264 seconds]
schjetne has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #68359 → [19.09] pythonPackages.lmdb: fix build → https://git.io/JetQM
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to release-19.09: https://git.io/Jetjo
<fendor> can I add a symlink to an executable in the nix store that wont be garbage collected until the symlink is deleted?
<Soo_Slow> symphorien, well, then I ll just add it as installation dependency. But after initial setup, root isnt required, right? You can install packages as user without sudo and stuff, right?
<symphorien> yes
<symphorien> Soo_Slow: I don't know exactly what you plan to do, but if I were you I would provide a shell.nix file with all the dependencies, and then tell people to 1/ install nix 2/ run nix-shell 3/ run the build script inside the shell
<{^_^}> [nixpkgs] @disassembler pushed to master « 20.03 is Markhor »: https://git.io/Jeqfe
slavfox has joined #nixos
<Soo_Slow> symphorien, but everything aside from step 1 doesnt require root, as far as I understand
<symphorien> yes
<Soo_Slow> what s shell.nix, by the way?
<symphorien> like default.nix but for nix-shell
<Soo_Slow> and what s default.nix?
evanjs- has joined #nixos
<symphorien> if you don't provide an argument for nix-shell, it will implicitely read this file
<symphorien> when nix-shell reads this file, it opens a shell with the specified dependencies available, plus a few env vars as specified
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @edolstra pushed 2 commits to master: https://git.io/JeqtG
<{^_^}> [nixpkgs] @edolstra merged pull request #66775 → qemu: 4.0.0 -> 4.1.0 → https://git.io/fjFUh
dasj19 has joined #nixos
nly has joined #nixos
<Ariakenom> if I change user groups in configuration.nix do I have to log out?
<nly> hi
karetsu has joined #nixos
<Shell> Ariakenom: yes, Linux only applies groups to users on login.
<dminuoso> Ariakenom: alternatively, you could login again in your shell.
<dminuoso> Ariakenom: For quickly testing things, this is likely the faster option.
<nly> what's the emacs version without X?
Snoop05 has quit [Remote host closed the connection]
<Ariakenom> also, I noted that "groups" doesnt include the rebuild groups and "groups Ariakenom" does
Ariakenom has quit [Remote host closed the connection]
justanotheruser has quit [Ping timeout: 264 seconds]
hmpffff has joined #nixos
Ariakenom has joined #nixos
WhittlesJr has joined #nixos
<emily> you can technically use a horrible hack with newgrp to avoid it
<emily> but it involves temporarily messing up your primary group
<emily> so I don't recommend it
philr has joined #nixos
WhittlesJr has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @edolstra pushed to release-19.09 « Revert "pkgs/top-level: check types of `nixpkgs.config`" »: https://git.io/Jeqn4
evanjs- has quit [Ping timeout: 245 seconds]
erasmas has joined #nixos
orivej has quit [Ping timeout: 268 seconds]
npmccallum has quit [Ping timeout: 244 seconds]
npmccallum has joined #nixos
Zer0xp has quit [Ping timeout: 268 seconds]
<{^_^}> [nix] @edolstra pushed 2 commits to flakes: https://git.io/Jeq8m
boxdot has quit [Quit: Leaving.]
justanotheruser has joined #nixos
zupo has joined #nixos
Tucky has quit [Quit: WeeChat 2.5]
wfranzini has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @domenkozar opened pull request #68362 → ghc: compile with DWARF support by default → https://git.io/Jeq0m
nly has left #nixos ["Leaving"]
<{^_^}> [nixpkgs] @Profpatsch merged pull request #67889 → rss2email: 3.9 -> 3.10 → https://git.io/fjpcr
<{^_^}> [nixpkgs] @Profpatsch pushed commit from @Ekleog to master « rss2email: 3.9 -> 3.10 »: https://git.io/JequJ
evanjs| has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs- has joined #nixos
vika_nezrimaya has joined #nixos
hoijui has quit [Ping timeout: 252 seconds]
evanjs- has quit [Client Quit]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #68363 → nixos/xterm: stateVersion disable by default → https://git.io/Jeq2c
drakonis has quit [Ping timeout: 250 seconds]
Zer0xp has joined #nixos
schjetne has joined #nixos
emptyflask has quit [Ping timeout: 245 seconds]
evanjs- has joined #nixos
emptyfl4sk has joined #nixos
<ekleog> Profpatsch: looks like the 3.10 bump missed 19.09 by ~15min :'( that said, the only breaking change should, if I check the changelog correctly, be the python 3.2 & 3.3 drop, which is anyway not supported by nixpkgs, so I think we should backport to 19.09 so it gets all the bugfixes… and you'
<ekleog> ?
tsrt^ has quit []
ntsrtoh^ has joined #nixos
<{^_^}> [nixpkgs] @gebner opened pull request #68364 → vdirsyncer: fix build → https://git.io/Jeq22
evanjs- has quit [Ping timeout: 246 seconds]
Guest73 has joined #nixos
<Profpatsch> ekleog: If you say so, I’m fine with that
<Profpatsch> I’m not on top of things enough to know whether there’s any breaking changes
__monty__ has joined #nixos
emptyfl4sk has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @gebner merged pull request #68364 → vdirsyncer: fix build → https://git.io/Jeq22
<{^_^}> [nixpkgs] @gebner pushed 2 commits to master: https://git.io/Jeq2V
<{^_^}> [nixpkgs] @matthewbauer merged pull request #67791 → nixos/opengl: set LD_LIBRARY_PATH everywhere → https://git.io/fjxbV
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to release-19.09: https://git.io/Jeq2w
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<{^_^}> [nixpkgs] @gebner pushed to release-19.09 « vdirsyncer: fix build »: https://git.io/Jeq2r
<{^_^}> [nixpkgs] @matthewbauer merged pull request #67644 → busybox: fix static builds → https://git.io/fjxOM
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/Jeq2o
__monty__ has joined #nixos
__monty__ has quit [Changing host]
sk8forether has joined #nixos
hoijui has joined #nixos
gagbo has joined #nixos
Guest73 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @matthewbauer merged pull request #67795 → nixos/system-path: remove wrappers from system-path → https://git.io/fjxNc
<{^_^}> [nixpkgs] @matthewbauer pushed 2 commits to master: https://git.io/Jeq2X
boxdot has joined #nixos
<{^_^}> [nixos-org-configurations] @edolstra pushed to master « Remove 18.03 channels »: https://git.io/Jeq2D
boxdot has quit [Client Quit]
<{^_^}> [nixpkgs] @aanderse opened pull request #68365 → nixos/zabbixWeb: fix a string reference as well as the phpfpm socket path → https://git.io/Jeq2S
__monty__ has quit [Quit: leaving]
__monty__ has joined #nixos
__monty__ has quit [Client Quit]
__monty__ has joined #nixos
emptyfl4sk has joined #nixos
__monty__ has quit [Client Quit]
laika___ has joined #nixos
__monty__ has joined #nixos
<{^_^}> [nixpkgs] @veprbl merged pull request #68159 → ipfs: 0.4.21 -> 0.4.22, use Go 1.12 → https://git.io/fjjG4
<{^_^}> [nixpkgs] @veprbl pushed 2 commits to master: https://git.io/Jeq2x
gxt has quit [Quit: WeeChat 2.5]
orivej has joined #nixos
philr has quit [Ping timeout: 268 seconds]
<Profpatsch> ekleog: I don’t really want to idle in #nixos, talk to you in #nixos-dev :)
Profpatsch has left #nixos ["WeeChat 0.4.3"]
<Izorkin> Mic92: please review PR #66953
<{^_^}> https://github.com/NixOS/nixpkgs/pull/66953 (by Izorkin, 2 weeks ago, open): Enable work variant firewall with iptables-compat
karetsu has quit [Quit: WeeChat 2.4]
justanotheruser has quit [Ping timeout: 252 seconds]
gyroninja has quit [Ping timeout: 245 seconds]
<Mic92> Izorkin: how much closure size would we add, if we just enable nftables compatibility by default for iptables?
<Mic92> ah we can't because of the symlinks
nexgen2 has quit [Quit: Leaving]
<codedmart> Can I do if/else in stack yaml file for nixos? I need nix enabled in our work stack.yaml, but no one else I work with uses nix.
<clever> codedmart: i think your only real option is to set it in ~/.stack/something
<clever> codedmart: yeah, i have that in ~/.stack/config.yaml
<hpfr[m]> I updated my Nix channels and my .config/fontconfig/fonts.conf seems to have stopped applying. What should I test?
knupfer has quit [Remote host closed the connection]
justanotheruser has joined #nixos
Ariakenom has quit [Ping timeout: 245 seconds]
<__monty__> clever: Just pinging to inform you I have a PR on toxvpn for mac compat.
Myhlamaeus1 has joined #nixos
<clever> *looks*
<clever> __monty__: ahhh, that would explain the problems
gyroninja has joined #nixos
dermetfan has joined #nixos
<__monty__> clever: Jep, working nicely now. Probably shouldn't be hardcoded to tun0 though. (Issue about the two machines on my LAN not connecting still exists.)
ixxie has joined #nixos
<clever> __monty__: commented and merged
<Izorkin> Mic92: enable iptables-nft to default?
drakonis has joined #nixos
orivej has quit [Ping timeout: 244 seconds]
sigmundv has quit [Ping timeout: 268 seconds]
aveltras has quit [Quit: Connection closed for inactivity]
Myhlamaeus1 has quit [Read error: Connection reset by peer]
Ariakenom has joined #nixos
FRidh2 has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
Soo_Slow has quit [Remote host closed the connection]
<hpfr[m]> So I did some digging in an old generation where my fonts.conf was applying, and 50-user.conf is showing up in both fine. However, on the old version, there are 209 items in /etc/fonts/conf.d/ whereas the new one has like 20. What changed? This is confusing me
<{^_^}> [nixpkgs] @sorbits opened pull request #68366 → Install git’s bash completion so that it is loaded on demand → https://git.io/JeqaN
<hpfr[m]> No recent commits changed fontconfig defaults
<{^_^}> [nixpkgs] @Ekleog pushed to release-19.09 « rss2email: 3.9 -> 3.10 »: https://git.io/JeqaA
<Izorkin> matthewbauer: after PR #67644 error build busybox-sandbox-shell https://pastebin.com/d3s6rhBg
<{^_^}> https://github.com/NixOS/nixpkgs/pull/67644 (by matthewbauer, 1 week ago, merged): busybox: fix static builds
FRidh2 has quit [Quit: Konversation terminated!]
FRidh2 has joined #nixos
orivej has joined #nixos
<{^_^}> [nixpkgs] @toonn opened pull request #68367 → toxvpn: 2018-04-07 -> 2019-09-09 → https://git.io/Jeqap
evanjs- has joined #nixos
Chiliparrot has joined #nixos
shibboleth has joined #nixos
<{^_^}> [nixpkgs] @toonn opened pull request #68368 → nixos/toxvpn: Fix typo in option description → https://git.io/JeqVe
<__monty__> clever: You might be interested in those two PRs ^, you're a maintainer, right?
<clever> probably
<{^_^}> [nixpkgs] @cleverca22 merged pull request #68368 → nixos/toxvpn: Fix typo in option description → https://git.io/JeqVe
<{^_^}> [nixpkgs] @cleverca22 pushed 2 commits to master: https://git.io/JeqVJ
o1lo01ol1o has quit [Remote host closed the connection]
evanjs- has quit [Quit: ZNC 1.7.4 - https://znc.in]
<hpfr[m]> I don’t see why disabling the penultimate tweaks breaks my local config though, 50-local was still there
evanjs- has joined #nixos
dermetfan has quit [Ping timeout: 246 seconds]
dermetfan has joined #nixos
<sphalerite> clever: you're familiar with nix's codebase, right? Maybe you could also review #68193
<{^_^}> https://github.com/NixOS/nixpkgs/pull/68193 (by chkno, 3 days ago, open): nixos-option C++ rewrite with --all
evanjs- has quit [Client Quit]
evanjs- has joined #nixos
evanjs has quit [Killed (barjavel.freenode.net (Nickname regained by services))]
evanjs- is now known as evanjs
evanjs- has joined #nixos
<worldofpeace> hpfr: if your config changed defaults it's more likely https://github.com/NixOS/nixpkgs/commit/b31c7e527e1c1495e554ca453e129c310f6dd210#diff-376672cba12c87d4103e6134632e306f. otherwise I'd look if there's any jarring differences between penultimate and fontconfig module for using local configs
justanotheruser has quit [Ping timeout: 250 seconds]
o1lo01ol1o has joined #nixos
Myhlamaeus1 has joined #nixos
ambro718 has joined #nixos
<clever> sphalerite: pretty big pr, but overall, it does look good
<{^_^}> [nixpkgs] @tazjin opened pull request #68369 → kontemplate: 1.7.0 -> 1.8.0 → https://git.io/JeqVY
<{^_^}> [nixpkgs] @adisbladis merged pull request #68363 → nixos/xterm: stateVersion disable by default → https://git.io/Jeq2c
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/JeqV3
o1lo01ol1o has quit [Ping timeout: 245 seconds]
eylusion has joined #nixos
Neo-- has quit [Ping timeout: 264 seconds]
<eylusion> this is all very much out of my wheelhouse, and I hate to ask a stupid question, but the minecraft launcher requires libstdc++.so.6, and I'm having difficulty getting that added to this system, is there an easy way to do that?
fendor has quit [Ping timeout: 268 seconds]
o1lo01ol1o has joined #nixos
alex`` has quit [Ping timeout: 244 seconds]
<Ilya_G> Folks I keep getting this error while building a qcow2 image using nixos-generate:
<Ilya_G> building '/nix/store/kvsn54hlnn0y5i1jfvr9slh0d057qyc1-closure-info.drv'...
<Ilya_G> error: a 'x86_64-linux' with features {kvm} is required to build '/nix/store/02vqmq7lknz31gc5yx22qnvlfdzmx1pf-nixos-disk-image.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, nixos-test}
<clever> > "${gcc.cc.lib}/lib/"
<{^_^}> "/nix/store/najvrr9mppdrgjh529l79w8px36wn58z-gcc-8.3.0-lib/lib/"
<clever> eylusion: its in here
<clever> Ilya_G: does /dev/kvm exist?
alex`` has joined #nixos
<Ilya_G> no, could you tell me what to do to remedy that?
szicari has quit [Ping timeout: 246 seconds]
<clever> Ilya_G: you probably need to enable virtualizating extensions in your bios
<eylusion> I guess I really don't know how to add that to the environment if that is the case
<clever> eylusion: it has to be added to the rpath of something with patchelf, check the nixpkgs manual
o1lo01ol1o has quit [Remote host closed the connection]
<Ilya_G> clever: I am running this in the docker, does it mean that I am SOL?
<eylusion> ya I saw some patchelf stuff online but I wasn't sure if I was going about it right, I appreciate your help, thank you so much
<Ilya_G> as in I am using nixos/nix docker to run it
<clever> Ilya_G: you would have to configure docker to map /dev/kvm into the container
szicari has joined #nixos
_ris has joined #nixos
<Ilya_G> @clever: what is the purpose of that? I genuenly don't know that.
<clever> Ilya_G: nix is trying to boot a vm using qemu, which needs /dev/kvm to make it run faster
<{^_^}> #68343 (by peterhoeg, 10 hours ago, open): nixos/podman: support configuring registries and policy
<drakonis> nice.
polman has quit [Ping timeout: 245 seconds]
<Ilya_G> clever: what type of resource would /dev/kvm point to
<clever> Ilya_G: a character device
<clever> crw-rw-rw- 1 root root 10, 232 Sep 7 03:35 /dev/kvm
<Ilya_G> clever: can I use mknod to do that?
justanotheruser has joined #nixos
<Ilya_G> (just searched it up)
<clever> Ilya_G: it should be created automatically when the kvm driver is loaded, modprobe kvm
polman has joined #nixos
<clever> along with kvm_amd or kvm_intel
<Ilya_G> so that error I posted earlier comes up due to the fact that when docker comes up the KVM driver is not loaded?
<clever> Ilya_G: the driver must be loaded on the host, and docker must be configured to expose kvm to the container
polman has quit [Ping timeout: 245 seconds]
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<{^_^}> [nixpkgs] @cleverca22 merged pull request #68367 → toxvpn: 2018-04-07 -> 2019-09-09 → https://git.io/Jeqap
<{^_^}> [nixpkgs] @cleverca22 pushed 2 commits to master: https://git.io/Jeqwf
boxdot has joined #nixos
boxdot has quit [Client Quit]
jgeerds has joined #nixos
<Ilya_G> clever: does it mean i need to enable QEMU host on my MacOS and then map /dev/kvm or there would actually be some sort of configuration in Dockerfile or docker-compose.yml?
<clever> Ilya_G: macos changes everything
<clever> Ilya_G: it wont work at all on a mac
<Ilya_G> doesn't it always LD
<clever> Ilya_G: technically, docker doesnt work on a mac, at all
<clever> Ilya_G: the package is running linux in a VM for you, and then using the linux docket!
<clever> docker*
<Ilya_G> I think we have a different definition of "work" :)
<clever> Ilya_G: but you cant use a vm in a vm, so qemu will never work for you
<clever> your only option is to get a real linux host, to run the build
<drakonis> nested vms needs specific hardware
<clever> or lie to nix about kvm support, and let the build performance suffer
<drakonis> needs to be supported actually
<drakonis> macs cant do it though
<Ilya_G> I don't terribly care about performance ATM I need it to just GSD
<clever> Ilya_G: one min
fusion809 has quit [Remote host closed the connection]
npmccallum has quit [Quit: npmccallum]
<clever> nix show-config | grep feature
<clever> system-features = benchmark big-parallel kvm nixos-test
<clever> 2019-09-09 14:55:57 < Ilya_G> error: a 'x86_64-linux' with features {kvm} is required to build '/nix/store/02vqmq7lknz31gc5yx22qnvlfdzmx1pf-nixos-disk-image.drv', but I am a 'x86_64-linux' with features {benchmark, big-parallel, nixos-test}
<clever> Ilya_G: edit /etc/nix/nix.conf to have the middle line i just pasted above
<clever> within the docker container
polman has joined #nixos
<clever> then it will think it has kvm support, and try the build
Ariakenom has quit [Remote host closed the connection]
npmccallum has joined #nixos
<clever> and the shell script its using will instead not use kvm, if /dev/kvm doesnt exist
<eylusion> clever: it appears all of the other ELF's within minecraft would need to be patched as well, such as the ones for the lightweight java game library and the such, should it be my assumption this is a rabbit hole I don't want to go down?
szicari has quit [Ping timeout: 252 seconds]
<clever> eylusion: you may want to look at the existing minecraft package in nixpkgs, and copy that
<clever> eylusion: this work has already been done 3 or 4 times
shibboleth has quit [Quit: shibboleth]
<sphalerite> clever: I meant more of a code review, if you have the time. I can tell it looks good overall already :p
<eylusion> clever: ya, I only asked because I was unable to get that derivation working.
<clever> sphalerite: i skimmed over it, and it looks good at a glance
<sphalerite> eylusion: or tried multimc? If your goal is just to be able to run minecraft :P
Chiliparrot has joined #nixos
ambro718 has quit [Ping timeout: 268 seconds]
<eylusion> sphalerite: thank you, I'll go check that reference :)
slavfox has quit [Remote host closed the connection]
cfricke has joined #nixos
<{^_^}> [nixpkgs] @NeQuissimus merged pull request #67111 → linux: 5.2-rc7 -> 5.3-rc8 → https://git.io/fjb8M
<{^_^}> [nixpkgs] @NeQuissimus pushed 4 commits to master: https://git.io/JeqwW
vika_nezrimaya has quit [Ping timeout: 245 seconds]
<{^_^}> [nixos-hardware] @kcalvinalvin closed pull request #113 → Added support for Google's Samus (aka Chromebook Pixel 2015) → https://git.io/fjXAb
npmccallum has quit [Quit: npmccallum]
<{^_^}> [nixpkgs] @d-goldin opened pull request #68370 → hadoop: fixing builds → https://git.io/Jeqw4
wildtrees has joined #nixos
<iqubic> so, I notices that nixpkgs has several packages that offer different X11 Mouse Cursors. Anyone know how to actually use those?
npmccallum has joined #nixos
wildtrees has quit [Max SendQ exceeded]
wildtrees has joined #nixos
user___ has quit [Ping timeout: 244 seconds]
<ivan> iqubic: if you have no desktop environment support for them, I think you can put something like this in ~/.Xresources:
<ivan> Xcursor.theme_core: 1
<ivan> Xcursor.size: 42
<ivan> Xcursor.theme: Vanilla-DMZ
<iqubic> Nice.
<{^_^}> [nixpkgs] @adisbladis opened pull request #68371 → nixos/xterm: Replace by xsession → https://git.io/Jeqwz
<ivan> `xrdb` can load in that file if you don't want to restart Xorg
<averell> after a recent (nixpkgs-master) update xmonad fails to start for me with "connectSession: DBUS_SESSION_BUS_ADDRESS is missing or invalid.". Anyone have any ideas what changed/broke?
<iqubic> How would I go about finding the name of the theme that each pacakge provides?
<eylusion> sphalerite: that black magic sorcery worked like a charm, thank you
Zer0xp has quit [Ping timeout: 252 seconds]
<ivan> iqubic: I don't know, I would recommend playing with cursor themes in xfce4 or plasma5
alex`` has quit [Ping timeout: 268 seconds]
<iqubic> I don't have either of those installed right now.
<iqubic> I use EXWM.
hoijui has quit [Ping timeout: 245 seconds]
<ivan> iqubic: looking at the path /nix/store/k3kj15bzf9xi2capvc325p6kk22zd85y-vanilla-dmz-0.4.4/share/icons/Vanilla-DMZ I suspect the .theme: refers to that directory name after icons/
<ivan> sometimes it's also apparent in the nixpkgs source for that package
alex``` has joined #nixos
ddellacosta has joined #nixos
<symphorien> You can use xfce with i3 so maybe it works with exwm as well, iqubic
<iqubic> It does
DariusTheMed has joined #nixos
parseval has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lopsided98 has quit [Quit: Disconnected]
lopsided98 has joined #nixos
dasj19 has quit [Quit: dasj19]
<judson_> I just ran across this construction and I don't know how to feel about it: {...}
<judson_> Rather: don't know what it means
emptyfl4sk has quit [Ping timeout: 244 seconds]
lopsided98 has quit [Client Quit]
ddellacosta has quit [Ping timeout: 245 seconds]
selfsymmetric-mu has joined #nixos
lopsided98 has joined #nixos
<judson_> Oh, it's a function argument. "I need a set here, but I don't care about it"
<judson_> Thanks everyone!
<judson_> everyone++
<srhb> judson_: Specifically it's an "argset"
szicari has joined #nixos
ddellacosta has joined #nixos
<srhb> judson_: Or a function argument that's an attrset -- in this case one that can have any or no keys in it.
zupo_ has joined #nixos
<srhb> Funny names for funny things..
<judson_> "argset" does not appear in the Nix manual.
<srhb> Does it not?
<srhb> Maybe it went out of fashion :-P
<srhb> Could swear it used to be a thing though..
<judson_> I'm used to {x, y, ...}, but somehow {...} didn't register
<srhb> Oh, I see it's just called an "argument set"
<srhb> Maybe I made up argset.
<srhb> Sorry :-)
<srhb> judson_: Ah!
vesper11 has quit [Ping timeout: 245 seconds]
<judson_> And in this case, the function is foo: {...}:
eylusion has quit [Quit: leaving]
wildtrees_ has joined #nixos
wildtrees_ has quit [Max SendQ exceeded]
alex```` has joined #nixos
wildtrees has quit [Ping timeout: 244 seconds]
wildtrees_ has joined #nixos
Ariakenom has joined #nixos
alex``` has quit [Ping timeout: 244 seconds]
o1lo01ol1o has joined #nixos
gxt has joined #nixos
orivej has quit [Ping timeout: 244 seconds]
civodul has joined #nixos
casaca has quit [Ping timeout: 258 seconds]
casaca has joined #nixos
<{^_^}> [nixpkgs] @obadz opened pull request #68372 → citrix-receiver: decomission in favor of citrix-workspace. → https://git.io/JeqrV
knupfer has joined #nixos
endformationage has quit [Ping timeout: 268 seconds]
alex`` has joined #nixos
dermetfan has quit [Quit: WeeChat 2.5]
dermetfan has joined #nixos
alex```` has quit [Ping timeout: 244 seconds]
mexisme has joined #nixos
andi- has quit [Quit: WeeChat 2.6]
andi- has joined #nixos
dasj19 has joined #nixos
mexisme has quit [Ping timeout: 276 seconds]
<{^_^}> [hydra] @twhitehead opened pull request #677 → Javascript libraries update → https://git.io/JeqrH
npmccallum has quit [Quit: npmccallum]
qqlq has quit [Quit: ZNC 1.7.4 - https://znc.in]
<{^_^}> [nixpkgs] @adisbladis merged pull request #68369 → kontemplate: 1.7.0 -> 1.8.0 → https://git.io/JeqVY
<{^_^}> [nixpkgs] @adisbladis pushed 2 commits to master: https://git.io/Jeqr5
<{^_^}> [nixpkgs] @nikitavoloboev opened pull request #68373 → wifi-password: init at 0.1.0 → https://git.io/Jeqrd
andi- has quit [Remote host closed the connection]
alex`` has quit [Quit: WeeChat 2.5]
alex`` has joined #nixos
syd has joined #nixos
<syd> Hi peeps
alex``` has joined #nixos
<syd> I am feeling really stupid about something little that I want to configure
vesper11 has joined #nixos
<__monty__> ,ask syd
<{^_^}> syd: Just ask your question. It's the best way to know if anybody can help. Or look at other ways of getting in touch with the Nix community here: https://nixos.wiki/wiki/Get_In_Touch
<syd> I'm trying to configure a custom 'git' package such that it uses my config file
<syd> but even if I don't configure anything special and just use `writeScriptBin`, `git status` exits with exit code 1
<syd> let me show you my code
emptyfl4sk has joined #nixos
andi- has joined #nixos
<{^_^}> [nixpkgs] @hrdinka pushed 0 commits to mast: https://git.io/Jeqrx
<{^_^}> [nixpkgs] @jtojnar opened pull request #68374 → liblouis: 3.10.0 → 3.11.0 → https://git.io/Jeqrh
<{^_^}> [nixpkgs] @hrdinka pushed 0 commits to mast: https://git.io/Jeqrj
<averell> you didn't pass on any arguments
<syd> do I have to do that with `exec`
alex`` has quit [Ping timeout: 268 seconds]
<averell> also, that is not the usual way, making a wrapper for the bin
<syd> ?
<averell> yes. you just exec git, without any args.
<syd> oh
<syd> ok so what's the usual way to do that?
<averell> most people would use home-manager or something similar
<syd> I specifically want to stay away from home manager in this case :)
<averell> maybe just an env var in the system config. not sure how git can pick up conf locations
<syd> I know how that part works
wfranzini has joined #nixos
<syd> just had this silly error of not adding `$@` to the endi
<syd> thanks for the help!
<averell> sure
<syd> also, I see `trace: warning: types.string is deprecated because it quietly concatenates strings` but it doesn't tell me what to use instead
<syd> what should I use instead?
endformationage has joined #nixos
<manveru> syd: depends on what you want...
<averell> i think it might not be related, but rather because of a recent merge of https://github.com/NixOS/nixpkgs/pull/66346 ?
<{^_^}> #66346 (by Infinisil, 4 weeks ago, merged): Properly deprecate types.string
<alex```> can't update nix because nar
<alex```> but networking slow
<alex```> can I download it manually?
<alex```> and put in the dir?
<syd> manveru: that's what I needed, thanks!
fendor has joined #nixos
<averell> you could try a new cache, https://discourse.nixos.org/t/improvements-to-cache-nixos-org-help-test-the-new-config/3620 but yes there is also nix-prefetch-url or something like that i think
<aw> Hi. Anyone tried doing »cryptsetup luksFormat ...« with nixos-unstable?
<ivan> aw: I have used it
emptyfl4sk has quit [Ping timeout: 245 seconds]
orivej has joined #nixos
<aw> ivan: And I succeeded? I always get $? = 1 and »Command failed with code -1 (wrong or missing parameters).«
<alex```> averell: i can't fetch nar manually?
<ivan> aw: what did you run?
<{^_^}> [nixpkgs] @alyssais merged pull request #64310 → kakounePlugins.kak-ansi: init at 0.2.1 → https://git.io/fj6aw
<{^_^}> [nixpkgs] @alyssais pushed commit from @eraserhd to master « kakounePlugins.kak-ansi: init at 0.2.1 »: https://git.io/Jeqon
<alex```> nixos-rebuild switch --upgrade --keep-going --fallback
<aw> ivan: cryptsetup -vvvvv luksFormat -c aes-xts-plain64:sha256 -h sha256 -s 512 /dev/sdb
<aw> This perfectly works with my last 19.03 generation. Now I'm wondering whether it's some regression with 19.09 or has to do with cryptsetup 2.0 vs. 2.1…
<ivan> try without that :sha256?
<aw> Ah.
<aw> Oh.
<aw> Works.
<aw> Ah, new header format. I see…
<aw> So I'll have an educational look into the cryptsetup changelog, I guess.
<aw> ivan: Thanks!
<alex```> averell: how to change the default substituter?
fendor has quit [Ping timeout: 246 seconds]
<averell> alex```: you can add a manually fetched file with nix-prefetch-url
<alex```> what does it do?
fendor has joined #nixos
<averell> add it to your local store
emptyfl4sk has joined #nixos
<alex```> but when updating
<alex```> nixos-rebuild switch --upgrade --keep-going --fallback
<averell> yes, or just the file name if you already downloaded it
<alex```> it fetch another..
<averell> it's not the same file
<averell> also you can add --option substituters to your rebuild, i think, if you want to try the other cache
<alex```> I have do do that for each dl I'm seeing waiting in the log?
<averell> well, either you add them manually or they get fetched automatically, yeah. maybe you should debug what is wrong with your network, if manual download works.
<alex```> I don't follow
<{^_^}> [nixpkgs] @lsix opened pull request #68375 → qgis: 3.8.0 -> 3.8.2 → https://git.io/Jeqo4
<alex```> --option substituers
<Yaniel> was there some shorthand for appending multiple paths to LD_LIBRARY_PATH in wrapProgram?
<Yaniel> or do I just have to repeat --suffix ad nauseam
<averell> you could join with concatStringSep :)
<Yaniel> does that work with variables
<Yaniel> I need to add stuff from $out, from a dependency and /run/opengl-driver/lib
Chiliparrot has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
psyanticy has quit [Quit: Connection closed for inactivity]
zupo_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<alex```> averell: what is --option?
<alex```> how to use it
<averell> maybe you can get at it with placeholder "out", but i don't know enough or if that's still a good idea
<alex```> I don't find in man nixos-rebuild
zupo has joined #nixos
<averell> alex```: it's a nix option, nixos-rebuild doesn't mention all of those explicitly, they only get passed through.
<alex```> nixos-rebuild --option https://aseipp-nix-cache.global.ssl.fastly.net ?
shibboleth has joined #nixos
<symphorien> Yaniel: the nix equivalent to bash's $out is (placeholder "out")
<codedmart> How do others solve issues with npm for work projects. For instance we use npm for a number of packages. One package for instance `purescript` failed to install with npm on nixos. I am the only dev using nixos. Do you use node2nix for these cases?
syd has quit [Remote host closed the connection]
<averell> alex```: subtituters is missing, but otherwise yes, try it
<Yaniel> in my experience placeholders are not available in nixpkgs yet
<Yaniel> anyway this is in a bash script
<Yaniel> (preFixup)
<{^_^}> [nixpkgs] @worldofpeace pushed to master « fwupd: add setuptools for python »: https://git.io/Jeqo0
cfricke has quit [Quit: WeeChat 2.6]
<symphorien> codedmart: it seems that purescript is in nixpkgs
<symphorien> Yaniel: they are now, I think
<codedmart> symphorien: It is and I have it installed. But my work defines it in a package.json for npm so we all have the same version.
<codedmart> So I can't remove it from the package.json since others rely on that.
<codedmart> I am just trying to figure out workflows around these issues.
alex``` has quit [Quit: WeeChat 2.5]
<symphorien> What about --suffix LD_LIBRARY_PATH : "$out/lib:/run/opengl-driver/lib:${some_dep}/lib"
<{^_^}> [nixpkgs] @worldofpeace pushed to release-19.09 « fwupd: add setuptools for python »: https://git.io/Jeqoa
dasj19 has quit [Quit: dasj19]
<symphorien> Yaniel: ^
waleee-cl has quit [Quit: Connection closed for inactivity]
o1lo01ol1o has quit [Remote host closed the connection]
o1lo01ol1o has joined #nixos
inkbottle has joined #nixos
<{^_^}> [nixpkgs] @wildsebastian opened pull request #68376 → melpaPackages.elpy: bugfix → https://git.io/Jeqo1
DariusTheMed has quit [Ping timeout: 245 seconds]
syd has joined #nixos
<syd> I'm trying to set some shell aliases, but first I want to remove the ones that are set by default
<syd> I tried `environment.shellAliases = {}` but that doesn't do it.
fendor_ has joined #nixos
zupo has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #68377 → iasl: drop uneeded patch → https://git.io/JeqoM
Ariakenom has quit [Quit: Leaving]
<Yaniel> AAAAAAAA
<Yaniel> 1 little bug on the wall, take it down and smash it flat, 2 little bugs on the wall
o1lo01ol1o has quit [Remote host closed the connection]
<Yaniel> whatever broke qt platform plugins *this* time
<ivan> syd: lib.mkForce {}
<ivan> actually I don't know if that works, I do
<ivan> ls = null;
<ivan> l = null;
<ivan> environment.shellAliases = {
<ivan> ll = null;
kp__ has joined #nixos
<syd> well, zsh has many more aliases preconfigured
<syd> and mkForce doesn't seem to work
FRidh2 has quit [Quit: Konversation terminated!]
<ivan> huh, what else is aliased
o1lo01ol1o has joined #nixos
<ivan> I don't think those are from nixos
<syd> how do I find that out?!
<ivan> see what your ~/.zshrc is doing?
<{^_^}> [nixpkgs] @flokli opened pull request #68378 → Multiple buildkite agent support → https://git.io/Jeqo5
<syd> it's empty
<{^_^}> [nixpkgs] @flokli closed pull request #59358 → Multiple buildkite agent support → https://git.io/fjmvM
<syd> maybe oh my zsh is doing something
<syd> all empty
<{^_^}> [nixpkgs] @worldofpeace pushed to master « gnome3.epiphany: fix build »: https://git.io/JeqoF
orivej has quit [Read error: Connection reset by peer]
<{^_^}> [nixpkgs] @worldofpeace pushed to release-19.09 « gnome3.epiphany: fix build »: https://git.io/JeqoA
<Yaniel> no renderdoc today then, I guess
orivej has joined #nixos
<averell> definitely oh-my-zsh aliases
<syd> I can't find them though
<syd> I managed to empty the bash aliases
ng0 has quit [Quit: Alexa, when is the end of world?]
<averell> did you check all of zprofile zshrc zshenv in home and /etc?
<{^_^}> [nixpkgs] @jonringer opened pull request #68379 → rappel: unstable-2019-07-08 -> unstable-2019-09-09 → https://git.io/JeqKT
allan has left #nixos [#nixos]
laika___ has quit [Remote host closed the connection]
<fendor_> what do I do, when my disk is full and I can no longer run nix-collect-garbage?
<Yaniel> ahh, for once there is at least documentation for how to fix things
fionnan has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace opened pull request #68380 → kexectools: fix build on i686 → https://git.io/JeqKY
<{^_^}> [nixpkgs] @flokli opened pull request #68381 → oracle-instantclient: 18.1.0.0.0 -> 19.3.0.0.0 (x86_64-darwin) → https://git.io/JeqKG
<clever> fendor_: `nix-collect-garbage --max-freed 1M` can sometimes work
<clever> fendor_: if not, you need to manually delete something non-nix first, then follow up with a small --max-freed
<fendor_> clever, well, almost everything is nix on this vm.
<clever> fendor_: try the --max-freed first?
<fendor_> what happens if I delete the *.tar.gz files in /nix/store?
aristid has quit [Quit: WeeChat 2.5]
<clever> fendor_: try `nix-store --delete /nix/store/foo.tar.gz` ?
<fendor_> `nix-collect-garbage --max-freed 1M` did not work
<averell> maybe you can vacuum your journal or other logs for some space
<fendor_> `nix-store --delete /nix/store/foo.tar.gz` neither, can not write to sqlite.db
<rawtaz> fendor_: have you restarted the system? might give some bytes
<clever> fendor_: manually delete the tar with plain rm, then do --delete also
<fendor_> went the hard way and deleted *.tar.gz. Now it seems to work
<fendor_> now I have space, thanks!
aristid has joined #nixos
<fendor_> what can break if I delete them?
<fendor_> rawtaz, it is a vm that I can not start by myself
<clever> fendor_: nix will think the files exist, when they dont, `nix-store --verify` will test for damage
schjetne has quit [Quit: No Ping reply in 180 seconds.]
<rawtaz> fendor_: `shutdown -r now`?
<clever> rawtaz: in some cases, a machine cant boot while out of space, so id prefer fixing it without a reboot
<fendor_> clever, I think it found all the problems
schjetne has joined #nixos
<fendor_> everything seems fine now, thank you a lot!
<fendor_> rawtaz, does that reboot even when it is a vm?
zupo has joined #nixos
casaca has quit [Remote host closed the connection]
casaca has joined #nixos
cyris212 has quit [Quit: ZNC 1.7.3 - https://znc.in]
<codedmart> I could really use some pointers as to how I can use my works setups within nixos? We have a mono repo with various npm dependecies depending on folder. So we just use npm install now. I am the only one trying to use nixos so I can't really change the workflow for others.
ixxie has quit [Ping timeout: 244 seconds]
joshuagl has quit [Quit: Textual IRC Client: www.textualapp.com]
casaca has quit [Quit: leaving]
mexisme has joined #nixos
<rawtaz> fendor_: why wouldnt it?
<rawtaz> clever: understood
<codedmart> How do others deal with this type of situation commonly with nixos?
<fendor_> rawtaz, dunno. I am asking :)
<rawtaz> fendor_: i have never met a VM that is reluctant to reboot because it's a VM :P
drakonis has quit [Ping timeout: 245 seconds]
<rawtaz> it's a computer like everything else, as far as it's concerned
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
o1lo01ol1o has quit [Remote host closed the connection]
<clever> rawtaz: i have some qemu setups configured to exit when you try to reboot, and then rollback the entire disk
o1lo01ol1o has joined #nixos
wfranzini has quit [Remote host closed the connection]
wfranzini has joined #nixos
simpson has left #nixos ["WeeChat 1.0.1"]
evanjs has joined #nixos
<fendor_> rawtaz, i see. Thanks, I have to try it!
<rawtaz> clever: how destructive!
<ivegotasthma> I <3 nixos
<clever> rawtaz: i call it reproducible!
<clever> rawtaz: who needs state? :D
<rawtaz> hehe
<syd> I figured out the reason that there are these aliases in my oh my zslh config
<syd> I found that it's defined in `lib/directories.zsh`.
<syd> so I figured I'd override the package and remove that file
<syd> but somehow I can't remove the file from both $src and $out
<syd> because of permissions
<syd> but how can the file be copied if I'm not allowed to delete it
<syd> isn't that both because of write access?
<syd> wuut
knupfer has quit [Ping timeout: 264 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fendor_ has quit [Remote host closed the connection]
fendor_ has joined #nixos
<clever> syd: $src will always be read-only, and by default, cp preserves permissions, so you need to `chmod -R +w` the dest after you copy
<{^_^}> [nixpkgs] @d-goldin opened pull request #68382 → openjdk8: replacing jre symlinking with copy → https://git.io/JeqKF
shibboleth has quit [Quit: shibboleth]
<{^_^}> [nixpkgs] @svanderburg pushed 5 commits to master: https://git.io/JeqKN
<{^_^}> [nixpkgs] @svanderburg pushed 5 commits to release-19.09: https://git.io/JeqKA
oida has joined #nixos
knupfer has joined #nixos
<syd> facepalm
<syd> I can just make the out writable yes
<syd> thanks :P
<{^_^}> [nixpkgs] @svanderburg pushed 5 commits to release-19.03: https://git.io/Jeq6v
fendor_ has quit [Ping timeout: 245 seconds]
Okinan has joined #nixos
<{^_^}> [nixos-homepage] @svanderburg opened pull request #303 → Update Disnix version to 0.9 → https://git.io/Jeq6T
jgeerds has quit [Ping timeout: 246 seconds]
fresheyeball has joined #nixos
<fresheyeball> so I am using nix-diff to find src polution
<fresheyeball> and have paired it down pretty well
<fresheyeball> but I don't know what to make of this
<fresheyeball> the code on both machines is at the same git hash
<fresheyeball> what does "The environments do not match:" really mean?
<fresheyeball> I think it things env vars are different
<fresheyeball> but they are not
asymptotically has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @matthewbauer pushed to master « Revert "busybox: fix static builds" »: https://git.io/Jeq6k
<fresheyeball> oh hmmm
syd has quit [Remote host closed the connection]
<fresheyeball> it would appear that lib.inNixShell is different and causing this
<fresheyeball> but I am using nix-instantiate in both cases
<{^_^}> [nixpkgs] @nyanloutre opened pull request #68385 → electron-cash: 4.0.7 -> 4.0.10 → https://git.io/Jeq6Z
<clever> fresheyeball: i try to avoid lib.inNixShell, it causes things to behave in weird and unexpected ways
o1lo01ol1o has quit [Remote host closed the connection]
<clever> fresheyeball: for example, nix-build, ran inside a nix-shell, will use the shell based exprs
<fresheyeball> clever: weird
<fresheyeball> using the techniques you showed me eariler I was able to get my projects to be cache hits almost every single time
kp__ has quit [Quit: WeeChat 2.5]
<{^_^}> [nixpkgs] @nyanloutre opened pull request #68386 → kmail: add akonadi to propagated user env → https://git.io/Jeq6W
ng0 has joined #nixos
jlv has joined #nixos
<jlv> If I wanted to add a new vim plugin to nixpkgs, how would I go about actually using that plugin on my system? I see the instructions for adding a plugin and making a pull request here: https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/vim.section.md#adding-new-plugins-to-nixpkgs, but I'm not sure of the logistics to actually use
<jlv> it without waiting for it to be merged or adding a new nix-channel. I think there is something I can do with overlays maybe? But it's not very clear to me.
fendor_ has joined #nixos
fendor has quit [Ping timeout: 246 seconds]
<alexarice[m]> jlv: I like to use an overlay in that sort of situation
drakonis has joined #nixos
fresheyeball has quit [Quit: WeeChat 2.4]
<jlv> alexarice[m]: is there a quick tutorial you could recommend? I understand the theory of overlays, but I'm not sure how to use one in practice. Right now, I have a directory with my local copy of the nixpkgs repo, where I do my work on nixpkgs and make pull requests. I have another directory with my local configuration, where I do my system
<jlv> configuration and run a simple script to copy things into place and activate the new configuration. I'm just now sure how to put these two together so I can get my changes from nixpkgs into an overlay and in my configuration.
<jlv> *not sure
fendor_ has quit [Ping timeout: 244 seconds]
mkaito_ has quit [Ping timeout: 245 seconds]
<alexarice[m]> I'll find you what I have done
<alexarice[m]> I don't know of a tutorial
laika___ has joined #nixos
hmpffff has quit [Quit: nchrrrr…]
Ilya_G has quit [Remote host closed the connection]
Ilya_G has joined #nixos
Myhlamaeus1 has quit [Read error: Connection reset by peer]
mkaito_ has joined #nixos
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
<alexarice[m]> I should really split up my dotfiles
<alexarice[m]> they are such a mess
Ilya_G has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @d-goldin opened pull request #68387 → libressl: fixing nc for version>=2.9 → https://git.io/Jeq6D
growpotkin has joined #nixos
<jlv> alexarice: That helps. Right now, I have each of my additions to nixpkgs in a different branch. It looks like, if I added an overlay like you, I would need a separate directory for each branch, which could get big, given the size of nixpkgs.
orbekk has quit [Quit: WeeChat 2.4]
orbekk has joined #nixos
<alexarice[m]> jlv: yeah it is a pain
<alexarice[m]> I have a tonne of copies of nixpkgs on my laptop
<alexarice[m]> you could cherry pick them into one branch
<alexarice[m]> or import them from url instead of locally
<alexarice[m]> best thing about getting stuff merged tbh
knupfer has quit [Ping timeout: 264 seconds]
<{^_^}> Channel nixpkgs-19.03-darwin advanced to https://github.com/NixOS/nixpkgs/commit/ac82b1216ca (from 62 minutes ago, history: https://channels.nix.gsc.io/nixpkgs-19.03-darwin)
<jlv> alexarice[m]: How would I import just the package I want to add in an overlay from url? Grabbing the whole nixpkgs from url seems very inefficient.
<alexarice[m]> I'm not sure you can
<alexarice[m]> You could also just copy the file you have added from each branch and call it with `pkgs.callPackage` in your configuration
<jlv> Hmm, sounds like a merged branch is the best option then, like a my-master branch.
<jlv> I was actually trying something like that (`pkgs.callPackage`) but vimPlugins has some weird requirements
<alexarice[m]> the other problem is that when they get behind master you have a load of extra dependencies on your system
erasmas has quit [Quit: leaving]
<alexarice[m]> ah vim plugins could be more difficult
<alexarice[m]> I am not sure about that
<{^_^}> [nixpkgs] @zimbatm merged pull request #68373 → wifi-password: init at 0.1.0 → https://git.io/Jeqrd
<{^_^}> [nixpkgs] @zimbatm pushed commit from @nikitavoloboev to master « wifi-password: init at 0.1.0 (#68373) »: https://git.io/Jeq6p
<jlv> It seems like this is still an unsolved problem with nixos. Is there any more work being done to make this easier?
jtojnar has quit [Quit: jtojnar]
<alexarice[m]> I think flakes help to address this problem
<alexarice[m]> maybe not with vim plugins
<alexarice[m]> I know little about vim
jtojnar has joined #nixos
<alexarice[m]> I don't see why something similar to `callPackage` wouldn't work though
<jlv> Right now, I have a vim plugin packaged based on the generated.nix for vimPlugins. I am getting that it cannot find 'deoplete.base' (it's a deoplete plugin). I'm not sure if the problem is my .nix expression, or something else. The plugin looks simple enough and similar enough to existing plugins that I suspect my .nix expression is wrong.
drakonis has quit [Ping timeout: 246 seconds]
<{^_^}> [nixpkgs] @jtojnar merged pull request #68303 → tippecanoe: init at 1.34.3 → https://git.io/JeetY
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to master: https://git.io/JeqiT
<{^_^}> [nixpkgs] @jtojnar merged pull request #43150 → doc: add GNOME → https://git.io/fNvVZ
<{^_^}> [nixpkgs] @jtojnar pushed 4 commits to master: https://git.io/Jeqiq
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/aecb0df5b89 (from 5 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
schjetne has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @alyssais opened pull request #68388 → appleseed: fix build → https://git.io/JeqiG
growpotkin has quit [Read error: Connection reset by peer]
Ilya_G has joined #nixos
growpotkin has joined #nixos
dermetfan has quit [Ping timeout: 244 seconds]
__monty__ has quit [Quit: leaving]
growpotk- has joined #nixos
syd has joined #nixos
<syd> I have a _really_ strange problem
<syd> git commit -m "a b c"error: pathspec 'b' did not match any file(s) known to giterror: pathspec 'c' did not match any file(s) known to git
<syd> somehow quotes don't work anymore in my shell
<syd> aha, it's because I used `$@` instead of `"$@"` :facepalm
<{^_^}> Channel nixos-19.09-small advanced to https://github.com/NixOS/nixpkgs/commit/530d185e9e9 (from 3 hours ago, history: https://channels.nix.gsc.io/nixos-19.09-small)
<infinisil> Gotta love bash shenanigans
emptyfl4sk has quit [Ping timeout: 268 seconds]
syd has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jtojnar opened pull request #68389 → zbar: clean up → https://git.io/Jeqiz
<judson_> I'm trying to build a module that extends an existing one, so I want to pass a lot of my config through to it.
<{^_^}> [nixpkgs] @jtojnar merged pull request #68374 → liblouis: 3.10.0 → 3.11.0 → https://git.io/Jeqrh
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to master: https://git.io/Jeqig
<judson_> taskserverAcme = (lib.traceVal (builtins.removeAttrs opts.services.taskserver ["enable" "pki"])
<{^_^}> [nixpkgs] @jtojnar merged pull request #68257 → gmic & gmic-qt: update & clean-up → https://git.io/fjj59
<{^_^}> [nixpkgs] @jtojnar pushed 7 commits to master: https://git.io/Jeqi2
<judson_> Breaks with The option `taskserverAcme.extraConfig' is used but not defined.
<judson_> Is there a better idiom for this?
xkapastel has joined #nixos
philr has joined #nixos
hexa- has quit [Quit: WeeChat 2.5]
hexa- has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #68390 → nixos/gnome3: add gnome-shell xdg portal → https://git.io/Jeqi6
mbrgm_ has joined #nixos
mbrgm has quit [Ping timeout: 258 seconds]
mbrgm_ is now known as mbrgm
emptyflask has joined #nixos
ng0 has quit [Quit: Alexa, when is the end of world?]
MightyJoe has quit [Ping timeout: 246 seconds]
cyraxjoe has joined #nixos
wildtrees_ has quit [Quit: Leaving]
Rusty1 has joined #nixos
<{^_^}> Channel nixos-19.03-small advanced to https://github.com/NixOS/nixpkgs/commit/ac82b1216ca (from 2 hours ago, history: https://channels.nix.gsc.io/nixos-19.03-small)
<{^_^}> [nixpkgs] @matthewbauer merged pull request #67870 → remind: Improve usage on macOS and Windows → https://git.io/fjpsJ
<{^_^}> [nixpkgs] @matthewbauer pushed commit from @sorbits to master « Patch remind source to work on macOS (#67870) »: https://git.io/JeqiD
Ilya_G has quit [Ping timeout: 276 seconds]
mexisme has quit [Ping timeout: 245 seconds]