worldofpeace changed the topic of #nixos to: NixOS stable: 19.09 \o/ https://discourse.nixos.org/t/nixos-19-09-release/4306/2 || https://nixos.org || Latest NixOS: https://nixos.org/nixos/download.html || Latest Nix: https://nixos.org/nix/download.html || Logs: https://logs.nix.samueldr.com/nixos/ || #nixos-dev, #nix-darwin, #nixos-aarch64, #nixos-chat, #nixcon ... nixcon videos: https://tinyurl.com/nixcon2018 || For best support,
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer reopened pull request #43300 → [wip] haskell: add core libraries logic to remove need for global package db → https://git.io/fNTR7
toppler has joined #nixos
drakonis1 has quit [Ping timeout: 250 seconds]
jlv has quit [Remote host closed the connection]
<lordcirth_> Trying to figure out how to create a 'services.foo.enable' for a package... I found the existing ones in nixpkgs/nixos/modules/services, but I am finding them difficult to follow
dsx has quit [Quit: dsx]
<infinisil> lordcirth_: For a nixpkgs PR?
<lordcirth_> infinisil, hopefully, yes
<infinisil> Or for yourself
wildtrees has quit [Quit: Leaving]
<infinisil> Basically it's just creating your module file with a structure `{ lib, config, ... }: { options.services.foo = { enable = lib.mkEnableOption "foo"; ... }; config = mkIf config.enable { ... }; }`
<infinisil> lordcirth_: Where the last ... indicates the thing that should be set when it's enabled
<lordcirth_> I'm looking for where they define a systemd service file, but it seems that's hidden below some layers?
<infinisil> Systemd services are defined with `systemd.services.foo = ...`
Guanin has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #71174 → Spidermonkey 60 bump → https://git.io/Je8D5
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to staging: https://git.io/JeB8o
<lordcirth_> Hmm ok, thanks. I will grep for examples
<infinisil> Cool
jluttine has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @risicle opened pull request #71370 → rsyslog: add patch for CVE-2019-17040 → https://git.io/JeB8i
t58_ has joined #nixos
abathur has joined #nixos
jluttine has joined #nixos
t58 has quit [Ping timeout: 246 seconds]
toppler has quit [Ping timeout: 240 seconds]
<evils> i added doCheck = true; to krita's default.nix, it fails with "libkritaSuchAnd.so cannot open shared object file: No such file or directory" the shared objects are in /nix/store/[hash]-krita-version/lib though, any suggestions?
isHavvy has joined #nixos
kri404 has joined #nixos
kri404 has quit [Remote host closed the connection]
Havvy has quit [Ping timeout: 240 seconds]
travelion7 has quit [Remote host closed the connection]
<clever> evils: is that library in DT_NEEDED, or being opened with dlopen?
isHavvyGhosting has joined #nixos
<evils> clever: i don't even know what that means, i just incidentally built krita and saw it didn't have a doCheck
isHavvy has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
<clever> evils: you can use readelf to dump the elf headers, one of them is DT_NEEDED
jluttine has quit [Ping timeout: 276 seconds]
strobelight has quit [Ping timeout: 250 seconds]
locallycompact has quit [Remote host closed the connection]
<clever> evils: ldd will also list those
locallycompact has joined #nixos
<{^_^}> [nixpkgs] @peti pushed to haskell-updates « hackage-packages.nix: automatic Haskell package set update »: https://git.io/JeB8N
alexherbo20 has quit [Quit: The Lounge - https://thelounge.chat]
<evils> damn krita xD `krita` is a shell wrapper for a shell wrapper for the binary
isHavvyGhosting has quit [Read error: Connection reset by peer]
<clever> evils: heh, that sometimes happen with wrapProgram
<evils> clever: readelf -h?
Havvy has joined #nixos
<evils> clever: with ldd i get a bunch of stuff like; libkritaflake.so.18 => /nix/store/cgnqxmv51r53964j77dzkxzm6dkgsxqq-krita-4.2.7.1/lib/libkritaflake.so.18 (0x00007fb751ae0000)
acarrico has joined #nixos
<clever> evils: try checkInstall = true; ?
<clever> evils: ah no, its doInstallCheck = true;
lunik1 has quit [Quit: :x]
<evils> clever: i'll give that a go when this compile finishes so i got a full log of the failure :P
<evils> what difference would that make?
lunik1 has joined #nixos
drakonis has quit [Quit: WeeChat 2.6]
Havvy has quit [Ping timeout: 240 seconds]
noudle has quit []
Havvy has joined #nixos
<{^_^}> [nixpkgs] @tomberek opened pull request #71371 → grpcio: 1.23.0 -> 1.24.2 → https://git.io/JeB4v
<evils> clever: doInstallCheck instead of doCheck?
drakonis has joined #nixos
<clever> evils: yep
t58_ has quit [Quit: Leaving]
<evils> see ya in ~15m xD
Lilly has joined #nixos
<lordcirth_> infinisil, I think I'm making progress - what's the easiest way to test the service definition I wrote? I tested the package with nix-build -A, but this is a service...
<clever> lordcirth_: you can just add the module for it to the imports in configuration.nix
drakonis_ has quit [Ping timeout: 246 seconds]
toppler has quit [Ping timeout: 240 seconds]
<lordcirth_> clever, ooh, ok
<kyren> sorry if this is a basic question, but if I need to read a users UID in a nixos configuration, can I just read the config variable `users.users.<user>.uid` even if it is auto-generated?
<clever> lordcirth_: configuration.nix itself is a nixos module, and imports is just a list of more modules
<clever> kyren: that field can only be read if the uid is being set at eval time
<kyren> clever: okay, darn
<Lilly> Hello all. I have been trying to get csh on nixos. Aside from writing my own package file, I saw that tcsh used to have a symlink fo csh but not anymore? Is there already a way to get csh on nixos?
<lordcirth_> Right. So I can specify the modules by path (to the git repo in my homedir), not just the default stuff
<kyren> I didn't know if there was some recursive magic going on or something, but I guess it can't work that way
mexisme_ has quit [Ping timeout: 264 seconds]
<kyren> is there any reliable way at all of getting the UID of a user inside a nixos container then? I need to do things that cross the host <-> container boundary
<clever> kyren: only if you set the uid yourself, in a nixos module
<clever> kyren: but nixos wont change the uid after a user has been made
<kyren> clever: okay, thanks, I guess I'll just have to set the UID manually
freeman42x has joined #nixos
toppler has joined #nixos
<{^_^}> [nixpkgs] @groodt opened pull request #71372 → kubecfg: 0.12.5 -> 0.13.1 → https://git.io/JeB4c
<evils> clever++
<{^_^}> clever's karma got increased to 221
<kyren> oh right!
<kyren> clever++
<{^_^}> clever's karma got increased to 222
betawaffle has quit [Quit: Oh noes, my ZNC!]
betawaffle has joined #nixos
<evils> clever: would you recommend i make a PR for this?
<clever> evils: sure
<{^_^}> [nixpkgs] @worldofpeace merged pull request #71205 → screenfetch: add to path pciutils → https://git.io/Je8xj
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JeB4B
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @Izorkin to release-19.09 « screenfetch: add to path pciutils »: https://git.io/JeB4R
slack1256 has joined #nixos
ornx is now known as ornxka
drakonis1 has joined #nixos
mexisme_ has joined #nixos
Lilly has quit [Remote host closed the connection]
freeman42x has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @bb010g opened pull request #71373 → edbrowse: Include documentation and allow for ODBC → https://git.io/JeB4r
toppler has quit [Ping timeout: 268 seconds]
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
<nornagon> the package search page has long descriptions for packages. how do i see those descriptions on the cli?
benley has quit [Quit: WeeChat 2.5]
jreed has joined #nixos
<energizer> trying to install https://nixos.org/nixos/packages.html?attr=cue&channel=nixos-19.09&query=cue nix-env -iA nixos.cue -> error: attribute 'nixos' in selection path 'nixos.cue' not found
<clever> energizer: what does `sudo nix-channel --list` return?
toppler has joined #nixos
ggp0647 has quit [Ping timeout: 240 seconds]
ggp0647 has joined #nixos
szicari has quit [Ping timeout: 276 seconds]
drakonis has quit [Quit: WeeChat 2.4]
szicari has joined #nixos
<clever> energizer: then you want nix-env -iA nixpkgs.cue
<energizer> clever: error: attribute 'cue' in selection path 'nixpkgs.cue' not found
growpotkin has joined #nixos
<clever> energizer: when did you last do `nix-channel --update` ?
<energizer> clever: that'll do it. thanks.
<{^_^}> [nixpkgs] @jerith666 opened pull request #71374 → perlPackages.Gtk2: disable tests → https://git.io/JeB4Q
qubasa_ has joined #nixos
mexisme_ has quit [Ping timeout: 276 seconds]
qubasa has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @bb010g opened pull request #71375 → jq: build from Git tag (instead of dist tarball) → https://git.io/JeB4b
ddellacosta has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
slack1256 has quit [Ping timeout: 240 seconds]
drakonis1 is now known as drakonis
<lordcirth_> clever, I tried switching 'pkgs' in /etc/configuration.nix for '/home/bob/nixpkgs' but it failed an assert in impure.nix. What is the correct syntax? Thanks!
<lordcirth_> I also tried it as an import
iyzsong has joined #nixos
<clever> lordcirth_: if you want to just load a single custom module, just add it to imports
<clever> lordcirth_: imports = [ /home/clever/path/to/module.nix ];
<lordcirth_> clever, I tried that, I will try again to get the error message
kleisli has quit [Ping timeout: 265 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
Okinan has quit [Quit: Konversation terminated!]
geemili has joined #nixos
toppler has joined #nixos
<{^_^}> [nixpkgs] @Evils-Devils opened pull request #71376 → krita: add doInstallCheck = true; → https://git.io/JeB4j
<lordcirth_> clever, anonymous function at /home/bob/nixpkgs/pkgs/applications/networking/ipfs-cluster/default.nix:1:1 called with unexpected argument 'config', at /nix/var/nix/profiles/per-user/root/channels/nixos/lib/modules.nix:170:8
<clever> lordcirth_: that file is not a nixos module
<clever> lordcirth_: the modules all live under nixpkgs/nixos/modules/
<clever> thats a package, so you want to use an overlay to do `ipfs-cluster = self.callPackage home/bob/nixpkgs/pkgs/applications/networking/ipfs-cluster {};`
<clever> or for testing, just `cd /home/bob/nixpkgs ; nix-build -A ipfs-cluster`
ddellacosta has quit [Quit: WeeChat 2.2]
ddellacosta has joined #nixos
Forkk has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
kleisli has joined #nixos
jluttine has joined #nixos
felixfoertsch23 has joined #nixos
<lordcirth_> clever, right, ok. I will try with the module
Forkk has joined #nixos
felixfoertsch has quit [Ping timeout: 276 seconds]
ebzzry has quit [Ping timeout: 252 seconds]
toppler has quit [Ping timeout: 240 seconds]
Ariakenom has quit [Quit: Leaving]
jreed has quit [Remote host closed the connection]
ddellacosta has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
ddellacosta has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #71350 → pythonPackages.geographiclib: init at 1.50 → https://git.io/JeBsC
<{^_^}> [nixpkgs] @jonringer pushed commit from @va1entin to master « pythonPackages.geographiclib: init at 1.50 »: https://git.io/JeBBG
mexisme_ has joined #nixos
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cptchaos83 has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
toppler has quit [Ping timeout: 265 seconds]
v0|d has joined #nixos
<{^_^}> [nixpkgs] @stigtsp opened pull request #71377 → perlPackages.MojoliciousPluginOpenAPI: init at 2.17 → https://git.io/JeBB8
xelxebar has quit [Ping timeout: 260 seconds]
xelxebar_ has joined #nixos
toppler has joined #nixos
kyren has quit [Quit: ZNC 1.7.3 - https://znc.in]
<{^_^}> [nixpkgs] @bb010g opened pull request #71378 → git-my: init at 1.1.2 → https://git.io/JeBBV
iyzsong has quit [Ping timeout: 276 seconds]
iyzsong has joined #nixos
silver has quit [Read error: Connection reset by peer]
mexisme_ has quit [Ping timeout: 250 seconds]
Shouou has quit [Ping timeout: 246 seconds]
toppler has quit [Ping timeout: 240 seconds]
Supersonic112 has joined #nixos
Supersonic has quit [Disconnected by services]
Supersonic112 is now known as Supersonic
<{^_^}> [nixpkgs] @marsam merged pull request #71306 → prometheus: 2.13.0 -> 2.13.1 → https://git.io/Je4Fe
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JeBBH
toppler has joined #nixos
tmaekawa has joined #nixos
tmaekawa has quit [Client Quit]
toppler has quit [Ping timeout: 268 seconds]
mexisme_ has joined #nixos
<{^_^}> [nixpkgs] @marsam opened pull request #71379 → netdata: 1.18.0 -> 1.18.1 → https://git.io/JeBRk
toppler has joined #nixos
Zer0xp has quit [Ping timeout: 245 seconds]
<{^_^}> [nix] @steshaw opened pull request #3158 → Fix unset variable in installer → https://git.io/JeBRZ
marcusr has quit [Remote host closed the connection]
marcusr has joined #nixos
ebzzry has joined #nixos
fling_ has joined #nixos
fling has quit [Ping timeout: 240 seconds]
endformationage has quit [Quit: WeeChat 2.6]
slack1256 has joined #nixos
fling_ is now known as fling
toppler has quit [Ping timeout: 240 seconds]
softinio has joined #nixos
softinio has quit [Client Quit]
dansho has joined #nixos
toppler has joined #nixos
fling has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
fling has joined #nixos
Zer0xp has joined #nixos
toppler has quit [Ping timeout: 250 seconds]
ebzzry has quit [Read error: Connection reset by peer]
Rusty1 has quit [Quit: Konversation terminated!]
xwvvvvwx has quit [Quit: ZNC 1.7.5 - https://znc.in]
xwvvvvwx has joined #nixos
toppler has joined #nixos
ebzzry has joined #nixos
<Arahael> What's the security like in nixos? By which, I mean, specifically "hardening" - ie, AppArmour, SELinux, and the like. (I've been looking at the discussion on https://github.com/NixOS/nixpkgs/issues/7220 and wondering if there's anything more recent)
<{^_^}> #7220 (by thoughtpolice, 4 years ago, closed): RFC: Harden(ed) NixOS
orivej has joined #nixos
nikola_i has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
toppler has joined #nixos
ebzzry has quit [Read error: Connection reset by peer]
mexisme_ has quit [Ping timeout: 246 seconds]
ebzzry has joined #nixos
ebzzry has quit [Read error: Connection reset by peer]
bahamas has joined #nixos
palo1 has joined #nixos
orivej has quit [Ping timeout: 268 seconds]
palo has quit [Ping timeout: 246 seconds]
palo1 is now known as palo
toppler has quit [Ping timeout: 265 seconds]
bahamas has quit [Ping timeout: 240 seconds]
abathur has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
isHavvy has joined #nixos
Havvy has quit [Ping timeout: 276 seconds]
<{^_^}> [nixpkgs] @Mic92 merged pull request #71379 → netdata: 1.18.0 -> 1.18.1 → https://git.io/JeBRk
<{^_^}> [nixpkgs] @Mic92 pushed 2 commits to master: https://git.io/JeB0l
drakonis has quit [Quit: WeeChat 2.6]
mexisme_ has joined #nixos
iqubic has joined #nixos
mexisme_ has quit [Ping timeout: 250 seconds]
nikola_i has quit [Ping timeout: 245 seconds]
toppler has quit [Ping timeout: 268 seconds]
<kaliumxyz> is there any good completion for nixos in any text editor?
<kaliumxyz> the things that are there seem to have issues
eraserhd has quit [Quit: WeeChat 2.6]
toppler has joined #nixos
plp_ has quit [Remote host closed the connection]
plp_ has joined #nixos
gspia has joined #nixos
<DigitalKiwi> arahael: there's a hardened kernel but beyond that i don't know much
eraserhd has joined #nixos
zupo has joined #nixos
eraserhd has quit [Client Quit]
<DigitalKiwi> kaliumxyz: preference for any particular language or editor?
eraserhd has joined #nixos
eraserhd has quit [Client Quit]
<DigitalKiwi> i know emacs has a few options (i use doom-emacs because i like vim more >.> but emacs does some things i want better for certain kinds of editing, namely haskell)
eraserhd has joined #nixos
<DigitalKiwi> of course there's vs code if you want to go heavy
<DigitalKiwi> or the jetbrains offerings, android studio, eclipse...
toppler has quit [Ping timeout: 276 seconds]
<DigitalKiwi> those are moving beyond editors though, have you looked at sublime?
iqubic` has joined #nixos
iqubic` has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer merged pull request #71372 → kubecfg: 0.12.5 -> 0.13.1 → https://git.io/JeB4c
<{^_^}> [nixpkgs] @jonringer pushed commit from @groodt to master « kubecfg: 0.12.5 -> 0.13.1 »: https://git.io/JeB0H
iqubic has quit [Ping timeout: 250 seconds]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eraserhd has quit [Quit: WeeChat 2.6]
<{^_^}> [nixpkgs] @jonringer merged pull request #71359 → vscode: 1.39.2 → https://git.io/JeBnN
<{^_^}> [nixpkgs] @jonringer pushed 2 commits to master: https://git.io/JeB0Q
<{^_^}> [nixpkgs] @jonringer pushed to master « codeowners: add jonringer as python packages codeowner »: https://git.io/JeB07
<{^_^}> [nixpkgs] @jonringer merged pull request #71349 → codeowners: add jonringer as python packages codeowner → https://git.io/JeB3i
toppler has joined #nixos
Heirlung has quit [Quit: ZNC 1.6.5+deb1+deb9u2 - http://znc.in]
growpotkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
Heirlung has joined #nixos
slack1256 has quit [Ping timeout: 240 seconds]
eraserhd has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
zupo has joined #nixos
<kaliumxyz> DigitalKiwi I use spacemacs
<kaliumxyz> It does have options but its completion doesn't work on attributes, donno why
<kaliumxyz> going to see if I can fix it.
<kaliumxyz> Already updated the logo in the layer and made a PR, nobody has worked on this since 2015
<{^_^}> [nixpkgs] @lilyball opened pull request #71380 → macvim: snapshot-157 -> snapshot-159 → https://git.io/JeBE3
<{^_^}> [nixpkgs] @c0bw3b merged pull request #69954 → rsyslog: 8.1907.0 -> 8.1910.0 → https://git.io/JeZQV
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @r-ryantm to master « rsyslog: 8.1907.0 -> 8.1910.0 (#69954) »: https://git.io/JeBEs
<kaliumxyz> package on mepla is version 0.0.1 since 2015, it uses nixos-options to do suggestions but doesn't seem to be capable of doing anything beyond the global scope objects.
<kaliumxyz> Thats in company mode, the helm inspector thing seems to be able to do it fine.
zupo has quit [Client Quit]
eraserhd has quit [Quit: WeeChat 2.6]
eraserhd has joined #nixos
<kaliumxyz> I've never ran doom, but I use their themes
eraserhd has quit [Client Quit]
toppler has joined #nixos
eraserhd has joined #nixos
<{^_^}> [nixpkgs] @jonringer merged pull request #71365 → dhcpcd: 8.0.6 -> 8.1.1 → https://git.io/JeBlU
<{^_^}> [nixpkgs] @jonringer pushed commit from @samhug to master « dhcpcd: 8.0.6 -> 8.1.1 »: https://git.io/JeBEn
kleisli has quit [Ping timeout: 240 seconds]
kuznero has joined #nixos
<kuznero> Hi All! How can I properly enable kernel 5.3 in nixos?
<kuznero> And what are the downsides? Why is it not the default still?
<tilpner> kuznero: boot.kernelPackages = pkgs.linuxPackages_latest;
Maxdamantus has quit [Ping timeout: 250 seconds]
<kuznero> tilpner, thanks! Do you know if it will work with NVidia drivers?
<tilpner> No idea
<tilpner> The default is a longterm branch
Maxdamantus has joined #nixos
<kuznero> I see
<tilpner> AFAIKT 5.3 will be EOL during 19.09s lifetime
<kuznero> Strange, so what is the next LTS for kernel after 4.19?
<tilpner> 5.4 supposedly
<tilpner> But I'm not an expert, and am currently confused by the EOL dates listed on https://www.kernel.org/category/releases.html
<kuznero> ok, and 5.4 is not yet available, right?
<tilpner> kernel.org only lists 5.4-rc3
<kuznero> Hm, it makes more sense now. Thanks!
isHavvy has quit [Ping timeout: 240 seconds]
toppler has quit [Ping timeout: 250 seconds]
bahamas has joined #nixos
slack1256 has joined #nixos
Havvy has joined #nixos
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
kaychaks has joined #nixos
<kuznero> Searching different packages on nixos.org starting with linuxPackages_latest. I didn't realise before that there are so many of them ;)
<tilpner> That's probably just modules, right?
toppler has joined #nixos
<kuznero> Have no idea...
<tilpner> Oh, I guess there _harded, _xen_dom0, -libre variations
<tilpner> *_hardened
<kuznero> yep, I saw a couple with nvidia tag also. I'm wondering if using latest kernel will resolve problems with running wayland instead of X.
<tilpner> Trying should be painless. If it breaks, just select the previous generation in grub
<kuznero> :) that's why I like NixOS ;)
slack1256 has quit [Ping timeout: 250 seconds]
gxt has quit [Ping timeout: 260 seconds]
kuznero has quit [Remote host closed the connection]
mexisme_ has joined #nixos
nixnothing has quit [Ping timeout: 240 seconds]
nixnothing has joined #nixos
chloekek has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
Zer0xp has quit [Ping timeout: 240 seconds]
Zer0xp has joined #nixos
gkmngrgn has joined #nixos
kuznero has joined #nixos
<kuznero> "NVIDIA drivers don't support wayland, set services.xserver.displayManager.gdm.wayland=false" :(
marusich has quit [Remote host closed the connection]
kuznero has quit [Remote host closed the connection]
Zer0xp has quit [Quit: Bye!]
toppler has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #71153 → perlPackage.RPCEPCService: Init at 0.0.11 → https://git.io/Je8o9
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to master: https://git.io/JeBED
captn3m0 has quit [Ping timeout: 240 seconds]
bahamas has quit [Ping timeout: 240 seconds]
Mateon1 has quit [Remote host closed the connection]
Mateon1 has joined #nixos
kuznero has joined #nixos
kuznero has quit [Client Quit]
captn3m0 has joined #nixos
<asymmetric> does anyone know if systemd is going to add a directive to control the namespaces a service runs in?
biboto has joined #nixos
<biboto> /nix/store/iiham7sfavdv7sai1d439n5vwqz06azr-chromium-unwrapped-77.0.3865.120/libexec/chromium/chromium: error while loading shared libraries: /nix/store/mvxmrsc3lhdlxmkhcaix01da5rqnimc5-libopus-1.3.1/lib/libopus.so.0: invalid ELF header
<biboto> i installed chromium
<biboto> when launching it, it gives me this error
<biboto> i'm on the latest stable channel, 19.09
ris has quit [Ping timeout: 258 seconds]
xelxebar_ has quit [Remote host closed the connection]
<edef> biboto: can you `nix-store --verify-path /nix/store/mvxmrsc3lhdlxmkhcaix01da5rqnimc5-libopus-1.3.1/lib/libopus.so`
fusion809 has quit [Remote host closed the connection]
kraem has quit [Quit: outta here]
<asymmetric> is there a way to check the nixpkgs function library without having to navigate to the nixpkgs manual?
ddellacosta has quit [Ping timeout: 265 seconds]
nexgen has joined #nixos
xelxebar has joined #nixos
<biboto> edef:
<biboto> path '/nix/store/mvxmrsc3lhdlxmkhcaix01da5rqnimc5-libopus-1.3.1' was modified! expected hash 'sha256:15fg16jqs55pds86vbdsnr87zccb803rq1wfhdal7jchj7da59ir', got 'sha256:0x6fapyin2kabln7138r8yf7yzcja2fakidrlg5b6n9qgs6c0swl'
ixxie has joined #nixos
<biboto> hmmm
toppler has quit [Ping timeout: 268 seconds]
<edef> biboto: sudo nix-store --repair-path /nix/store/mvxmrsc3lhdlxmkhcaix01da5rqnimc5-libopus-1.3.1/lib/libopus.so
<edef> biboto: that should fetch you a fresh copy
<edef> asymmetric: re namespaces, you're aware of JoinNameSpaceOf and stuff?
<edef> asymmetric: and the various Private* options
xtf has joined #nixos
<edef> asymmetric: which NixOS systemd service confinement (systemd.services.*.confinement) uses
kraem has joined #nixos
_lawlesseel has joined #nixos
<biboto> edef: thanks, should check the manual of nix-store for when other stuff like this happens
<biboto> it probably happened because my power cut off
<biboto> and the path got corrupted
<biboto> nix should automatically check for broken paths and repair them automatically, but that's just me, will probably just add more overhead and cause the package management to be slower
lawlesseel has quit [Remote host closed the connection]
<asymmetric> edef: no i didn't know of JoinsNameSpaceOf, very interesting, thx edef++
<{^_^}> edef's karma got increased to 7
ixxie has quit [Ping timeout: 268 seconds]
<edef> biboto: we have --verify which verifies the entire store
ixxie has joined #nixos
<edef> biboto: which also takes --repair
<edef> biboto: nix-store --verify --check-contents --repair will hash *everything* and check that it matches, and repair if it can
<edef> biboto: analogous to zpool scrub, if you're a ZFS person
nikola_i has joined #nixos
toppler has joined #nixos
<Arahael> DigitalKiwi, hyper_ch: Thanks for those links, will check them out! :)
lord| has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @marsam merged pull request #71345 → ncspot: init at 2019-10-12 → https://git.io/JeBt1
<{^_^}> [nixpkgs] @marsam pushed 2 commits to master: https://git.io/JeBu4
<kaliumxyz> fixed it, might share later
tmaekawa has joined #nixos
gkmngrgn has quit [Quit: WeeChat 2.3]
<{^_^}> [nixpkgs] @c0bw3b merged pull request #71370 → [r19.09] rsyslog: add patch for CVE-2019-17040 → https://git.io/JeB8i
<{^_^}> [nixpkgs] @c0bw3b pushed 2 commits to release-19.09: https://git.io/JeBuR
<xtf> Hi, I‘m using this tutorial: https://nixos.wiki/wiki/Install_NixOS_on_a_Server_With_a_Different_Filesystem Now I compared the local and the kexec store. Bash 4.4 has the same dirhash as local, but size and checksum differ. Is there a way to proof that nothing is smuggled in.
gxt has joined #nixos
Havvy has quit [Read error: Connection reset by peer]
nikola_i has quit [Remote host closed the connection]
Havvy has joined #nixos
nikola_i has joined #nixos
knupfer has joined #nixos
<{^_^}> [nixpkgs] @c0bw3b merged pull request #71344 → rrsync: Make perl a run-time dependency → https://git.io/JeBIg
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @ryanfitzsimon to master « rrsync: Make perl a run-time dependency (#71344) »: https://git.io/JeBuz
<{^_^}> [nixpkgs] @c0bw3b pushed commit from @ryanfitzsimon to release-19.09 « rrsync: Make perl a run-time dependency (#71344) »: https://git.io/JeBua
idf has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
ixxie has quit [Ping timeout: 240 seconds]
<kaliumxyz> Asking how to share now, will try to make PR with repo in hopes of alerting the maintainer but seems like he isn't maintaining it anymore.
tmaekawa has quit [Ping timeout: 240 seconds]
biboto has quit [Quit: leaving]
captn3m0 has quit [Ping timeout: 240 seconds]
captn3m0- has joined #nixos
LnL has quit [Ping timeout: 250 seconds]
toppler has joined #nixos
cmacrae has joined #nixos
<cmacrae> Hey peeps o/ Are there any packages available that provide the wayland header files?
<deni> anybody running home assistant on nix os? I tried using the packaged service from nixpkgs but I'm running into and issue where it hangs on the second onboarding screen.
<deni> posted an issue here: https://github.com/NixOS/nixpkgs/issues/71382 but thought I'd ask here as well
<{^_^}> #71382 (by denibertovic, 5 minutes ago, open): Home assistant hangs on second onboarding screen indefinitely
Shouou has joined #nixos
orivej has joined #nixos
fendor has joined #nixos
xwvvvvwx has quit [Quit: ZNC 1.7.5 - https://znc.in]
Okinan has joined #nixos
xwvvvvwx has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
mounty has quit [Quit: Konversation terminated!]
jimmyeatworld has joined #nixos
xtf has quit [Remote host closed the connection]
xtf has joined #nixos
orivej has quit [Ping timeout: 240 seconds]
horner has joined #nixos
toppler has joined #nixos
dansho has quit [Quit: Leaving]
alexherbo2 has joined #nixos
mounty has joined #nixos
__monty__ has joined #nixos
xwvvvvwx has quit [Quit: ZNC 1.7.5 - https://znc.in]
xwvvvvwx has joined #nixos
zupo has joined #nixos
orivej has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
horner has quit [Quit: zzZzZzZzZZZzzz…]
tmaekawa has joined #nixos
dfordivam has quit [Quit: leaving]
jimmyeatworld has quit [Quit: leaving]
toppler has joined #nixos
arjen-jonathan has joined #nixos
horner has joined #nixos
captn3m0- has quit [Read error: Connection reset by peer]
captn3m0 has joined #nixos
Ariakenom has joined #nixos
ArdaXi has quit [Quit: WeeChat 2.4]
xtf has quit [Quit: Leaving]
toppler has quit [Ping timeout: 265 seconds]
gjabell has quit [Ping timeout: 268 seconds]
kaychaks has quit [Quit: ZNC 1.7.3 - https://znc.in]
chloekek has quit [Ping timeout: 268 seconds]
Izorkin has joined #nixos
toppler has joined #nixos
ebzzry has joined #nixos
<{^_^}> [nixpkgs] @endgame opened pull request #71383 → Grampa unbroken → https://git.io/JeBza
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
Izorkin has joined #nixos
gjabell has joined #nixos
horner has quit [Quit: zzZzZzZzZZZzzz…]
chloekek has joined #nixos
gjabell has quit [Client Quit]
toppler has quit [Ping timeout: 276 seconds]
phreedom has joined #nixos
gjabell has joined #nixos
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
chloekek has quit [Ping timeout: 250 seconds]
toppler has joined #nixos
kaychaks has joined #nixos
zupo has joined #nixos
kaychaks has quit [Client Quit]
<kaliumxyz> whats the current way to manage docker containers in nix?
<kaliumxyz> I'm seeing docker-container but I don't appear to have it, might need to update
kaychaks has joined #nixos
<kaliumxyz> why am I not seeing that option?
horner has joined #nixos
<{^_^}> [nixpkgs] @edef1c merged pull request #59806 → openssh: 7.9p1 -> 8.1p1 → https://git.io/fjYxL
<{^_^}> [nixpkgs] @edef1c pushed 5 commits to staging: https://git.io/JeBzh
zupo has quit [Ping timeout: 265 seconds]
qqlq has joined #nixos
<kaliumxyz> Ah
toppler has quit [Ping timeout: 240 seconds]
mexisme_ has quit [Quit: WeeChat 2.6]
ng0 has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed to master « fish: switch to fetchFromGitHub »: https://git.io/JeBgU
tmaekawa has quit [Ping timeout: 240 seconds]
<kaliumxyz> I was still on 19.03
toppler has joined #nixos
dm9 has joined #nixos
ixxie has joined #nixos
arjen-jonathan has quit [Ping timeout: 245 seconds]
kp__ has joined #nixos
kp__ has quit [Client Quit]
kp__ has joined #nixos
knupfer has quit [Remote host closed the connection]
joba has joined #nixos
knupfer has joined #nixos
joba has quit [Max SendQ exceeded]
joba has joined #nixos
mlen has quit [Quit: WeeChat 2.4]
mlen has joined #nixos
mounty has quit [Read error: Connection reset by peer]
mounty has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
mlen has quit [Quit: WeeChat 2.6]
mlen has joined #nixos
nexgen has quit [Quit: Leaving]
_mlen has joined #nixos
mlen has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @mmahut opened pull request #71384 → jormungandr: 0.6.1 -> 0.6.5 → https://git.io/JeBg6
toppler has joined #nixos
Izorkin has quit [Ping timeout: 240 seconds]
Izorkin has joined #nixos
<nilsirl[m]> Since I have updated nixos, I can't run stuff that require opengl, I'm on integrated intel graphics
<azazel> wtf, I completely understimate the "power plug" problem in Czech republich
<hexa-> so the 19.09 channel is kinda stuck for 4 days now
<azazel> will a Shucko plug-in in those?
<inkbottle> I want all the "nix-pills" in a single pdf.
<hexa-> nvm
<Yaniel> nilsirl: the gl driver directory is no longer automatically added to LD_LIBRARY_PATH
<Yaniel> for adhoc stuff you can add it manually, for packages you should link to libglvnd explicitly and maybe use addOpenGLRunpath
Izorkin has quit [Quit: ZNC 1.7.5 - https://znc.in]
Izorkin has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
drakonis has joined #nixos
Ariakenom has quit [Quit: Leaving]
_lawlesseel has quit [Remote host closed the connection]
lawlesseel has joined #nixos
<nilsirl[m]> Yaniel: how can I use addOpenGLRunpath
<cyris212> Does someone have a nix-shell workaround to enable manylinux wheel support in virtualenvs?
<Yaniel> look at the currently open renderdoc pr
<Yaniel> on nixpkgs
<cyris212> There is https://sid-kap.github.io/posts/2018-03-08-nix-pipenv.html . But I would like to avoid buildFHSUserEnv.
joba has quit [Remote host closed the connection]
toppler has joined #nixos
knupfer has quit [Ping timeout: 264 seconds]
hc has joined #nixos
<{^_^}> [nixpkgs] @geistesk opened pull request #71385 → cutecom: 0.50.0 -> 0.51.0 → https://git.io/JeB2q
xkapastel has joined #nixos
nikola_ has joined #nixos
<{^_^}> [nixpkgs] @d-goldin opened pull request #71386 → docker-runc: switch to OCI runc 1.0.0-rc8+dev (security) → https://git.io/JeB2G
nikola_i has quit [Ping timeout: 264 seconds]
<{^_^}> [nixpkgs] @mmahut merged pull request #71384 → jormungandr: 0.6.1 -> 0.6.5 → https://git.io/JeBg6
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeB2n
<{^_^}> [nixpkgs] @Profpatsch merged pull request #71357 → execlineb: change execlineb wrapper to C script → https://git.io/JeBnZ
<{^_^}> [nixpkgs] @Profpatsch pushed to master « execlineb: change execlineb wrapper to C script »: https://git.io/JeB2W
<rnhmjoj> can anyone review #63696? it's a fix for the "Option virtualisation.qemu.program has no description" warning that comes up when evaluating release-combined.nix
<{^_^}> https://github.com/NixOS/nixpkgs/pull/63696 (by rnhmjoj, 16 weeks ago, open): nixos/testing: remove leftover of virtualisation.qemu.program
toppler has quit [Ping timeout: 268 seconds]
drakonis has quit [Quit: WeeChat 2.6]
drakonis has joined #nixos
eraserhd has quit [Ping timeout: 240 seconds]
toppler has joined #nixos
_mlen is now known as mlen
ArdaXi has joined #nixos
dm9 has quit [Quit: WeeChat 2.6]
<ArdaXi> hi, I've got a bit of a weird issue on a nixos system where /nix got a little too full (forgot that GC existed) and I had to abort a nix-collect-garbage call, now every time I run it it stays on "finding garbage collector roots..." for hours with no progress
<tilpner> ArdaXi: strace it, it may be cleaning invisibly
<lordcirth_> I notice that misc/ids has uids and gids out to 315 already, and it says not to go over 399. Is this an impending problem?
<tilpner> ArdaXi: With optimisation, slow storage, and a large store, multi-day collections can happen
otulp has quit [Remote host closed the connection]
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo26 has joined #nixos
<ArdaXi> tilpner: I'm used to it at the very least printing the path it's working on before it does things though
iyzsong has quit [Quit: ZNC 1.7.1 - https://znc.in]
<ArdaXi> but you're right, it's doing things to /nix/store/trash without saying anything, cheers
otulp has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
wfranzini has joined #nixos
<tilpner> ArdaXi: No, IIRC it prints when moving to the trash, not when emptying the trash
<ArdaXi> (this is a server running hydra where the nix store was up to almost 3 TB, I'm not surprised at it taking long)
<ArdaXi> tilpner: before I killed it it definitely said something about emptying trash
<ArdaXi> but running it again doesn't print that message any more
<tilpner> ArdaXi: Mine cleaned about a TB/day
<nilsirl[m]> Yaniel: I tied but it didn't work
gentauro has quit [Read error: Connection reset by peer]
gentauro has joined #nixos
<{^_^}> [nixpkgs] @Profpatsch opened pull request #71388 → skawarePackages.skalibs: empty default path → https://git.io/JeBaJ
freeman42x has joined #nixos
orivej has quit [Ping timeout: 268 seconds]
toppler has joined #nixos
<freeman42x> how can I change first day of week in the KDE calendar to Monday?
wfranzini has quit [Quit: wfranzini]
<lordcirth_> Can I somehow point my whole nixOS install at a local git repo of nixpkgs, instead of a channel?
knupfer has joined #nixos
<simpson> ,NIX_PATH
<simpson> Aw. lordcirth_, you can set the NIX_PATH environment variable for any command, including nixos-rebuild; you'll need to configure `nixos` and also `nixpkgs`. https://nixos.org/nixos/nix-pills/nix-search-paths.html
kleisli has joined #nixos
Izorkin has quit [Ping timeout: 240 seconds]
toppler has quit [Ping timeout: 240 seconds]
fendor has quit [Quit: Leaving]
ixxie has quit [Remote host closed the connection]
Izorkin has joined #nixos
ixxie has joined #nixos
sylv-io has joined #nixos
horner has quit [Quit: zzZzZzZzZZZzzz…]
orivej has joined #nixos
<{^_^}> [nixpkgs] @Evils-Devils closed pull request #71376 → krita: add doInstallCheck = true; → https://git.io/JeB4j
toppler has joined #nixos
drakonis has quit [Quit: WeeChat 2.6]
freeman42x has quit [Remote host closed the connection]
softinio has joined #nixos
freeman42x has joined #nixos
<nilsirl[m]> OpenGL applications do not work since I upgraded to `nixos-19.09`
<softinio> Is there a benefit to installing nix on macos in daemon mode over single user mode?
<evelyn> well if you've got a multi-user installation, it is desirable
<{^_^}> [nixpkgs] @mschuwalow opened pull request #71389 → stups: init at 1.1.21 → https://git.io/JeBa6
<softinio> i am the only user of my laptop
<Yaniel> nilsirl[m]: which part did you try
mmlb has quit [Quit: The Lounge - https://thelounge.github.io]
<softinio> evelyn: so no benefit if only user? Got a new laptop indecisive :-)
<{^_^}> [nixpkgs] @hedning opened pull request #71390 → Enable soft real time for gnome shell → https://git.io/JeBaX
mmlb has joined #nixos
mmlb has quit [Client Quit]
domogled has joined #nixos
knupfer has quit [Ping timeout: 264 seconds]
<evelyn> softinio: if you play with hydra on macOS, then you need the daemon as I understand it.
freeman42x has quit [Ping timeout: 246 seconds]
<evelyn> there are other use-cases
<softinio> ok
<softinio> evelyn: are you on macOS?
<evelyn> I can be
toppler has quit [Ping timeout: 240 seconds]
<softinio> I saw the workaround for catalina which is creating a volume for nix .... is that a doable solution long term? any drawbacks?
<evelyn> read nix#2925
<{^_^}> https://github.com/NixOS/nix/issues/2925 (by mroi, 19 weeks ago, open): /nix will not be writable on macOS Catalina
<nilsirl[m]> Yaniel: use addOpenGLRunpath
<nilsirl[m]> I am trying to get obs to work, so I ran addOpenGLRunpath on the binaries of
<Yaniel> note that you have to call that in the postFixup phase
<nilsirl[m]> * I am trying to get obs to work, so I ran addOpenGLRunpath on the binaries of obs in postFixup
<nilsirl[m]> that's what I did
<Yaniel> also, "OpenGL applications" is quite a generalization from obs
<nilsirl[m]> Well, OBS doesn't start saying "Failed to initialize video. Your GPU may not be supported, or you graphics driver may need to be updated."
<Yaniel> that does not even mention opengl
<Yaniel> does it link to libglvnd explicitly?
<Yaniel> if it's using opengl it should
<nilsirl[m]> And I get a similar error with Godot (game engine), that I build manually
<nilsirl[m]> ```
<nilsirl[m]> *
<nilsirl[m]> ```
<nilsirl[m]> *
justanotheruser has quit [Ping timeout: 240 seconds]
<wedens[m]> why does nixpkgs uses systemd fork? what changes are being applied to the fork?
<nilsirl[m]> Yaniel: it links against libGLdispatch.so.0 and libGLX.so.0
<Yaniel> and what does the derivation do?
cosimone has joined #nixos
<nilsirl[m]> But other than that it doesn't seem to link against libglvnd explicitly
<Yaniel> what does it depend on
<Yaniel> I see no libglvnd
<nilsirl[m]> I don't see it either
<Yaniel> well then how about.... trying to add it
toppler has joined #nixos
orivej has quit [Ping timeout: 265 seconds]
<mog> does anyone have screen sharing working in wayland? i was able to get a single window shared with webrtc thing. but no other software plugins seem to work for me
simukis_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<Yaniel> on an unrelated note, if you find out how to make it support nvenc, please do tell
Ariakenom has joined #nixos
<Yaniel> I tried some time ago but had no success
simukis_ has joined #nixos
<nilsirl[m]> Yaniel: I added libglvnd and nothing changed
<{^_^}> [nixpkgs] @NobbZ opened pull request #71391 → Exercism module no proxy → https://git.io/JeBap
<{^_^}> [nixpkgs] @hedning opened pull request #71392 → perlPackages.XMLSAXExpat: fix build → https://git.io/JeBah
justanotheruser has joined #nixos
<{^_^}> [nixpkgs] @DianaOlympos opened pull request #71393 → [WIP] beam-modules/hex-snapshot: remove → https://git.io/JeBVv
nikola_ has quit [Ping timeout: 245 seconds]
<{^_^}> [nixpkgs] @mweinelt opened pull request #71394 → steam: add at_spi2_atk to chrootenv → https://git.io/JeBVt
<mla> trying to package a rust application, it depends on unstable, how can i tell rustPlatform.buildRustPackage to use the unstable version of cargo/rust?
boxscape has joined #nixos
lord| has joined #nixos
eraserhd has joined #nixos
<Yaniel> doesn't look like that is supported in nixpkgs
<wedens[m]> you can probably use `unstable.rustPlatform.buildRustPackage` where unstable is unstable nixpkgs defined from a channel or pinned version
toppler has quit [Ping timeout: 240 seconds]
<wedens[m]> or `(makeRustPlatform { rustc = unstable.rust; cargo = unstable.cargo } ).buildRustPackage`
orivej has joined #nixos
fpob has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
<{^_^}> [nixpkgs] @mweinelt opened pull request #71395 → steam: add at_spi2_atk to chrootenv [19.09] → https://git.io/JeBVZ
fpob has joined #nixos
<mla> wedens: thanks - seems to be working
tmaekawa has joined #nixos
tmaekawa has quit [Client Quit]
ddellacosta has joined #nixos
toppler has joined #nixos
edwtjo has quit [Ping timeout: 240 seconds]
tavixvi has joined #nixos
nikola_i has joined #nixos
_deepfire` has joined #nixos
fooker has quit [Remote host closed the connection]
_deepfire` has quit [Remote host closed the connection]
<softinio> I am following this to install nix on a new macos catalina https://github.com/NixOS/nix/issues/2925#issuecomment-539570232
ebzzry has quit [Read error: Connection reset by peer]
ebzzry has joined #nixos
<softinio> when creating the APFS partition for disk<number> do I choose the existing data disk?
<AmandaC> I assume so
civodul has joined #nixos
<tavixvi> I've been using `nixos-rebuild switch -I /path/` to test modifications, but I'd like to just have my repository be the default. is there a way to do that?
* AmandaC hasn't updated to catalina yet, since she's not in the mood to firefight half her shit being broken. Esp since she'll just be using this macbook for the next couple days until her linux laptop comes back from the shop
toppler has quit [Ping timeout: 240 seconds]
<softinio> AmandaC: new laptop no choice it comes with Catalina
<softinio> do i need nix-darwin or is that optional if I want to manage hardware related stuff?
boxscape has quit [Remote host closed the connection]
leons has joined #nixos
<AmandaC> nix-darwin is just nixos modules for darwin, not required unless you want to mange your darwin settings with a nix expression like you can on nixos
ixxie has quit [Ping timeout: 240 seconds]
<softinio> AmandaC: good to know won't need it then as only want to use Nix as package manager and to manage my dev environments
<softinio> AmandaC: thx
eraserhd has quit [Quit: WeeChat 2.6]
eraserhd has joined #nixos
Kritnich has joined #nixos
<softinio> AmandaC: Disks I have are Macintosh HD and Macintosh HD - Data which one do I choose
<softinio> going with data one guess it doesn't really matter\]
ddima has quit [Ping timeout: 268 seconds]
ddima has joined #nixos
toppler has joined #nixos
simukis_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
alexbakker has quit [Quit: Dikke doei]
simukis_ has joined #nixos
<leons> Has someone already tried pinning a nixpkgs version for a declarative nixos container?
horner has joined #nixos
alexbakker has joined #nixos
nikola_i has quit [Ping timeout: 264 seconds]
dm9 has joined #nixos
ixxie has joined #nixos
endformationage has joined #nixos
freeman42x has joined #nixos
dm9 has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @jonringer opened pull request #71396 → pythonPackages.azure*: point homepage to mono-repo → https://git.io/JeBwv
<{^_^}> [nixpkgs] @mmahut merged pull request #69940 → rebar3: 3.11.1 -> 3.12.0 → https://git.io/JeZHy
<{^_^}> [nixpkgs] @mmahut pushed 2 commits to master: https://git.io/JeBwf
dm9 has joined #nixos
orivej has quit [Ping timeout: 268 seconds]
drakonis has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
freeman42x has quit [Remote host closed the connection]
freeman42x has joined #nixos
bahamas has joined #nixos
xkapastel has quit [Quit: Connection closed for inactivity]
eacameron has quit [Quit: Connection closed for inactivity]
<leons> My current best bet is to override the pkgs in the container config with _module.args.pkgs = my_own_pkgs;, but that doesn't seem to update any other parameters such as lib
<leons> And I'm guessing also no modules
mounty has quit [Read error: Connection reset by peer]
mounty has joined #nixos
toppler has joined #nixos
dm9 has quit [Quit: WeeChat 2.6]
<softinio> home manager vs nix-darwin any thoughts?
noudle has joined #nixos
<simpson> nix-darwin is quite useful on Darwin on its own. home-manager has always looked appealing to me, but also I've taken the stability warnings seriously and never quite made the leap to using it.
talqu has quit [Ping timeout: 265 seconds]
<softinio> simpson: think you convinced me to stick to nix-darwin
phreedom has quit [Remote host closed the connection]
lawlesseel has quit [Remote host closed the connection]
<simpson> softinio: I think that home-manager can be used with nix-darwin. Not sure though; haven't done it myself.
xelxebar has quit [Remote host closed the connection]
toppler has quit [Ping timeout: 250 seconds]
<{^_^}> [nixpkgs] @thoughtpolice merged pull request #71238 → Update FPGA tools → https://git.io/Je4cT
<{^_^}> [nixpkgs] @thoughtpolice pushed 7 commits to master: https://git.io/JeBwP
<AmandaC> It can've got it set up myself
xelxebar has joined #nixos
phreedom has joined #nixos
horner has quit [Quit: zzZzZzZzZZZzzz…]
bahamas has quit [Quit: leaving]
wildtrees has joined #nixos
wildtrees has quit [Max SendQ exceeded]
wildtrees has joined #nixos
<{^_^}> [nixpkgs] @d-goldin opened pull request #71397 → release-notes 19.09: removal of non-LTS kernel attrs → https://git.io/JeBwh
toppler has joined #nixos
idf has quit [Quit: WeeChat 2.6]
<drakonis> wait, really, non lts kernels got removeD?
<drakonis> removed?
<ddima> drakonis: no, the attributes though
<ddima> there is a PR linked, that in turns links to a bit of background info. Just thought it might be worthwhile/avoid confusion to retroactively also mention it in the release notes.
softinio has quit [Remote host closed the connection]
slack1256 has joined #nixos
slack1256 has quit [Remote host closed the connection]
toppler has quit [Ping timeout: 268 seconds]
<ddima> drakonis: didn't mean to cause a panic or sth ;)
<drakonis> don't worry about it
<{^_^}> [nixpkgs] @jonringer merged pull request #71395 → steam: add at_spi2_atk to chrootenv [19.09] → https://git.io/JeBVZ
<{^_^}> [nixpkgs] @jonringer pushed commit from @mweinelt to release-19.09 « steam: add at_spi2_atk to chrootenv »: https://git.io/JeBrZ
<{^_^}> [nixpkgs] @jonringer merged pull request #71394 → steam: add at_spi2_atk to chrootenv → https://git.io/JeBVt
<{^_^}> [nixpkgs] @jonringer pushed commit from @mweinelt to master « steam: add at_spi2_atk to chrootenv »: https://git.io/JeBrc
ixxie has quit [Ping timeout: 268 seconds]
ixxie has joined #nixos
tavixvi has quit [Ping timeout: 260 seconds]
softinio has joined #nixos
toppler has joined #nixos
ixxie has quit [Ping timeout: 265 seconds]
ixxie has joined #nixos
<{^_^}> [nixpkgs] @hedning merged pull request #71392 → perlPackages.XMLSAXExpat: fix build → https://git.io/JeBah
<{^_^}> [nixpkgs] @hedning pushed to staging-next « perlPackages.XMLSAXExpat: fix build (#71392) »: https://git.io/JeBrz
palo has quit [Quit: WeeChat 2.4]
omnipotententity has joined #nixos
<omnipotententity> how do you tell nix-shell to use a nixpkgs path instead of your channels exactly?
<qyliss> -I nixpkgs=/path/to/nixpkgs
<omnipotententity> thanks!
<qyliss> np :)
<omnipotententity> perfect! Doesn't like tildes for whatever reason though
<qyliss> tildes are expanded by your shell, and usually they won't be expanded in the middle of an argument
<qyliss> compare the output of echo ~/foo and echo foo/~/bar
softinio has quit [Remote host closed the connection]
<omnipotententity> fair enough!
<omnipotententity> $HOME works just as well
tavixvi has joined #nixos
palo has joined #nixos
alexherbo26 has quit [Ping timeout: 265 seconds]
alexherbo26 has joined #nixos
<{^_^}> [nixpkgs] @matthewbauer opened pull request #71399 → splice.nix: don’t mash all package sets → https://git.io/JeBrX
toppler has quit [Ping timeout: 240 seconds]
<hpfr[m]> Do people really find value in having this bot post all PR’s and commits
<omnipotententity> It doesn't post all commits though, just PRs.
<hpfr[m]> It posts pushes to master
<omnipotententity> for instance, I juuuust force-pushed an update to an open PR of mine, and the bot didn't catch that.
<omnipotententity> ah, that's what you meant.
<omnipotententity> well, I don't get much out of it.
<hpfr[m]> Same, I think it’s kind of a nuisance in the main channel, maybe add a #nixos-news or something if people actually like it
<hpfr[m]> I think it posts if you reference #71399
<{^_^}> https://github.com/NixOS/nixpkgs/pull/71399 (by matthewbauer, 8 minutes ago, open): splice.nix: don’t mash all package sets
<Yaniel> the most interesting bits it posts are when it announces that a channel has advanced
<Yaniel> but those get lost in the rest of the traffic
<hpfr[m]> That’s a good feature, keep that, but the automatic logging in the main discussion channel is just fluff that hinders the chat
<omnipotententity> I assume the people who actually maintain a lot of packages find value in it? Not people like me who maintain... 3?
<hpfr[m]> Yeah and keeping advancing channels would be fine too that makes sense it’s not too frequent
eraserhd has quit [Quit: WeeChat 2.6]
<omnipotententity> 3 weird, random, low traffic, low value packages.
eraserhd has joined #nixos
<hpfr[m]> I don’t see how even people who maintain a lot of stuff would find value in a bot that just dumps all changes into an IRC channel, I’d imagine they would get mentioned in important PR’s
GiGa has joined #nixos
<omnipotententity> You can do notification on arbitrary strings in most IRC clients. Just stick your package names and voila IRC notification (on top of email notification etc)
toppler has joined #nixos
<hpfr[m]> Well if that’s the case then a separate channel seems like the way to go
<hpfr[m]> Although there must be a way to set up notifications on a repo directly rather than needing a bot to watch everything, post to IRC, and then set up your notifications from the IRC output haha
<omnipotententity> *shrug* gchristensen what's your input?
<Yaniel> well yes, but IRC is much nicer to use than email or the gh webpage
<omnipotententity> and 90% of the work is already done, you don't have to setup your own bot.
cosimone has quit [Quit: Quit.]
<hpfr[m]> You find IRC notifications easier than email?
<omnipotententity> I get a LOT of email.
<hpfr[m]> Well that’s neither here nor there I guess I’m just suggesting moving the bot to a dedicated channel
fusion809 has joined #nixos
<hpfr[m]> Same here
abathur has joined #nixos
toppler has quit [Ping timeout: 240 seconds]
alexbakker has quit [Quit: Dikke doei]
<lordcirth_> simpson, thanks, that's perfect!
toppler has joined #nixos
cmacrae has quit [Remote host closed the connection]
evanjs- has joined #nixos
evanjs has quit [Ping timeout: 268 seconds]
isHavvy has joined #nixos
barrucadu has quit [Quit: Rebooting for kernel updates (etc)]
Havvy has quit [Ping timeout: 268 seconds]
leothrix has quit [Ping timeout: 264 seconds]
abathur has quit [Ping timeout: 268 seconds]
<{^_^}> [nixpkgs] @sweber83 opened pull request #71400 → update home-assistant-frontend to correct version for home-assistant 0.99.2 → https://git.io/JeBoZ
toppler has quit [Ping timeout: 240 seconds]
GiGa has quit [Quit: Leaving]
alexbakker has joined #nixos
is_null has joined #nixos
gkmngrgn has joined #nixos
cosimone has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to master « python3Packages.fs-s3fs: 1.1.0 -> 1.1.1 »: https://git.io/JeBol
_pash has joined #nixos
isHavvy has quit [Ping timeout: 240 seconds]
<_pash> hi guys, i have downloaded Irssi, but one of my perl plugins is missing a perl dependency. How can i build it with irssi? I tried using package overrides with no luck
Havvy has joined #nixos
barrucadu has joined #nixos
barrucadu has joined #nixos
barrucadu has quit [Changing host]
toppler has joined #nixos
<lassulus> Well I can't help you. but for the next guy it would be nice to have code of what you have tried and which effects it had
<_pash> lassulus: it had no effects afaik
<_pash> this is the error that i have
isHavvy has joined #nixos
softinio has joined #nixos
Havvy has quit [Ping timeout: 276 seconds]
<_pash> http://ix.io/1Zeu lassulus
Havvy has joined #nixos
isHavvy has quit [Ping timeout: 240 seconds]
<{^_^}> [nixpkgs] @thorstenweber83 opened pull request #71401 → unzip: CVE-2019-13232 → https://git.io/JeBo0
gkmngrgn has quit [Ping timeout: 240 seconds]
isHavvy has joined #nixos
isHavvy has quit [Read error: Connection reset by peer]
Havvy has quit [Ping timeout: 268 seconds]
ris has joined #nixos
gkmngrgn has joined #nixos
<{^_^}> [nixpkgs] @Ma27 pushed to master « zsh-you-should-use: 1.4.0 -> 1.6.0 »: https://git.io/JeBoK
tghume has joined #nixos
Havvy has joined #nixos
orivej has joined #nixos
alexbakker has quit [Quit: Dikke doei]
noudle has quit [Read error: Connection reset by peer]
noudle has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
alexbakker has joined #nixos
swapgs has joined #nixos
swapgs has joined #nixos
swapgs has quit [Changing host]
<{^_^}> [nixpkgs] @Ma27 pushed to master « weechatScripts.wee-slack: replace myself as maintainer with willibutz »: https://git.io/JeBo9
Havvy has quit [Ping timeout: 240 seconds]
Havvy has joined #nixos
gila has joined #nixos
toppler has joined #nixos
wtv_nick has joined #nixos
softinio has quit [Remote host closed the connection]
alexbakker has quit [Quit: Dikke doei]
CSP-GLOBAL has joined #nixos
alexbakker has joined #nixos
bhipple has joined #nixos
gkmn1 has joined #nixos
<Shouou> Are HTTP (no TLS) requests blocked on Nixpkgs? My PR #71259 seems to be failing with: access to URI 'X' is forbidden in restricted mode
<{^_^}> https://github.com/NixOS/nixpkgs/pull/71259 (by Shou, 2 days ago, open): obinskit: init at 1.1.1
gkmngrgn has quit [Disconnected by services]
gkmn1 is now known as gkmngrgn
<samueldr> it's builtins.fetchTarball which is restricted, Shouou
<samueldr> >> This function is not available if restricted evaluation mode is enabled.
<samueldr> fetchzip is what is used to fetch even tarballs https://nixos.org/nixpkgs/manual/#sec-pkgs-fetchers
<samueldr> (not from builtins, but from the package set)
toppler has quit [Ping timeout: 240 seconds]
<samueldr> I'm not sure that the sha256 will match; both will hash the contents, but I'm not 100% sure they use the same code path; so just double-check it does or not
_pash has quit [Quit: leaving]
ddellacosta has quit [Ping timeout: 240 seconds]
isHavvy has joined #nixos
Havvy has quit [Ping timeout: 276 seconds]
toppler has joined #nixos
zupo has joined #nixos
reallymemorable has joined #nixos
<Shouou> Ah, alright, thanks! How come it's unavailable in restricted mode? What does fetchzip do differently?
<clever> Shouou: you want to use pkgs.fetchzip, the builtin fetch functions can be impure
<edef> fetchzip is a fixed-output derivation
<edef> builtins.fetchTarball doesn't take a hash, it just fetches the latest
<clever> Shouou: also, you dont want to use $src in the installPhase, the source has been copied to . for you
<rotaerk> thinking about getting a 2-in-1 HP laptop, with a multi-touch screen...
<rotaerk> anyone have experience running Linux, NixOS even, on one of these?
<Shouou> clever, edef thanks!
alexherbo26 has quit [Quit: The Lounge - https://thelounge.chat]
<Shouou> rotaerk, I have a Dell XPS 13 with a touch screen if it helps, and I'm running NixOS on it.
alexherbo2 has joined #nixos
<rotaerk> cool, thanks
<{^_^}> [nixpkgs] @vbgl merged pull request #71043 → compcert: 3.5 → 3.6; ocamlPackages.menhir: 20181113 → 20190626 → https://git.io/JelQb
<{^_^}> [nixpkgs] @vbgl pushed to master « compcert: 3.5 → 3.6 »: https://git.io/JeBK6
chloekek has joined #nixos
toppler has quit [Ping timeout: 268 seconds]
bhipple has quit [Ping timeout: 240 seconds]
qqlq has quit [Quit: ZNC 1.7.5 - https://znc.in]
bhipple has joined #nixos
gkmn1 has joined #nixos
gkmngrgn has quit [Disconnected by services]
gkmn1 is now known as gkmngrgn
<samueldr> rotaerk: depends what "one of these" is exactly
<samueldr> a 2-in-1? it's likely to work like most laptops
<samueldr> except you can pull it all the way back
<samueldr> will the keyboard still respond then? depends on how they implemented it
<evelyn> Apple use USB internally (yikes)
<samueldr> touch screen support in laptops is quite good in Linux, though app support varies
<evelyn> Lenovo emulate PS2 or something
<rotaerk> hmm k
<evelyn> in fact why Apple can't emulate PS2 is beyond me
<samueldr> evelyn: pretty sure they just don't have any PS/2 in their stack due to lineage of not coming form the intel world
<evelyn> probably something to do with the keyboard+trackpad combo (it shows up as the same device)
<evelyn> and they do 'funky' stuff with the trackpad
gkmn1 has joined #nixos
<{^_^}> [nixpkgs] @matthuszagh opened pull request #71402 → symbiyosys: add smt solver backends as optional deps → https://git.io/JeBK1
<evelyn> my old HP UX workstation just had the keyboard turn up as a serial input device
gkmn2 has joined #nixos
<clever> evelyn: ive heard (from lous rossman) about how funky the apple touchpad is
<clever> evelyn: in early boot, its a usb device, so it can work in the bios
gkmn1 has quit [Disconnected by services]
gkmngrgn has quit [Disconnected by services]
gkmn2 is now known as gkmngrgn
<clever> evelyn: but when in the os itself, it switches to a custom spi device, to get the full feature set out of the touchpad
toppler has joined #nixos
<clever> the problem, is that the spi traces are more likely to get water damage, downgrading it to usb only mode
<clever> you can hotwire it to force it to stay in usb mode
<clever> but darwin lacks the usb drivers for its own touchpad mouse!!
<clever> (linux works just fine though)
<balsoft> Hey all! I've got a question regarding building docker images with nix. A simple example: https://github.com/balsoft/nix-hydra-docker-example . It gets built by hydra and then auto-pushed to dockerhub. It's a simple build of mc. You can get it with docker pull: docker pull balsoft/nix-hydra-docker-example:4.8.22 . The problem is: it doesn't work.
<clever> balsoft: how exactly does it not work?
<balsoft> The example is a bit complicated because it's bascially a stripped-down copy of a very complex thing that doesn't work
<clever> balsoft: what exactly is failing? at which step?
wtv_nick has quit [Quit: Lost terminal]
<balsoft> It doesn't work like that: http://ix.io/1ZeR
<balsoft> When I try to actually run /bin/bash from the image
Okinan has quit [Quit: Konversation terminated!]
<clever> balsoft: what about `docker run -it --rm <image> bash` without a /bin/ ?
<balsoft> If I take the image apart, it appears that /bin/bash is inside the image, but it can't run it for whatever reason
<clever> balsoft: is /nix/store also present?
<balsoft> Whoops, the output was from `docker run --rm -t -i balsoft/nix-hydra-docker-example:4.8.22 bash`
Okinan has joined #nixos
<balsoft> And /bin/bash doesn't work either
<evelyn> clever: wth :(
<balsoft> It fails with /nix/store/r5dr7lqfh7mr89217c2fzf2ddwj6j74v-docker-18.09.7/libexec/docker/docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"/bin/bash\": stat /bin/bash: no such file or directory": unknown.
knupfer has joined #nixos
<pikajude> usually means it's linked with /lib64/ld or something like that
<pikajude> or i don't remember exactly what the path is, but it doesn't exist
<clever> ^@/nix/store/h0p0h3rh1q4i2yavzm3yqi716s9yaj2f-glibc-2.27/lib/ld-linux-x86-64.so.2^@^D^@^
<pikajude> wtf
<clever> 6964 nix/store/h0p0h3rh1q4i2yavzm3yqi716s9yaj2f-glibc-2.27/lib/ld-linux-x86-64.so.2
<clever> that file is present in the layer
<pikajude> oh, that's really annoying
<clever> balsoft: oh, i think i know your problem
cptchaos83 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<clever> balsoft: `docker import` is not how you load the images nix generates
<clever> docker load < ${image}
<clever> balsoft: you must use `docker load` instead
cptchaos83 has joined #nixos
<clever> its putting the raw layer.tar files, at /, in the docker container
<balsoft> What's the proper way?
<balsoft> clever: Thank you sooo much!
<balsoft> clever++
<{^_^}> clever's karma got increased to 223
<clever> $ docker run --rm -t -i balsoft/nix-hydra-docker-example:4.8.22 /6ec9967177c635ae56526cf7e640ffc4bd7b0d6ef27b341ecb61d8d590192b19/layer.tar
<clever> starting container process caused "exec: \"/6ec9967177c635ae56526cf7e640ffc4bd7b0d6ef27b341ecb61d8d590192b19/layer.tar\": permission denied": unknown.
<clever> yep, the layer.tar exists, and isnt +x
<clever> balsoft: https://github.com/input-output-hk/cardano-explorer/blob/master/docker/default.nix#L411-L416 is what i use for testing, then i can just `nix-build -A helper && ./result`
<clever> and it will build, load, and run the thing
<clever> and i dont have to remember what args run needs
<{^_^}> [nixpkgs] @lilyball reopened pull request #66161 → setup.sh: rewrite stripHash → https://git.io/fjQqI
mog has quit [Quit: im quiting!]
selfsymmetric-mu has quit [Remote host closed the connection]
<clever> balsoft: you also dont need to include stdenv in the docker image
hc has quit [Ping timeout: 276 seconds]
toppler has quit [Ping timeout: 268 seconds]
<balsoft> Yeah, that was just a thing I tried in desperate attempts to get it to work
<clever> balsoft: you can also make the hydra file a lot simpler: https://github.com/cleverca22/cachecache/blob/master/release.nix
<clever> the only thing it really needs to do, is return a set of packages
<clever> everything else you have, is logic to repeat that, for a list of cpu arches
<pie__> i keep forgetting how to write the installphase for stuff that doesnt use a build system, is there a package i can refer to for when i forget
<pie__> basically putting some scripts in bin or whatever
<clever> pie__: installPhase = "cp ./foo $out/bin/foo";
selfsymmetric-mu has joined #nixos
<pie__> clever: ok that works lol
mog has joined #nixos
<pie__> well its a directory but whatever, hm and i guess i probably need makewrapper
<clever> pie__: or wrapProgram
toppler has joined #nixos
<{^_^}> [nixpkgs] @lilyball opened pull request #71403 → chit: 0.1.14 -> 0.1.15 → https://git.io/JeB6J
CSP-GLOBAL has quit [Read error: Connection reset by peer]
red_beard has quit [Ping timeout: 244 seconds]
civodul has quit [Quit: ERC (IRC client for Emacs 26.3)]
cosimone has quit [Quit: Quit.]
<pie__> clever: hmm maybe im being dumb, how do binaries in the store usually get their path set properly?
<pie__> i havent done nix in a while, the brain worms are getting to me
<clever> pie__: wrapProgram if they depend on another binary, or bake the path into the code before you compile
<pie__> clever: i mean, i dont remember having to wrapprogram stuff most of the time
<pie__> oh ok thats what i figured
<pie__> so do i wrapProgram --prefix ${lib.makeBinPath buildInputs} ?
<clever> pie__: you have to tell it what to prefix
<pie__> err yeah, but otherwise
<clever> and what to wrap
__monty__ has quit [Quit: leaving]
<pie__> neverming x2goserver does the same thing and serves as a sufficient example
<pie__> im basically rediscovering whats done there heh
<pie__> (just searched for something that uses perl.withpackages)
<{^_^}> [nixpkgs] @Shou opened pull request #71404 → etcher: init at 1.5.60 → https://git.io/JeB6O
<qyliss> pie__: the Nixpkgs manual section on wrapProgram is good
<clever> Shouou: what happens if you run the nixpkgs electron instead of copying the electron that came with etcher?
ddellacosta has joined #nixos
<evils> clever: seems i was mistaken, doInstallCheck did nothing, except: running install tests
<evils> no installcheck target in Makefile, doing nothing
<Shouou> Let me give it a try. I didn't have much luck trying to build it from source because of Node version mismatches, so we might run into the same thing(?) but I'll hope for the best.
<clever> evils: ah, you need to tweak it to run the other `make check`
<clever> evils: `installCheckTarget = "check";`
<clever> Shouou: you can just grab the asar file (after patching) and run the nixpkgs electron on it
<{^_^}> [nixpkgs] @c0bw3b opened pull request #71405 → cdrtools: 3.02a06 -> 3.02a09 → https://git.io/JeB6Z
<clever> Shouou: and skip trying to build the js itself
CSP-GLOBAL has joined #nixos
CSP-GLOBAL has quit [Max SendQ exceeded]
<clever> Shouou: before the nodejs could compile in nix, this package was just extracting the js from a darwin installer, then running a linux electron against it
toppler has quit [Ping timeout: 276 seconds]
Havvy has joined #nixos
isHavvy has quit [Ping timeout: 240 seconds]
reallymemorable has quit [Quit: reallymemorable]
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<evils> :q
<clever> evils: :q!
<hpfr[m]> clever: I was running nrs again (laptop building qt) and the qtbase-5.12.3 build failed, after it said all these derivations failed because of 1 dependency: “hook” “kcrash-5.61.0” “kdoctools-5.61.0” “keepassxc-2.4.3” “kidletime-5.61.0” “knotifyconfig
red_beard has joined #nixos
<hpfr[m]> Whoops
<clever> hpfr[m]: is the machine set to use kde/plasma?
<hpfr[m]> Basically a few more k-5.61.0 things and then zbar-0.23
<clever> hpfr[m]: all of those k things depend on qt directly, the bigger question is why qt differs
<hpfr[m]> No which is what I was going to ask. I’m running i3. Have keepassxc but I’m not sure why the 5.61.0 stuff is there
<clever> hpfr[m]: are you sure the binary cache is enabled?
toppler has joined #nixos
<hpfr[m]> Yes, i haven’t upgraded in a while and it gets a whole bunch of stuff from the cache before starting on qt
<hpfr[m]> Not sure what zbar is either
<clever> hpfr[m]: any overrides that modify qt?
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
the-kenny has quit [Quit: WeeChat 2.5]
<hpfr[m]> I override keepassxc with withKeePassNetworking but don’t think that should modify qt, I also override libwacom for the patched surface version
<clever> hpfr[m]: wacom is probably doing it, if you temporarily comment out wacom, what happens?
<hpfr[m]> Oh really
<hpfr[m]> I’m afk but I will try that later thank you
the-kenny has joined #nixos
<hpfr[m]> I actually was concerned about that a while ago but dismissed it because I didn’t think qt would depend on it as a build dependency. Ended up searching the nixpkgs qtbase expression for “wacom” but found nothing so ignored it
<clever> hpfr[m]: checked the same thing, and its not a direct dep, but it may be an indirect dep (via something else)
<hpfr[m]> Oh ok bummer
<hpfr[m]> clever: found it, it’s libinput
<hpfr[m]> That’s too bad because I don’t think standard libwacom works with my pen, which I use daily, but I’ll try it for now since the kernel build is also failing and I need to get one to build haha
knupfer has quit [Ping timeout: 245 seconds]
<clever> hpfr[m]: you could try to make the override only apply to xorg, or you could PR the fix to nixpkgs, so hydra.nixos.org builds things for you
<hpfr[m]> PR the libwacom fix? It’s nonstandard I think I’d have to PR it to libwacom and I’m assuming that hasn’t happened yet for some valid reason
tavixvi has quit [Ping timeout: 260 seconds]
toppler has quit [Ping timeout: 268 seconds]
<hpfr[m]> clever: the xorg thing seems promising but it must be a run time dependency since I’m not rebuilding xorg
ebzzry has quit [Ping timeout: 240 seconds]
ebzzry has joined #nixos
toppler has joined #nixos
<evils> clever: ok, installCheckTarget = "test"; yields installing: ...; shrinking ...; running tests...; Test project /build/krita-4.2.7.1/build; Could not find executable /build/krita-4.2.7.1/build/libs/global/tests/KisSharedThreadPoolAdapterTest; looked in the following places /build/...; build/...
<evils> considering i'm entirely unfamiliar with cmake, i maybe should have just left this sleeping dog lie...
<clever> evils: yeah, you kind of need to know how the tests work and how to make them pass, and what they are doing, to get things fully working
<clever> part of why nix just defaults to not testing things
<{^_^}> [nixpkgs] @veprbl merged pull request #70535 → geant4: 10.4.1 -> 10.5.1 → https://git.io/JeC2P
<{^_^}> [nixpkgs] @veprbl pushed commit from @OmnipotentEntity to master « geant4: 10.4.1 -> 10.5.1 (#70535) »: https://git.io/JeBif
gkmngrgn has quit [Ping timeout: 240 seconds]
<evils> clever: the only thing i've packaged had a `make test` target, i copied over `doCheck = true;` from hello's default.nix without knowing what it did, so i guess that kinda set a target of "it just works" :P
<clever> evils: yeah, it also depends heavily on how complex the tests are
Rusty1 has joined #nixos
<{^_^}> [nixpkgs] @zimbatm pushed to master « mdsh: 0.2.0 -> 0.3.0 »: https://git.io/JeBiq
Okinan has quit [Quit: Konversation terminated!]
<{^_^}> [nixpkgs] @worldofpeace merged pull request #71115 → nixos/plymouth: do not order `plymouth-quit` after `display-manager` → https://git.io/Je8Wf
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JeBiY
<evils> ok, on to the next thing i want to try
<evils> has anyone managed to boot native encrypted ZFS on BIOS on NixOS?
<clever> evils: biggest detail is if /boot is on zfs or ext4
<evils> zfs
<clever> evils: that would require grub to support the encryption, which i dont think it does
<evils> yea, last time i tried i got something like "unknown filesystem" from grub
<evils> i believe there's an issue open for that since 2016 on grub's github?
<evils> but ubuntu's been up to some stuff :P
<clever> evils: i have gotten grub to boot from zfs, without encryption
<clever> but while it does boot, all directory listing operations fail
<evils> clever: that i have right now
<clever> so its near imposible to debug when it stops working, lol
<evils> hmm, works here i think xD
toppler has quit [Ping timeout: 268 seconds]
domogled has quit [Ping timeout: 265 seconds]
domogled has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace merged pull request #71374 → perlPackages.Gtk2: disable tests → https://git.io/JeB4Q
<{^_^}> [nixpkgs] @worldofpeace pushed 2 commits to master: https://git.io/JeBi3
softinio has joined #nixos
ng0 has quit [Ping timeout: 260 seconds]
<evils> clever: /boot is just a directory in / which is zfs here (unencrypted) but root can list its content
<clever> evils: ah, thats pretty similar to the testing i did
<clever> though i had no encrypted datasets
<evils> gonna see if ubuntu 19.10 can do encrypted zfs on bios
Fare has joined #nixos
toppler has joined #nixos
ng0 has joined #nixos
shibboleth has joined #nixos
<evils> btw, i'm often getting "error: cannot connect to daemon at '/nix/var/nix/daemon-socket/socket': Connection refused" on nixos-rebuild, but not if i repeat that
<clever> evils: that happens randomly if nix-daemon was stopped
<evils> i need a better RNG :P, it's just about every time
<{^_^}> [nixpkgs] @astro opened pull request #71406 → collectd: buildMinimalPackage → https://git.io/JeBig
<softinio> Hi I am using nix on macos using nix-darwin
work_ has joined #nixos
<softinio> trying to migrate my neovim dotfiles to nix
<softinio> anyone got a sample I can look at?
<softinio> clever: ty
toppler has quit [Ping timeout: 268 seconds]
bhipple has quit [Ping timeout: 240 seconds]
chloekek has quit [Ping timeout: 268 seconds]
<Shouou> clever, after patching the source again and adding gcc-unwrapped.lib to LD_LIBRARY_PATH, using electron_3 works fine with Etcher.
<clever> Shouou: and now the package is slightly smaller, and can benefit from security updates to pkgs.electron!
shibboleth has quit [Quit: shibboleth]
toppler has joined #nixos
<Shouou> Awesome. Looks like we save about 80MB. I'll push the changes in a sec
<clever> Shouou: you may still pay that, to install pkgs.electron, but at least you have the chance to share it between other electron-y things
<{^_^}> [nixpkgs] @worldofpeace merged pull request #67806 → arx-libertatis: 2019-02-16 -> 2019-07-22 → https://git.io/fjxp0
<{^_^}> [nixpkgs] @worldofpeace pushed 3 commits to master: https://git.io/JeBiX
wildtrees has quit [Quit: Leaving]
<{^_^}> [nixpkgs] @worldofpeace pushed commit from @rnhmjoj to release-19.09 « arx-libertatis: 2019-02-16 -> 2019-07-22 »: https://git.io/JeBi1
<{^_^}> [nixpkgs] @f--t opened pull request #71407 → roundcube: fix -- quoting string env variable → https://git.io/JeBiy
<{^_^}> [nixpkgs] @worldofpeace pushed to master « steam: don't use at-spi2-atk alias »: https://git.io/JeBiS
<{^_^}> [nixpkgs] @worldofpeace pushed to release-19.09 « steam: don't use at-spi2-atk alias »: https://git.io/JeBi9
softinio has quit [Remote host closed the connection]
<{^_^}> [nixpkgs] @f--t opened pull request #71408 → Fix nixos x11 service logging for ssdm and xmonad → https://git.io/JeBib
<{^_^}> [nixpkgs] @f--t opened pull request #71409 → pythonPackages.matplotlib: fix dependencies to use pyqt5 instead → https://git.io/JeBiA
mbrgm_ has joined #nixos
domogled has quit [Ping timeout: 276 seconds]
mbrgm has quit [Ping timeout: 276 seconds]
mbrgm_ is now known as mbrgm
toppler has quit [Ping timeout: 276 seconds]
selfsymmetric-pa has joined #nixos
<{^_^}> [nixpkgs] @jtojnar pushed 3 commits to master: https://git.io/JeBPf
toppler has joined #nixos
<{^_^}> [nixpkgs] @worldofpeace opened pull request #71410 → Revert "nixos/gnome3: fix gnome-flashback" → https://git.io/JeBPL